DNS Lookup
Check DNS records for any domain using Cloudflare DNS-over-HTTPS. Supports A, AAAA, MX, TXT, CNAME, NS, SOA, SRV and CAA record types.
DNS Record Types Reference
| Type | Purpose | Example Value |
|---|---|---|
| A | IPv4 address | 93.184.216.34 |
| AAAA | IPv6 address | 2606:2800:220:1:248:1893:25c8:1946 |
| CNAME | Canonical name alias | example.com. |
| MX | Mail exchange server | 10 mail.example.com. |
| TXT | Text record (SPF, DKIM, etc.) | "v=spf1 include:_spf.google.com ~all" |
| NS | Name server | ns1.example.com. |
| SOA | Start of authority | ns1.example.com. admin.example.com. 2024010101 3600 900 604800 300 |
| SRV | Service locator | 10 20 443 target.example.com. |
| CAA | CA authorization | 0 issue "letsencrypt.org" |