I want to set the system to send DNS queries with a custom port, not 53
. I added DNS=127.0.0.1 9053
to /etc/systemd/resolved.conf
and DNS=127.0.0.1:9053
to /etc/systemd/networkd.conf
. But now DNS queries are sent via the default DNS with port 53
. What can I do?
You must log in or register to comment.