TL;DR: DNS forwarding separates internal from external resolution by sending selected queries to a designated forwarder, reducing recursive traffic and limiting exposure of internal DNS information, according to DigiCert. The governance lesson is that DNS design can shape both performance and visibility, so routing decisions belong in identity-aware infrastructure planning, not just network tuning.
NHIMG editorial — based on content published by DigiCert: DNS Forwarding: A Comprehensive Guide for DNS Specialists
Questions worth separating out
Q: How should teams configure DNS forwarding in segmented environments?
A: Teams should assign a dedicated forwarder for external resolution and use conditional forwarding only for the namespaces that truly need it.
Q: Why does DNS forwarding matter to security teams?
A: DNS forwarding matters because it controls which systems see internal query patterns and how much external resolution work each resolver performs.
Q: What breaks when organizations do not separate internal and external DNS resolution?
A: Without separation, every DNS server may handle external lookups, increasing traffic and multiplying the places where internal resolution patterns can be exposed.
Practitioner guidance
- Separate external and internal resolution paths Route external queries through dedicated forwarders and keep internal namespace resolution on controlled resolvers.
- Map conditional forwarding to namespace ownership Document which domains and subdomains are forwarded, which resolvers receive them, and who owns each namespace.
- Treat forwarders as monitored control points Apply logging, capacity monitoring, and failover testing to designated forwarders because they concentrate outbound DNS activity.
What's in the full article
DigiCert's full blog covers the operational detail this post intentionally leaves for the source:
- Step-by-step guidance on configuring DNS forwarders for external and internal queries
- Practical examples showing when conditional forwarding is appropriate for large intranets
- Explanation of DNS terminology that helps specialists avoid confusing forwarding with CNAME or HTTP redirection
- Operational discussion of how forwarder placement affects performance and security
👉 Read DigiCert's guide to DNS forwarding for specialists →
DNS forwarding for internal and external queries: what changes?
Explore further