RevealTheme logo

DNS查询

查询任意域名的DNS记录(A、AAAA、MX、TXT、NS、CNAME)。适用于排查邮件、主机托管和SSL配置问题。

如何使用本工具

  1. 1

    Type a domain name such as example.com into the input field (enter the bare domain, not a full https:// URL).

  2. 2

    Click Lookup DNS to send the query.

  3. 3

    Read the returned record sets in the JSON panel below, grouped by record type (A, AAAA, NS, SOA, MX, TXT).

  4. 4

    Edit the domain and run it again to compare another host or re-check after a DNS change.

什么是DNS?

DNS(域名系统)将人类可读的域名映射到机器的IP地址。每当你访问一个网站时,浏览器都会向DNS服务器查询托管该网站的IP地址。DNS记录控制的不仅仅是IP地址:MX记录负责路由邮件,TXT记录保存验证令牌和SPF信息,NS记录则定义哪个DNS服务商具有权威性。本工具直接向权威DNS服务器查询,以获取最新数据。

常见使用场景

  • Confirm an A or AAAA record points to the right server IP after migrating hosting providers.

  • Check MX records and their priorities when email is bouncing or not being delivered.

  • Verify a TXT record for SPF, DKIM, or a domain-ownership token required by Google, Microsoft, or an SSL issuer.

  • Find which name servers (NS) are authoritative for a domain before or after a registrar transfer.

  • Inspect the SOA serial number to see whether a recent zone change has actually been published.

  • Quickly compare the published records of two domains side by side while troubleshooting.

常见问题

为什么我的DNS更改还看不到效果?
DNS记录会在每一层(浏览器、操作系统、解析器)被缓存。TTL(生存时间)控制着缓存的时长。更改可能需要长达48小时才能在全球范围内传播完毕。
A记录和CNAME记录有什么区别?
A记录将名称直接指向一个IP。CNAME将名称指向另一个名称(再由后者解析到IP)。A记录更快;CNAME对托管服务而言更灵活。
MX记录有什么作用?
它告诉邮件发送方将发往你域名的邮件投递到何处。多条MX记录会通过优先级数值实现故障转移。

相关工具