DNS Record Lookup
Look up DNS records including A, AAAA, MX, NS, SOA, and CNAME records for any domain
DNS Records for mypython.org
| Hostname | Type | TTL | Priority | Content |
|---|---|---|---|---|
| mypython.org | AAAA | 0 | 2a02:4780:4b:754d:16fc:f77:45d3:4ee2 | |
| mypython.org | AAAA | 0 | 2a02:4780:4d:b25c:937c:ab29:fd74:aa48 | |
| mypython.org | A | 0 | 147.79.79.42 | |
| mypython.org | A | 0 | 88.223.87.210 | |
| mypython.org | SOA | 600 | nova.dns-parking.com dns.hostinger.com 2026061801 10000 2400 604800 600 | |
| mypython.org | MX | 0 | 5 | mx1.hostinger.com |
| mypython.org | MX | 0 | 10 | mx2.hostinger.com |
| mypython.org | NS | 0 | cosmos.dns-parking.com | |
| mypython.org | NS | 0 | nova.dns-parking.com | |
| www.mypython.org | CNAME | 0 | www.mypython.org.cdn.hstgr.net | |
| www.mypython.org | AAAA | 0 | 2a02:4780:4a:8dc4:472c:8c1d:a53c:52e0 | |
| www.mypython.org | AAAA | 0 | 2a02:4780:4d:e243:27f5:6861:3138:32b2 | |
| www.mypython.org | A | 0 | 147.79.79.23 | |
| www.mypython.org | A | 0 | 147.79.72.24 |
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