DNS Record Lookup
Look up DNS records including A, AAAA, MX, NS, SOA, and CNAME records for any domain
DNS Records for sanebsd.org
| Hostname | Type | TTL | Priority | Content |
|---|---|---|---|---|
| sanebsd.org | NS | 0 | ns2.setec.org | |
| sanebsd.org | NS | 0 | ns1.setec.org | |
| sanebsd.org | AAAA | 0 | 2607:f108:301:0:216:3eff:fedc:7c37 | |
| sanebsd.org | SOA | 43200 | ns1.setec.org hostmaster.setec.org 2021071300 3600 300 2419200 43200 | |
| sanebsd.org | A | 0 | 70.33.188.214 | |
| www.sanebsd.org | AAAA | 0 | 2607:f108:301:0:216:3eff:fedc:7c37 | |
| www.sanebsd.org | NS | 0 | ns2.setec.org | |
| www.sanebsd.org | NS | 0 | ns1.setec.org | |
| www.sanebsd.org | CNAME | 0 | sanebsd.org | |
| www.sanebsd.org | A | 0 | 70.33.188.214 | |
| www.sanebsd.org | SOA | 43200 | ns1.setec.org hostmaster.setec.org 2021071300 3600 300 2419200 43200 |
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