Hi PromoFaux, yes actually I use Pi-hole as my sole DNS.
Not sure what is happening, I think pi-hole is forwarding all traffic through my local ISP DNS Servers, but I'm not sure how it learned them. I configured FamilyShield Ipv4 DNS Server and OpenDNS IPv6 in my pi-hole.
This is pi-hole resolv.conf:
# Generated by resolvconf
nameserver 208.67.222.123 - FamilyShield
nameserver 208.67.220.123 - FamilyShield
nameserver 2800:200:2000::410 - ISP IPv6 DNS server (somehow, auto-learned from ISP)
nameserver 2800:200:2000::d0 - ISP IPv6 DNS Server (somehow, auto-learned from ISP)
nameserver 2800:200:2000::c7 - ISP IPv6 DNS Server (somehow, auto-learned from ISP)
I disable every DHCP Server (IPv6 and IPv4) in my router, even IPV6 and in my client (Windows10), it just talks in IPv4.
Quite weird, I'm taking another Debug report: https://tricorder.pi-hole.net/6vjvjvc3mz
P.D. Also, I see this config in my device:
:~ $ cat /etc/resolvconf.conf
# Configuration for resolvconf(8)
# See resolvconf.conf(5) for details
resolv_conf=/etc/resolv.conf
# If you run a local name server, you should uncomment the below line and
# configure your subscribers configuration files below.
#name_servers=127.0.0.1
# Mirror the Debian package defaults for the below resolvers
# so that resolvconf integrates seemlessly.
dnsmasq_resolv=/var/run/dnsmasq/resolv.conf
pdnsd_conf=/etc/pdnsd.conf
unbound_conf=/var/cache/unbound/resolvconf_resolvers.conf
:~ $ cat /var/run/dnsmasq/resolv.conf
# Generated by resolvconf
nameserver 208.67.222.123
nameserver 208.67.220.123
nameserver 2800:200:2000::410
nameserver 2800:200:2000::d0
nameserver 2800:200:2000::c7
pi@pi-hole:~ $cat /etc/pdnsd.conf
cat: /etc/pdnsd.conf: No such file or directory
:~ $cat /var/cache/unbound/resolvconf_resolvers.conf
# Generated by resolvconf
forward-zone:
name: "."
forward-addr: 208.67.222.123
forward-addr: 208.67.220.123
forward-addr: 2800:200:2000::410
forward-addr: 2800:200:2000::d0
forward-addr: 2800:200:2000::c7