Custom 'strict-oder' does not work as expected

This no longer seems to be true (having just tested a fresh install).

Run on your Pi-hole host, what's the output of:

grep -nRv '^#\|^$' /etc/dnsmasq.*
@pihole:~# grep -nRv '^#\|^$' /etc/dnsmasq.*
/etc/dnsmasq.conf:1:conf-dir=/etc/dnsmasq.d
/etc/dnsmasq.conf.old:642:conf-dir=/etc/dnsmasq.d
/etc/dnsmasq.d/01-pihole.conf:21:addn-hosts=/etc/pihole/local.list
/etc/dnsmasq.d/01-pihole.conf:22:addn-hosts=/etc/pihole/custom.list
/etc/dnsmasq.d/01-pihole.conf:25:localise-queries
/etc/dnsmasq.d/01-pihole.conf:28:no-resolv
/etc/dnsmasq.d/01-pihole.conf:30:log-queries
/etc/dnsmasq.d/01-pihole.conf:31:log-facility=/var/log/pihole/pihole.log
/etc/dnsmasq.d/01-pihole.conf:33:log-async
/etc/dnsmasq.d/01-pihole.conf:34:cache-size=10000
/etc/dnsmasq.d/01-pihole.conf:35:server=127.0.0.1#5053
/etc/dnsmasq.d/01-pihole.conf:36:server=192.168.2.30
/etc/dnsmasq.d/01-pihole.conf:37:local-service
/etc/dnsmasq.d/06-rfc6761.conf:23:server=/test/
/etc/dnsmasq.d/06-rfc6761.conf:24:server=/localhost/
/etc/dnsmasq.d/06-rfc6761.conf:25:server=/invalid/
/etc/dnsmasq.d/06-rfc6761.conf:41:server=/bind/
/etc/dnsmasq.d/06-rfc6761.conf:42:server=/onion/
/etc/dnsmasq.d/02-strict.conf:1:strict-order

Custom 1 is the Cloudflare DoH service running on the local machine, Custom 2 is a secondary internal DNS server.

image

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.