Testing bind server configuration

From Notes_Wiki
Revision as of 23:18, 17 November 2012 by Saurabh (talk | contribs)

Testing bind server configuration

Checking response times

One of the parameters that can be tested for DNS servers is response time. We can use command:

dig @<nameserver_IP> <test_domain> | grep time

command to see how fast a given nameserver is able to resolve queried domain.


Back to Bind DNS server configuration