DNS Lookup Tool
                            Loading...
                        
                        Querying DNS servers...
DNS Records for
                                    No DNS records found for the selected type.
                                
                                | Record Type | TTL | Value | 
|---|
                                Share results:
                                
                            
                        What is a DNS Lookup?
DNS (Domain Name System) lookup allows you to retrieve the specific DNS records associated with a domain name. These records control how internet traffic is directed, including web, email, and other services.
Common DNS Record Types
| Record Type | Purpose | Description | 
|---|---|---|
| A | Address | Maps a domain to an IPv4 address | 
| AAAA | IPv6 Address | Maps a domain to an IPv6 address | 
| CNAME | Canonical Name | Creates an alias from one domain to another | 
| MX | Mail Exchange | Specifies mail servers for receiving email | 
| NS | Name Server | Delegates a domain to DNS servers | 
| TXT | Text | Stores text information (often for SPF, DKIM verification) | 
| SOA | Start of Authority | Contains administrative information about the zone | 
Common Uses for DNS Lookup
- Troubleshooting website connection issues
 - Verifying DNS propagation after changes
 - Checking email server configurations
 - Investigating domain ownership and hosting details
 - Verifying SPF, DKIM, and DMARC records for email security