DNS Record Lookup
Look up DNS records including A, AAAA, MX, NS, SOA, CNAME, TXT, and CAA records for any domain
DNS Records for eggheads.org
| Hostname | Type | TTL | Priority | Content |
|---|---|---|---|---|
| eggheads.org | MX | 0 | 10 | venus.skralg.com |
| eggheads.org | TXT | 0 | v=spf1 a mx a:zexxa.skralg.com ip4:70.163.110.161/28 ~all | |
| eggheads.org | TXT | 0 | google-site-verification=F22HIJY8F_1d867fPGYBoMfGZ-Q0eKtgMni3y94PD3U | |
| eggheads.org | TXT | 0 | google-site-verification=e7zPDsWhxnCyKMwAwGMB24Z9n859WkOF77w8QW1V9VU | |
| eggheads.org | SOA | 172800 | ns1.he.net hostmaster.he.net 2023111003 86400 7200 3600000 172800 | |
| eggheads.org | A | 0 | 24.199.64.122 | |
| eggheads.org | NS | 0 | ns4.he.net | |
| eggheads.org | NS | 0 | ns5.he.net | |
| eggheads.org | NS | 0 | ns3.he.net | |
| eggheads.org | NS | 0 | ns2.he.net | |
| eggheads.org | NS | 0 | ns1.he.net | |
| www.eggheads.org | A | 0 | 24.199.64.122 | |
| www.eggheads.org | CNAME | 0 | percy.eggheads.org |
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