DNS Lookup
Query DNS records for any domain — A, AAAA, CNAME, MX, NS, TXT, SOA, and CAA records with TTL values.
How to Look Up DNS Records
Enter a domain name, select which record types to query (or leave all checked for a complete lookup), and click Look Up DNS. The tool queries authoritative DNS servers and returns all matching records grouped by type. Each record shows its value and TTL (Time to Live) in seconds. This is useful for verifying DNS configuration after changes, troubleshooting email delivery (MX records), checking domain verification TXT records, and auditing certificate authority authorization (CAA) records.
DNS Record Types Explained
A records map a domain to an IPv4 address. AAAA records map to IPv6. CNAME records create an alias pointing to another domain. MX records specify mail servers with priority values — lower numbers have higher priority. NS records list the authoritative nameservers. TXT records hold arbitrary text, commonly used for SPF email authentication, domain verification, and DKIM. SOA records contain zone authority info including the primary nameserver, admin email, and refresh intervals. CAA records specify which certificate authorities are allowed to issue SSL certificates for the domain.