Example: You Have No Own Nameserver
If you have no Nameserver, you can use our infrastructure.
KeyDNS Unicast
Section titled “KeyDNS Unicast”KeyDNS Unicast is free of charge, as long as the respective domains is under our management.
KeyDNS Anycast
Section titled “KeyDNS Anycast”Upgrade to KeyDNS Anycast and benefit from the powerful DNS network of our partner DYN.
Using PREMIUMDNSSET=ANYCAST1 activates Anycast for your DNS zone and automatically duplicates and publishes your resource records across the global network of our partner Dyn.com.
In this scenario our KeyDNS infrastructure serves as hidden Master server and the Dyn.com network as Anycast secondary name server set. The feature is optional and can be configured during adding or modifying a DNS zone.
Step 1: Adding a New DNSzone With Anycast in KeyDNS
Section titled “Step 1: Adding a New DNSzone With Anycast in KeyDNS”command = AddDNSZonednszone = test23.comrr0 = @ IN A 1.2.3.4premiumdnsset = NULL (DEFAULT) | ANYCAST1 (OPTIONAL)code = 200description = Command completed successfullyproperty[dnszone][0] = test23.comqueuetime = 0runtime = 0.004Step 2: Activating Anycast for a DNSzone in KeyDNS
Section titled “Step 2: Activating Anycast for a DNSzone in KeyDNS”command = ModifyDNSZonednszone = test23.compremiumdnsset = NULL (OPTIONAL) | ANYCAST1 (OPTIONAL)code = 200description = Command completed successfullyproperty[dnszone][0] = test23.comqueuetime = 0runtime = 0.004Step 3: Checking the Status of a DNSzone in KeyDNS
Section titled “Step 3: Checking the Status of a DNSzone in KeyDNS”command = StatusDNSZonednszone = test23.comcode = 200description = Command completed successfullyproperty[dnszone][0] = test23.comproperty[soamname][0] = ns1.dnsres.netproperty[soarname][0] = tech.dnsres.netproperty[soaserial][0] = 2009081701property[soattl][0] = 28800property[dnssec][0] = 0property[premiumdnsset][0] = NULL | ANYCAST1queuetime = 0runtime = 0.004Step 4: Applying Anycast to a Domain
Section titled “Step 4: Applying Anycast to a Domain”Please use the following name server set with your domains in order to use the Anycast set after activation by AddDNSZone/ModifyDNSZone
command = AddDomaindomain = domain.comnameserver0 = anycast1.dnsres.netnameserver1 = anycast2.dnsres.netcommand = ModifyDomaindomain = domain.comnameserver0 = anycast1.dnsres.netnameserver1 = anycast2.dnsres.net