Skip to content
GitHubLinkedIn

Split-horizon DNS

Split-horizon DNS returns different answers depending on where the DNS query comes from (for example: internal network vs public internet).

This is commonly used to make the same hostname resolve to:

  • An internal/private address for internal users, and
  • A public address for external users