The Usage of Anycast and Unicast together
You can of course also use a mixture of Anycast and Unicast Nameservers.
Command
command = ModifyDomain
domain = test.example
nameserver0 = ns1.eu.rrpproxy.net
nameserver1 = ns2.na.rrpproxy.net
nameserver2 = ns3.eu.rrpproxy.net
nameserver3 = anycast1.dnsres.net
nameserver4 = anycast2.dnsres.net
Note
Anycast is not free of charge and the relevant DNSZone needs to have Anycast activated.
Use your own primary NS
You can even add your own (hidden) Primary NS to your Domain configuration.
Command
command = ModifyDomain
domain = test.example
nameserver0 = ns.your-primary-ns.net
nameserver1 = ns2.na.rrpproxy.net
nameserver2 = ns1.rrpproxy.net
nameserver3 = ns3.eu.rrpproxy.net
nameserver4 = anycast2.dnsres.net
nameserver5 = anycast1.dnsres.net
Note
You need to have a proper Master-Slave configuration to use your own primary nameserver.