Free DNS Tools
Free Secondary (Slave) DNS
Log In or Secure Log In (Uses Self-Signed Certificate)
To use this service, you need to configure your primary nameserver to allow transfers to our slave name server (178.32.50.85):
To do this in the commonly used BIND DNS server, you need to alter your "/etc/named.conf" file with to include the 'allow-transfer' line for each of your domains you want to use with our free Secondary DNS Service:
zone "yourdomain.com" {
type master;
file "/pathto/named/yourdomain.com.db";
allow-transfer { 178.32.50.85; };
};
