Free DNS Tools

Ping
Traceroute

WHOIS
HTTP Headers
Abuse Contact
Spam Blacklists
Open SMTP relay check

DNS Lookup
Reverse DNS
Resolve Address
Common Service Ports
Web Host Info

IP to Long
Long to IP
Hex to Dec
CIDR Subnets

Password
Generator

Free Secondary (Slave) DNS

Log In or Secure Log In (Uses Self-Signed Certificate)

Free Sign Up

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; };
};