Some smart home and IoT devices bypass Pi-hole by using encrypted DNS (DoH/DoT), sending queries directly to resolvers like Google or Cloudflare over HTTPS instead of through Pi-hole. The author discovered this by capturing traffic with tcpdump and Wireshark, finding TLS connections to 8.8.8.8 that Pi-hole never saw. The fix involves using firewall rules (DNAT) to redirect all DNS traffic back to Pi-hole, and blocking outbound port 853 to shut down DoT. While encrypted DNS is a legitimate privacy feature on untrusted networks, hard-coded firmware settings undermine home network DNS infrastructure.

4m read timeFrom xda-developers.com
Post cover image
Table of contents
Your gadgets have their own DNS settingsForcing gadgets to use Pi-hole via firewallEncrypted DNS was supposed to be a good thing
190 Impressions