Frequently Asked Questions
Home > FAQs > DNS
What is a glue record?
A glue record is the IP address of a name server held at the domain name registry.
Glue records are required when you wish to set the name servers of a domain name to a hostname under the domain name itself.
For example if you wished to set the name servers of example.com to ns1.example.com and ns2.example.com you would need to also provide the glue records (i.e. the IP addresses) for ns1.example.com and ns2.example.com.
If you did not provide the glue records for these name servers then your domain name would not work as anyone requiring DNS information for it would get stuck in a loop:
What is the name server for example.com? -> ns1.example.com
What is the IP address of ns1.example.com? -> don't know, try looking at name server for example.com
What is the name server for example.com? -> ns1.example.com
...and so on.
With the glue record in place the registry will hold the IP address and the loop will not occur:
What is the name server for example.com? -> ns1.example.com
What is the IP address of ns1.example.com? -> [IP Address]
- What is DNS?
- What are Name servers?
- What are 3rd Party Name Servers?
- What is a glue record?
- What are cached DNS records?
- What is an FQDN (Fully Qualified Domain Name)?
- What is a hostname?
- What are public and private IP addresses?
- How can I modify the DNS for a domain?
- What is an A Record?
- What is a CNAME record?
- What is an MX record?
- What is a TXT record?
- What is an NS record?
- What is an SPF (sender policy framework) record?
- What happens if I edit my DNS?
- How can I reset the DNS to default?
- Why can’t I edit the DNS for my domain?
- Where can I manage my DNS within my control panel?
- How long will changes to the DNS take to update?
- What does "resolve" mean in terms of DNS?
- Why am I getting an error adding a DNS record?
- What is an SRV record?

