DNS over HTTPS
Privacy implications.
Overview
DNS over HTTPS (DoH) wraps DNS queries in HTTPS so intermediate networks cannot see or tamper with resolution. The privacy gain is real: ISPs, hotel WiFi, and corporate networks lose visibility into DNS lookups. The operational gain is real too: TLS-authenticated resolvers prevent DNS hijacking. The operational cost is also real: network security teams that depended on DNS for visibility must adapt their tooling. The discipline is in matching DoH adoption to actual privacy and operational requirements.
- Encrypted DNS. Queries encrypted between client and resolver; intermediaries cannot see what the client looked up.
- Authenticated server. TLS certificates prove the resolver identity; man-in-the-middle DNS attacks fail at the TLS layer.
- Bypasses local resolver. Client can use a public resolver (Cloudflare 1.1.1.1, Google 8.8.8.8) instead of the network’s; user choice over resolver.
- Browser support plus operational implications. Firefox, Chrome, Edge all support DoH; network operators lose DNS visibility, which matters for security teams.
The approach
The practical approach is to enable DoH on clients where user privacy is the priority, run an internal DoH resolver to preserve operational visibility (clients use the internal DoH resolver instead of public ones), monitor for traffic that bypasses local resolvers anyway, ensure security tooling understands DoH (otherwise the security blind spot grows), and document the per-team policy on internal vs external DoH usage.
- Enable DoH on clients. Browsers support DoH out of the box; matches user privacy preferences.
- Internal DoH resolver. Run DoH on internal resolvers; clients get encryption while the operator preserves visibility.
- Monitor bypassed DNS. Some clients bypass local resolvers entirely; the bypass is the security signal.
- DoH-aware filtering plus documented policy. Security tools must understand DoH; per-team policy on internal vs external DoH committed for compliance.
Why this compounds
DoH adoption compounds across the network. Each encrypted query reduces the surface area where DNS can be observed or tampered with; each internal DoH deployment preserves operational visibility while delivering the encryption benefit. The industry is still absorbing the operational implications, but the direction is clear.
- Client privacy. Encrypted queries hide browsing patterns from intermediate networks; the user’s lookup history stays private.
- Resolver authentication. TLS-authenticated resolver reduces DNS hijack risk; the man-in-the-middle attack fails at the TLS layer.
- Operational visibility tradeoff. Network operators must adapt; internal DoH preserves the visibility public DoH removes.
- Institutional knowledge. DoH telemetry teaches modern DNS patterns; the team builds vocabulary for encrypted-DNS operation.
DoH is a protocol shift the industry is still absorbing. Nova AI Ops integrates with network telemetry, surfaces DoH patterns, and supports the team’s network security discipline.