DNS Lookup Tool
Query Domain Name System (DNS) records for a specified domain name.
Enter a domain name and select a record type to lookup.
Ad Placeholder (e.g., Responsive) - ID: ad-dnslookup-middle
How to Use
- Enter the domain name you want to query (e.g., `google.com`).
- Select the type of DNS record you are interested in (e.g., `A`, `MX`, `TXT`). Select `ANY` to query common record types.
- Click the 'Lookup DNS' button.
- The results from the DNS query will be displayed in the 'Results' area.
Common DNS Record Types
- A Record: Maps a domain name to an IPv4 address.
- AAAA Record: Maps a domain name to an IPv6 address.
- MX Record: Specifies the mail servers responsible for accepting email messages on behalf of a domain.
- TXT Record: Allows administrators to insert arbitrary text into DNS records, often used for verification (SPF, DKIM, DMARC).
- NS Record: Delegates a DNS zone to use the given authoritative name servers.
- CNAME Record: Creates an alias from one domain name to another (Canonical Name).