Common records
example.com
Shows the common A, AAAA, CNAME, MX, NS, and TXT record groups that are published.
Look up example.com
DNS tool
Look up common DNS records for a domain, including A, AAAA, MX, TXT, NS, and canonical-name data.
Records
104.20.23.154
172.66.147.243
Reference
Advertisement
Overview
DNS lookup queries the public resolver path for a domain and displays common record types. A and AAAA records point to IP addresses, MX records route mail, TXT records often contain verification and security policy data, and NS records list authoritative nameservers.
DNS answers can vary by resolver, location, TTL, DNSSEC state, and provider routing. Use the result as a quick diagnostic view, not as the only source of truth for a production DNS change.
Examples
Common records
example.com
Shows the common A, AAAA, CNAME, MX, NS, and TXT record groups that are published.
Look up example.com
Mail records
google.com MX
Shows mail exchanger hostnames with their MX priority values.
Look up google.com MX
Results
A and AAAA answers are address records. CNAME is a canonical-name alias. MX records show priority followed by the mail exchanger; lower priority numbers are tried first. A result such as 0 . is a null MX record, which means the domain explicitly says it does not accept email.
TXT values are displayed as DNS returns them and often contain verification, SPF, DMARC, or other service policy data.
Boundaries
This is a quick resolver view, not an authoritative trace. It does not show every DNS record type, DNSSEC validation state, delegation history, or per-location propagation differences.
Next steps
Advertisement