How do I find the authoritative name-server for a domain name?

前端 未结 12 1988
你的背包
你的背包 2021-01-29 17:17

How can I find the origins of conflicting DNS records?

12条回答
  •  花落未央
    2021-01-29 17:52

    You can use the whois service. On a UNIX like operating system you would execute the following command. Alternatively you can do it on the web at http://www.internic.net/whois.html.

    whois stackoverflow.com

    You would get the following response.

    ...text removed here...

    Domain servers in listed order: NS51.DOMAINCONTROL.COM NS52.DOMAINCONTROL.COM

    You can use nslookup or dig to find out more information about records for a given domain. This might help you resolve the conflicts you have described.

提交回复
热议问题