DNS Record Lookup
Look up DNS records including A, AAAA, MX, NS, SOA, CNAME, TXT, and CAA records for any domain
DNS Records for robertpostma.com
| Hostname | Type | TTL | Priority | Content |
|---|---|---|---|---|
| robertpostma.com | NS | 0 | ns2.greengeeks.net | |
| robertpostma.com | NS | 0 | ns1.greengeeks.net | |
| robertpostma.com | A | 0 | 67.208.36.29 | |
| robertpostma.com | MX | 0 | 30 | honeypot.21.ik2.com |
| robertpostma.com | MX | 0 | 10 | de676ba4.21.ik2.com |
| robertpostma.com | MX | 0 | 20 | de676ba4.22.ik2.io |
| robertpostma.com | TXT | 0 | v=spf1 +a +mx +ip4:184.154.215.142 include:spf.websitehostserver.net +ip4:67.208.36.29 +ip4:108.163.217.86 +ip4:65.60.1.236 ~all | |
| robertpostma.com | SOA | 86400 | ns1.greengeeks.net rob.robertpostma.com 2026052901 3600 1800 1209600 86400 | |
| www.robertpostma.com | A | 0 | 67.208.36.29 | |
| www.robertpostma.com | NS | 0 | ns2.greengeeks.net | |
| www.robertpostma.com | NS | 0 | ns1.greengeeks.net | |
| www.robertpostma.com | SOA | 86400 | ns1.greengeeks.net rob.robertpostma.com 2026052901 3600 1800 1209600 86400 | |
| www.robertpostma.com | TXT | 0 | v=spf1 +a +mx +ip4:184.154.215.142 include:spf.websitehostserver.net +ip4:67.208.36.29 +ip4:108.163.217.86 +ip4:65.60.1.236 ~all | |
| www.robertpostma.com | CNAME | 0 | robertpostma.com | |
| www.robertpostma.com | MX | 0 | 10 | de676ba4.21.ik2.com |
| www.robertpostma.com | MX | 0 | 20 | de676ba4.22.ik2.io |
| www.robertpostma.com | MX | 0 | 30 | honeypot.21.ik2.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