DNS-over-HTTPS (DoH) sends DNS queries wrapped in HTTPS — hiding domain lookups from your ISP and network operator.
Explanation
DoH runs DNS queries over an HTTPS connection to a resolver like Cloudflare (1.1.1.1) or Google (8.8.8.8). To network observers, DoH traffic looks like ordinary HTTPS to those resolvers — indistinguishable from web browsing. Firefox enables DoH by default in some regions; Chrome supports it opt-in; Windows 11 has native support. DoH defeats ISP-level DNS logging and DNS-based blocking, but not IP-level or DPI-based filtering. It also does not hide the destination sites entirely — TLS SNI (the domain of the site your browser connects to over HTTPS) is still visible unless ECH is deployed. DoH is useful complement to a proxy or VPN, not a replacement.
Related terms