iJorgen
Regular Contributor
I have setup the two NextDNS servers under WAN with DNS-over-TLS.
If looking at "/etc/resolv.conf" it now points to localhost with the entry "nameserver 127.0.0.1". All good so far and it seems to be using Round Robin.
I then tried adding these two lines in "dnsmasq.postconf" and with the option "strict-order" (already in place) Dnsmasq should resolve with the last one prioritized.
nameserver=45.90.28.0
nameserver=45.90.30.0 (<--My fastest server I want to prioritize)
It does work, but adding these two servers disables DoT (writes over /etc/resolv.conf) and resolving with unencrypted DNS.
Is there a way to keep using DoT and specify DNS-server priority in some way?!
If looking at "/etc/resolv.conf" it now points to localhost with the entry "nameserver 127.0.0.1". All good so far and it seems to be using Round Robin.
I then tried adding these two lines in "dnsmasq.postconf" and with the option "strict-order" (already in place) Dnsmasq should resolve with the last one prioritized.
nameserver=45.90.28.0
nameserver=45.90.30.0 (<--My fastest server I want to prioritize)
It does work, but adding these two servers disables DoT (writes over /etc/resolv.conf) and resolving with unencrypted DNS.
Is there a way to keep using DoT and specify DNS-server priority in some way?!