DNS Record Lookup
Look up DNS records including A, AAAA, MX, NS, SOA, CNAME, TXT, and CAA records for any domain
DNS Records for myhostingaccount.info
| Hostname | Type | TTL | Priority | Content |
|---|---|---|---|---|
| myhostingaccount.info | MX | 0 | 10 | mx.zoho.com |
| myhostingaccount.info | MX | 0 | 20 | mx2.zoho.com |
| myhostingaccount.info | MX | 0 | 30 | mx3.zoho.com |
| myhostingaccount.info | TXT | 0 | v=spf1 a mx include:zoho.com -all | |
| myhostingaccount.info | NS | 0 | ns3.myhostingaccount.info | |
| myhostingaccount.info | NS | 0 | ns2.myhostingaccount.info | |
| myhostingaccount.info | NS | 0 | ns1.myhostingaccount.info | |
| myhostingaccount.info | NS | 0 | ns4.myhostingaccount.info | |
| myhostingaccount.info | AAAA | 0 | 2604:a880:800:14:0:2:ef33:6000 | |
| myhostingaccount.info | CAA | 0 | 0 iodef mailto:jeff@jeffharris.us | |
| myhostingaccount.info | CAA | 0 | 0 issuewild letsencrypt.org | |
| myhostingaccount.info | CAA | 0 | 0 issue letsencrypt.org | |
| myhostingaccount.info | A | 0 | 161.35.248.192 | |
| myhostingaccount.info | SOA | 10800 | ns2.myhostingaccount.info ptr.myhostingaccount.info 2026051271 604800 7200 2419200 10800 | |
| www.myhostingaccount.info | AAAA | 0 | 2604:a880:800:14:0:2:ef33:6000 | |
| www.myhostingaccount.info | A | 0 | 161.35.248.192 |
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