Skip to content

Instantly share code, notes, and snippets.

@jjb
Created December 9, 2014 21:10
Show Gist options
  • Save jjb/92171243f87479f10fe6 to your computer and use it in GitHub Desktop.
Save jjb/92171243f87479f10fe6 to your computer and use it in GitHub Desktop.
primary and secondary DNS on DNS Made Easy
  1. where can i read documentation about setting up primary or secondary transfers?

For DNS Made Easy as primary DNS exporting to external secondary name servers: http://help.dnsmadeeasy.com/spry_menu/allow-zone-transfers-from-managed-dns-with-an-acl/

For DNS Made Easy as secondary DNS:

You would create your domain on DNS Made Easy’s enterprise secondary name servers which will require you configure an IP Set with the IP of one or more of your master / primary name servers. Then, tell your domain registrar that your domain will be using DNS Made Easy’s secondary name server(s).

ns5.dnsmadeeasy.com – 208.94.148.13 ns6.dnsmadeeasy.com – 208.80.124.13 ns7.dnsmadeeasy.com – 208.80.126.13

You would then configure your master / primary name server’s ACL to allow zone transfer to the DNS Made Easy secondary name servers. If you limit your name servers to only allow transfers to certain IPs, then you should configure your systems to allow transfers to our name servers.

http://help.dnsmadeeasy.com/tutorials/secondary-dns/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment