DNS over HTTPS & Fewer Ads
Lab fun with Docker, Pi-Hole, Nginx Proxy Manager, and Cloudflare Tunnels. My goal was to create a DNS over HTTPS Docker-compose stack that is portable and easy to deploy. With DNS over HTTPS (DoH), DNS queries and responses are encrypted and sent via the HTTP or HTTP/2 protocols. DoH ensures that attackers cannot forge or alter DNS traffic. DoH uses port 443, which is the standard HTTPS traffic port, to wrap the DNS query in an HTTPS request. DNS queries…