DNS Record Viewer - Lookup All DNS Records for a Domain

DNS Record Viewer

Retrieve DNS records for any domain, including A, AAAA, MX, TXT, NS, and CNAME.

How to Use the DNS Record Viewer

This tool allows you to fetch all DNS records for a given domain, including:

  • A Record: IPv4 address mapping.
  • AAAA Record: IPv6 address mapping.
  • MX Record: Mail server addresses.
  • TXT Record: SPF, DKIM, or other text-based information.
  • NS Record: Nameservers that control the domain.
  • CNAME Record: Aliases for another domain.

Example Usage:

Step 1: Enter a domain name, e.g., example.com
Step 2: Click the "Lookup DNS" button.
Step 3: View the retrieved DNS records in the results section.

Example Output:

A Record: 192.168.1.1
AAAA Record: 2606:4700::6810:85a
MX Record: mail.example.com (Priority 10)
TXT Record: "v=spf1 include:_spf.google.com ~all"
NS Record: ns1.example.com, ns2.example.com
CNAME Record: www.example.com -> example.com