DNS Record Lookup
Look up DNS records including A, AAAA, MX, NS, SOA, CNAME, TXT, and CAA records for any domain
DNS Records for habername.com
| Hostname | Type | TTL | Priority | Content |
|---|---|---|---|---|
| habername.com | NS | 0 | frida.ns.cloudflare.com | |
| habername.com | NS | 0 | armfazh.ns.cloudflare.com | |
| habername.com | AAAA | 0 | 2606:4700:3031::ac43:8163 | |
| habername.com | AAAA | 0 | 2606:4700:3037::6815:2a3 | |
| habername.com | MX | 0 | 10 | mail.cmposta.com |
| habername.com | TXT | 0 | v=spf1 +a +mx -all include:cmposta.com | |
| habername.com | TXT | 0 | google-site-verification=_aUWFkJjl9R00xvA33Z9L-t7ih0yipxfRWiGEk8gUNc | |
| habername.com | TXT | 0 | spf2.0/pra +a +mx -all include:cmposta.com | |
| habername.com | A | 0 | 104.21.2.163 | |
| habername.com | A | 0 | 172.67.129.99 | |
| habername.com | SOA | 1800 | armfazh.ns.cloudflare.com dns.cloudflare.com 2406698595 10000 2400 604800 1800 | |
| www.habername.com | A | 0 | 104.21.2.163 | |
| www.habername.com | A | 0 | 172.67.129.99 | |
| www.habername.com | AAAA | 0 | 2606:4700:3031::ac43:8163 | |
| www.habername.com | AAAA | 0 | 2606:4700:3037::6815:2a3 |
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