DNS Record Lookup
Look up DNS records including A, AAAA, MX, NS, SOA, and CNAME records for any domain
DNS Records for mydev.app
Hostname | Type | TTL | Priority | Content |
---|---|---|---|---|
mydev.app | SOA | 600 | ns1.dns-parking.com dns.hostinger.com 2025100901 10000 2400 604800 600 | |
mydev.app | NS | 0 | ns2.dns-parking.com | |
mydev.app | NS | 0 | ns1.dns-parking.com | |
mydev.app | MX | 0 | 10 | mx2.hostinger.com |
mydev.app | MX | 0 | 5 | mx1.hostinger.com |
mydev.app | AAAA | 0 | 2a02:4780:22:b860:8816:c86a:8515:2713 | |
mydev.app | AAAA | 0 | 2a02:4780:1e:8220:3ff9:3083:6f00:23da | |
mydev.app | A | 0 | 212.1.212.147 | |
mydev.app | A | 0 | 191.96.144.204 | |
www.mydev.app | CNAME | 0 | www.mydev.app.cdn.hstgr.net | |
www.mydev.app | AAAA | 0 | 2a02:4780:22:9bdf:ed2b:7617:59f2:b82 | |
www.mydev.app | AAAA | 0 | 2a02:4780:1d:9c9c:2de7:73a0:feb3:f3ab | |
www.mydev.app | A | 0 | 191.96.144.143 | |
www.mydev.app | A | 0 | 191.101.104.55 |
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