Veldkornet
Senior Member
I've been trying to get simultaneous IPv4/IPv6 working, and I see in the logs that the default IPv6 DNS servers are still use, in addition to the DNSCrypt. Any idea how to fix this?
Code:Apr 12 21:36:30 dnsmasq[891]: using nameserver 2620:0:ccd::2#53 Apr 12 21:36:30 dnsmasq[891]: using nameserver 2620:0:ccc::2#53 Apr 12 21:36:30 dnsmasq[891]: using nameserver ::1#65054 Apr 12 21:36:30 dnsmasq[891]: using nameserver 127.0.0.1#65053
Right so I've found out that the option no-resolve in the /etc/dnsmasq.conf causes it to ignore the only the resolv.conf, where the default IPv4 DNS servers are specified.
However, my IPv6 DNS servers are for some reason in the resolv.dnsmasq file, hence not ignored, hence added to the list.
According to /etc/dnsmasq.conf these are:
resolv-file=/tmp/resolv.conf <- IPv4 DNS Servers
servers-file=/tmp/resolv.dnsmasq <- IPv6 DNS Servers
However I assume that these /tmp are auto generated, and removing them there has no effect.
So, where to from here....?
Last edited: