DNS Lookup
Query domain DNS records with multiple record types
Instructions
Supported Record Types
| A | IPv4 address record |
| AAAA | IPv6 address record |
| CNAME | Alias record |
| MX | Mail exchange record |
| TXT | Text record (SPF/DKIM etc.) |
| NS | Name server record |
| SOA | Start of authority record |
| PTR | Reverse lookup record |
| SRV | Service locator record |
| CAA | Certification authority authorization record |
| ALL | Query all common record types at once |
Tips
- Enter full domain name without protocol prefix
- Select the record type to query
- Custom DNS server optional, ISP DNS used by default
- A record queries the IPv4 address of a domain
- MX record queries mail server configuration
- TXT record is commonly used for domain ownership verification
- Entering an IP address automatically converts the query to a PTR reverse lookup
- Supports underscore-prefixed record names such as _dmarc, _domainkey, _sip._tcp