Have a Question?
NS record
Table of contents
What is the AAAA record?
The NS record is the shortened equivalent of NameServer. This record is used to provide a domain name server.
Glue record
It is common that one of the name servers in the delegated zone is in the zone itself. The ns1.dotroll.com record is in the dotroll.com zone, but there is a need to go up one level in the .com zone, otherwise we will be trapped. That’s why we need to pick up a record-breaking record. Such a foreign A record is called a glue record.
Querying NS record
For example, you can use the nslookup command in Windows to access record NS, while under Linux the host command.
Example of a Windows-based nslookup query:
nslookup -q=NS dotroll.com
Server: google-public-dns-a.google.com
Address: 8.8.8.8
Non-authoritative answer:
dotroll.com nameserver = ns1.dotroll.com
dotroll.com nameserver = ns2.dotroll.com
Example of Linux based host query:
host -t NS dotroll.com
dotroll.com name server ns2.dotroll.com.
dotroll.com name server ns1.dotroll.com.
NS record format
Fields name | Description |
Name | this field contains the domain or subdomain name. |
TTL | this field contains record lifetime in seconds. This is the time until the entry is stored in the resolver. |
Address | contains the nameserver name. |
Adding NS record
- Sign in with https://admin.dotroll.com with your username and password
- In the top menu bar, click the Domains / My Domains menu.
- Select the domain name for which you want to make the change and then click on it.
- In the Manage box on the left, select Manage DNS.
- At the bottom of the page, click Add.
- In the first field, you can enter a subdomain name, or leave blank
- the TTL value can be selected in the second field, but typically the default is 1 hour
- select NS from the next drop-down list.
- enter the names server name in the last field.
- Then click Save Changes.