PiHole not using configured dnscrypt server

Expected Behaviour:

PiHole 5.11.4 on Raspbian 9.13

Wit the following DNS config, I'd expect PiHole to use the the local instance of dnscrypt which is running (and verified to work on its own with dig @127.0.0.1 -p 65054 pi-hole.net) on the same host:

Actual Behaviour:

What I see instead in the query logs is that PiHole still uses OpenDNS to resolve.

The only place I see OpenDNS being configured is in /etc/dnsmasq.d/01-pihole.conf which says

server=208.67.222.222
server=208.67.220.220

however, this is not reflected in the UI and the dnscrypt address is also present in /etc/pihole/setupVars.conf which looks like this:

DNSSEC=false
CONDITIONAL_FORWARDING=false
WEBPASSWORD=xxxxxxxxxxxxx
BLOCKING_ENABLED=true
PIHOLE_INTERFACE=wlan0
IPV4_ADDRESS=192.168.0.111/24
IPV6_ADDRESS=fd00::ba27:ebff:fee0:6286
PIHOLE_DNS_1=127.0.0.1#65054
PIHOLE_DNS_2=::1#65054
QUERY_LOGGING=true
INSTALL_WEB_SERVER=true
INSTALL_WEB_INTERFACE=true
LIGHTTPD_ENABLED=true
CACHE_SIZE=10000
DNS_FQDN_REQUIRED=true
DNS_BOGUS_PRIV=true
DNSMASQ_LISTENING=all

What am I missing in my configuration?

Debug Token:

AKDmBjx4

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