1

I know what happens when I request example.com, but I wish to know is it possible to dispatch nearest server IP determined in a zone file to client? is there any DNS Server doing this? Just like CDN but for IP connections

Dave M
  • 4,494
  • 21
  • 30
  • 30
Reza
  • 13
  • 3
  • You could accomplish this using a "split-view" or "bind-view" or "split-horizon" in DNS. Explaining how to do that would be a very detailed and complicated answer however. You may first want to research "split-view" or "split-horizon" DNS. I assume you are talking about internal or WAN resources. If you are talking about external DNS records, some DNS providers can do this for you. Dynect is one of them. – Aaron Aug 11 '15 at 20:08

1 Answers1

1

This has been asked before - have a look at this question. Otherwise, as suggested in the comments, split horizon may be a solution if your problem relates to a LAN/WAN scenario.

MrMajestyk
  • 1,023
  • 7
  • 9