DNS 查询

实时查询任意域名的 A、AAAA、MX、NS、TXT、CNAME 记录。不使用第三方 API — 直接向 Google 8.8.8.8 与 Cloudflare 1.1.1.1 发起 DNS 查询。

输入域名以获取其 DNS 记录。

AIPv4 地址

AAAAIPv6 地址

MX邮件服务器

NS权威域名服务器

TXT文本记录 (SPF, DKIM, 验证)

CNAME规范名别名

关于 DNS 记录

DNS turns human-readable names like example.com into the IP addresses that browsers and apps use to connect.

常见用例

常见问题

为什么某些记录类型是空的?+

Most domains don't use every record type. A site without email won't have MX. A simple A-record domain has no CNAME. Empty arrays mean "no records of that type", not an error.

这是查询本地 DNS 还是公共解析器?+

公共解析器。我们直接查询 Cloudflare 1.1.1.1、Google 8.8.8.8 和 Quad9 9.9.9.9 — 绕过 ISP 缓存,让您看到真正的权威答案。

How is this different from "nslookup" or "dig"?+

协议相同,输出更友好。背后我们执行 `dig +short @1.1.1.1 example.com A` 的等价命令,然后并行获取 AAAA、MX、NS、TXT 和 CNAME。

工具

安全提示

正在使用默认密码?使用 NordVPN 加密保护您的网络。