DNS Record Lookup
Look up DNS records including A, AAAA, MX, NS, SOA, and CNAME records for any domain
DNS Records for lab.pro
| Hostname | Type | TTL | Priority | Content |
|---|---|---|---|---|
| lab.pro | MX | 0 | 1 | smtp.google.com |
| lab.pro | NS | 0 | darwin.ns.cloudflare.com | |
| lab.pro | NS | 0 | adrian.ns.cloudflare.com | |
| lab.pro | SOA | 1800 | adrian.ns.cloudflare.com dns.cloudflare.com 2406421049 10000 2400 604800 1800 | |
| lab.pro | A | 0 | 52.85.61.13 | |
| lab.pro | A | 0 | 52.85.61.76 | |
| lab.pro | A | 0 | 52.85.61.118 | |
| lab.pro | A | 0 | 52.85.61.30 | |
| lab.pro | AAAA | 0 | 2600:9000:2509:9a00:18:4c94:45c0:93a1 | |
| lab.pro | AAAA | 0 | 2600:9000:2509:dc00:18:4c94:45c0:93a1 | |
| lab.pro | AAAA | 0 | 2600:9000:2509:4a00:18:4c94:45c0:93a1 | |
| lab.pro | AAAA | 0 | 2600:9000:2509:d800:18:4c94:45c0:93a1 | |
| lab.pro | AAAA | 0 | 2600:9000:2509:7c00:18:4c94:45c0:93a1 | |
| lab.pro | AAAA | 0 | 2600:9000:2509:8e00:18:4c94:45c0:93a1 | |
| lab.pro | AAAA | 0 | 2600:9000:2509:2000:18:4c94:45c0:93a1 | |
| lab.pro | AAAA | 0 | 2600:9000:2509:5800:18:4c94:45c0:93a1 |
About DNS Records
DNS (Domain Name System) records are instructions that provide information about a domain, including its IP addresses, mail servers, and other services. Common record types include:
- SOA (Start of Authority) - Contains administrative information about the zone
- NS (Nameserver) - Specifies authoritative nameservers for the domain
- A (Address) - Maps a domain to an IPv4 address
- AAAA - Maps a domain to an IPv6 address
- CNAME (Canonical Name) - Creates an alias pointing to another domain
- MX (Mail Exchange) - Specifies mail servers for the domain