DNS Record Lookup
Look up DNS records including A, AAAA, MX, NS, SOA, CNAME, TXT, and CAA records for any domain
DNS Records for stuff.org
| Hostname | Type | TTL | Priority | Content |
|---|---|---|---|---|
| stuff.org | NS | 0 | ns-288.awsdns-36.com | |
| stuff.org | NS | 0 | ns-1617.awsdns-10.co.uk | |
| stuff.org | NS | 0 | ns-643.awsdns-16.net | |
| stuff.org | NS | 0 | ns-1241.awsdns-27.org | |
| stuff.org | TXT | 0 | google-site-verification=xicvi4_Sqvk2VkmynY73rsWy5Ga7twxHKtiOFNRUry8 | |
| stuff.org | A | 0 | 3.170.42.111 | |
| stuff.org | A | 0 | 3.170.42.85 | |
| stuff.org | A | 0 | 3.170.42.108 | |
| stuff.org | A | 0 | 3.170.42.121 | |
| stuff.org | SOA | 86400 | ns-643.awsdns-16.net awsdns-hostmaster.amazon.com 1 7200 900 1209600 86400 | |
| stuff.org | MX | 0 | 1 | smtp.google.com |
| www.stuff.org | MX | 0 | 1 | smtp.google.com |
| www.stuff.org | CNAME | 0 | stuff.org | |
| www.stuff.org | A | 0 | 3.170.42.85 | |
| www.stuff.org | A | 0 | 3.170.42.108 | |
| www.stuff.org | A | 0 | 3.170.42.121 | |
| www.stuff.org | A | 0 | 3.170.42.111 | |
| www.stuff.org | NS | 0 | ns-643.awsdns-16.net | |
| www.stuff.org | NS | 0 | ns-1241.awsdns-27.org | |
| www.stuff.org | NS | 0 | ns-1617.awsdns-10.co.uk | |
| www.stuff.org | NS | 0 | ns-288.awsdns-36.com | |
| www.stuff.org | SOA | 86400 | ns-643.awsdns-16.net awsdns-hostmaster.amazon.com 1 7200 900 1209600 86400 | |
| www.stuff.org | TXT | 0 | google-site-verification=xicvi4_Sqvk2VkmynY73rsWy5Ga7twxHKtiOFNRUry8 |
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