HostOnNet Blog

How to check all available NS records for a domain

Looking for Linux Server Admin or WordPress Expert? We can help.

We can check all available NS records for a domain using the option -type=any

You could run the command:

nslookup -type=ns hostonnet.com (hostonnet.com can be replace with your domain name)

annie@annie-Vostro-3558:~$ nslookup -type=ns hostonnet.com
Server:		127.0.1.1
Address:	127.0.1.1#53

Non-authoritative answer:
hostonnet.com	nameserver = carl.ns.cloudflare.com.
hostonnet.com	nameserver = elle.ns.cloudflare.com.

Authoritative answers can be found from:

annie@annie-Vostro-3558:~$ 

About Annie

I've been working in Technical Section for over 10 years in a wide range of tech jobs from Tech Support to Software Testing. I started writing blog for my future reference and useful for all.
Posted in Linux Desktop, Ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.