When I try to run sudo python dns2proxy.py
in Ubuntu, I keep getting this error:
Traceback (most recent call last):
File "dns2proxy.py", line 21, in <module>
import dns.message
ImportError: No module named dns.message
I have the correct repository cloned (see here for GitHub link) and I'm in the correct directory. I've tried running it in Kali linux and it works flawlessly. My intention is to do a gnome-terminal -e "sudo python dns2proxy.py"
and make the command run in another terminal.