DNS Record Lookup
Look up DNS records including A, AAAA, MX, NS, SOA, and CNAME records for any domain
DNS Records for x.me
| Hostname | Type | TTL | Priority | Content |
|---|---|---|---|---|
| x.me | NS | 0 | ns-888.awsdns-47.net | |
| x.me | NS | 0 | ns-416.awsdns-52.com | |
| x.me | NS | 0 | ns-1681.awsdns-18.co.uk | |
| x.me | NS | 0 | ns-1440.awsdns-52.org | |
| x.me | MX | 0 | 10 | inbound-smtp.eu-west-1.amazonaws.com |
| x.me | SOA | 86400 | ns-888.awsdns-47.net awsdns-hostmaster.amazon.com 1 7200 900 1209600 86400 | |
| x.me | A | 0 | 52.220.201.184 | |
| x.me | A | 0 | 54.251.146.147 | |
| x.me | A | 0 | 13.215.75.146 | |
| www.x.me | CNAME | 0 | k8s-envprod-wwwxme-f3fabf729c-323639469.ap-southeast-1.elb.amazonaws.com | |
| www.x.me | A | 0 | 52.76.178.38 | |
| www.x.me | A | 0 | 18.138.61.191 | |
| www.x.me | A | 0 | 52.221.123.171 |
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