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

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

How can I find the origins of conflicting DNS records?

12条回答
  •  孤独总比滥情好
    2021-01-29 17:56

    We've built a dns lookup tool that gives you the domain's authoritative nameservers and its common dns records in one request.

    Example: https://www.misk.com/tools/#dns/stackoverflow.com

    Our tool finds the authoritative nameservers by performing a realtime (uncached) dns lookup at the root nameservers and then following the nameserver referrals until we reach the authoritative nameservers. This is the same logic that dns resolvers use to obtain authoritative answers. A random authoritative nameserver is selected (and identified) on each query allowing you to find conflicting dns records by performing multiple requests.

    You can also view the nameserver delegation path by clicking on "Authoritative Nameservers" at the bottom of the dns lookup results from the example above.

    Example: https://www.misk.com/tools/#dns/stackoverflow.com@f.root-servers.net

提交回复
热议问题