Point dns server to root dns servers [duplicate]
- by Dhaksh
This question already has an answer here:
What is a glue record?
3 answers
Why does DNS work the way it does?
4 answers
I have setup a custom authoritative only DNS server using bind9. Its a Master ans Slave method.
Assume DNS Servers are:
ns1.customdnsserver.com [192.168.91.129] ==> Master
ns2.customdnsserver.com [192.168.91.130] ==> Slave
Now i will host few shared hosting websites in my own web server. Where i will link above Nameservers to my domains in shared hosting.
My Question is:
How do i tell root DNS servers about my own authoritative only DNS server? So that when someone queries for domain www.example.com and if the domain's website is hosted in my shared hosting i want root servers to point the query to my own DNS Server so that the www.example.com get resolved for IP address.