isystem-io / wireguard-aws

Scripts automate the installation and use of Wireguard on AWS with Ubuntu Server 18.04
https://wireguard.isystem.io
MIT License
160 stars 64 forks source link

Does not work on port 53 #3

Closed talesam closed 4 years ago

talesam commented 5 years ago

Does anyone know how I squeeze wireguard on AWS on port 53? Does not work, from the conflict of doors

jadolg commented 4 years ago

If you are using ubuntu it's very possible systemd-resolved is taking the port from you :-( I have had the same problem as some of my VPNs ship with an internal DNS and I find myself doing this all the time https://gist.github.com/zoilomora/f7d264cefbb589f3f1b1fc2cea2c844c Hope it works for you.

talesam commented 4 years ago

I managed to solve it in a very simple way ...

Edit the file: /etc/systemd/resolved.conf and leave it like this: DNSStubListener=no

jadolg commented 4 years ago

I think you should close the issue then ;-)

talesam commented 4 years ago

;-)