DNS Record Lookup
Look up DNS records including A, AAAA, MX, NS, SOA, CNAME, TXT, and CAA records for any domain
DNS Records for myshop.com
| Hostname | Type | TTL | Priority | Content |
|---|---|---|---|---|
| myshop.com | MX | 0 | 30 | ASPMX2.GOOGLEMAIL.com |
| myshop.com | MX | 0 | 30 | ASPMX3.GOOGLEMAIL.com |
| myshop.com | MX | 0 | 30 | ASPMX5.GOOGLEMAIL.com |
| myshop.com | MX | 0 | 20 | ALT2.ASPMX.L.GOOGLE.com |
| myshop.com | MX | 0 | 20 | ALT1.ASPMX.L.GOOGLE.com |
| myshop.com | MX | 0 | 10 | ASPMX.L.GOOGLE.com |
| myshop.com | MX | 0 | 30 | ASPMX4.GOOGLEMAIL.com |
| myshop.com | SOA | 28800 | nsauth1.ixlhosting.nl hostmaster.myshop.com 2026042903 28800 3600 1209600 28800 | |
| myshop.com | NS | 0 | nsauth3.ixl.nu | |
| myshop.com | NS | 0 | nsauth1.ixlhosting.nl | |
| myshop.com | NS | 0 | nsauth2.ixlhosting.nl | |
| myshop.com | A | 0 | 194.213.127.184 | |
| myshop.com | AAAA | 0 | 2a01:448:4005::184 | |
| myshop.com | TXT | 0 | v=spf1 include:spf.mailjet.com ip4:149.210.133.207/32 ip4:178.208.62.0/24 include:_spf.google.com include:mail.zendesk.com ~all | |
| myshop.com | TXT | 0 | google-site-verification=OJ9kLGYGM1xo-tJRYRhPMLrL-PD0x6XFlQ0psAJ73fM | |
| myshop.com | TXT | 0 | atlassian-domain-verification=gZ3rPIap1GMEJExw2fwscOgo9reTz1FP1Kokw8GfPVwg3DGAWwirCxPKtf93yKYy | |
| myshop.com | TXT | 0 | k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDc3/Av91gfY4jcHcDlop60PUmM4PhNiC3+KPajj0ztXRQfgCggr5DaE7ZaxMjl8MQPPvPt3ZY2178KdhyYCTdznmE4HYLRw5k6fvzvrx04PtFl3za7g0hDQIb7ZbkyJePdVD33Pfx02C8dPd8Oj2+yiFhqpQk6oIZFKJwZZz8XnwIDAQAB | |
| www.myshop.com | A | 0 | 194.213.127.184 | |
| www.myshop.com | AAAA | 0 | 2a01:448:4005::184 |
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