The issue I am facing:
Routing IPv6 requests through DoH Cloudflare
Details about my system:
Pi 4, ASUS 3200
What I have changed since installing Pi-hole:
I added the Cloudflare DoH package to my Pi and IPv4 DNS lookups are working perfectly, but I dont think IPv6 is going thru the DoH route.
Following the instructions I created my yml file as:
proxy-dns: true
proxy-dns-port: 5053
proxy-dns-upstream:
In the web interface I added 127.0.0.1#5053 to custom upstream DNS.
What I don't see is how I do the same for the IPv6 side. Entering ::1#5053 is rejected in the web interface.
What am I missing?
Thx