DNS Record Lookup
Look up DNS records including A, AAAA, MX, NS, SOA, CNAME, TXT, and CAA records for any domain
DNS Records for completebody.com
| Hostname | Type | TTL | Priority | Content |
|---|---|---|---|---|
| completebody.com | A | 0 | 198.202.211.1 | |
| completebody.com | NS | 0 | ns1.greengeeks.net | |
| completebody.com | NS | 0 | ns2.greengeeks.net | |
| completebody.com | MX | 0 | 10 | alt4.aspmx.l.google.com |
| completebody.com | MX | 0 | 5 | alt1.aspmx.l.google.com |
| completebody.com | MX | 0 | 5 | alt2.aspmx.l.google.com |
| completebody.com | MX | 0 | 1 | aspmx.l.google.com |
| completebody.com | MX | 0 | 10 | alt3.aspmx.l.google.com |
| completebody.com | SOA | 86400 | ns1.greengeeks.net root.chi207.greengeeks.net 2026042805 3600 1800 1209600 86400 | |
| completebody.com | TXT | 0 | apple-domain-verification=MDoT5T10M2O2eAsbGpCUE3on0pdnezswBKAiu2as88s | |
| completebody.com | TXT | 0 | _globalsign-domain-verification=y331iaPf1xV6mx58jQMdI-rzwLJvluTn2wPtQu0_F_ | |
| completebody.com | TXT | 0 | _globalsign-domain-verification=9BW33EBdST2SZtmW001fnXGKnCVLvCs3OQcYhIaPFm | |
| completebody.com | TXT | 0 | _globalsign-domain-verification=jf-cbNGxij5NU-g3RbLbno1z-W_3tT6GR_PXknraNL | |
| completebody.com | TXT | 0 | v=spf1 +a +mx +ip4:108.178.43.142 include:spf.greengeeks.net +ip4:67.208.34.132 ~all | |
| completebody.com | TXT | 0 | _globalsign-domain-verification=3AbsVrppIs_aOzDSX-wah7A8eKrTZZfL9hMqYA7qd0 | |
| completebody.com | TXT | 0 | google-site-verification=Dt9zRWc4zqTKYv3YTBtKu4W8w8XWDWzNb6iumnujUjs | |
| www.completebody.com | CNAME | 0 | cdn.webflow.com | |
| www.completebody.com | AAAA | 0 | 2620:cb:2000::1 | |
| www.completebody.com | A | 0 | 198.202.211.1 | |
| www.completebody.com | SOA | 1800 | journey.ns.cloudflare.com dns.cloudflare.com 2408425011 10000 2400 604800 1800 | |
| www.completebody.com | NS | 0 | journey.ns.cloudflare.com | |
| www.completebody.com | NS | 0 | lamar.ns.cloudflare.com |
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