Using dig (or similar), how to lookup the IP of a nameserver?
- by Alessandro Vernet
If I have a nameserver with name ns1.mydomain.com, I don't want to ask the DNS for mydomain.com what is the IP of ns1.mydomain.com, but I want to make a nameserver query to know what the IP for the nameserver with the name ns1.mydomain.com is. Can this be done with dig, or similar command line tool?