DNS

Split-Horizon DNS

A DNS configuration that returns different answers based on the source of the query, typically used to serve internal IP addresses to corporate network users while returning public IPs to external clients. This allows the same hostname to resolve to different destinations without exposing internal infrastructure. It is also called split-brain DNS and is commonly implemented with separate zone files.

相关协议

在指南中提及

另请参阅