NS records for azure-dns.org:
Record | Type | Value | TTL |
---|---|---|---|
azure-dns.org | NS | ns3-64.azure-dns.org. | 2925 |
azure-dns.org | NS | ns11-01.azure-dns.org. | 2925 |
azure-dns.org | NS | ns11-201.azure-dns.org. | 2925 |
azure-dns.org | NS | ns3-01.azure-dns.org. | 42525 |
azure-dns.org | NS | ns3-02.azure-dns.org. | 42525 |
azure-dns.org | NS | ns3-03.azure-dns.org. | 42525 |
azure-dns.org | NS | ns3-04.azure-dns.org. | 42525 |
azure-dns.org | NS | ns3-32.azure-dns.org. | 2925 |
id 28591, opcode QUERY, rcode NOERROR, flags QR RD RA ;QUESTION azure-dns.org. IN NS ;ANSWER azure-dns.org. 2925 IN NS ns3-64.azure-dns.org. azure-dns.org. 2925 IN NS ns11-01.azure-dns.org. azure-dns.org. 2925 IN NS ns11-201.azure-dns.org. azure-dns.org. 42525 IN NS ns3-01.azure-dns.org. azure-dns.org. 42525 IN NS ns3-02.azure-dns.org. azure-dns.org. 42525 IN NS ns3-03.azure-dns.org. azure-dns.org. 42525 IN NS ns3-04.azure-dns.org. azure-dns.org. 2925 IN NS ns3-32.azure-dns.org. ;AUTHORITY ;ADDITIONAL ns3-01.azure-dns.org. 2619 IN A 204.14.183.1 ns3-02.azure-dns.org. 1631 IN A 204.14.183.2 ns3-03.azure-dns.org. 3292 IN A 204.14.183.3 ns3-04.azure-dns.org. 1427 IN A 204.14.183.4 ns3-32.azure-dns.org. 2213 IN A 13.107.222.32 ns3-64.azure-dns.org. 211 IN A 13.107.222.64 ns11-01.azure-dns.org. 3246 IN A 13.107.222.1 ns3-01.azure-dns.org. 1496 IN AAAA 2a01:111:4000:700::1 ns3-02.azure-dns.org. 648 IN AAAA 2a01:111:4000:700::2 ns3-03.azure-dns.org. 3415 IN AAAA 2a01:111:4000:700::3 ns3-04.azure-dns.org. 3213 IN AAAA 2a01:111:4000:700::4 ns3-32.azure-dns.org. 284 IN AAAA 2a01:111:4000:10::20 ns3-64.azure-dns.org. 772 IN AAAA 2a01:111:4000:10::40 ns11-01.azure-dns.org. 3247 IN AAAA 2a01:111:4000:10::1
whatsmydns.net NS Record Lookup tool lets you query DNS servers and get instant results.
Name Server or NS lookups are used to determine the NS records associated with a domain.
Looking for easier to understand results? Use the Global DNS Checker tool.
NS records, known as Nameserver records are used to store the nameservers for a domain. The nameservers identify which DNS servers are responsible for managing DNS records for the domain.
An example NS record may look like the following:
Record | Type | Value | TTL |
---|---|---|---|
example.com | NS | ns1.nameserver.com | 3600 |
example.com
represents the domain of the record.
NS
is the record type.
ns1.nameserver.com
is the value of the record. This is the address of the nameserver for this domain. NS records cannot point to CNAME records.
3600
is the TTL (time to live) of the record in seconds, this example represents 1 hour. This means that when a record has had updates made to it, then it will take 1 hour to update.
Domains are typically configured with multiple NS records, this is important because if the nameservers for a domain are not configured correctly then this will mean that the website, email, or other services for the domain will not work.
To configure primary and secondary or backup nameservers multiple NS records should be created for the domain.
Record | Type | Value | TTL |
---|---|---|---|
example.com | NS | ns1.nameserver.com | 3600 |
example.com | NS | ns2.nameserver.com | 3600 |