DNS Record Lookup
Look up DNS records including A, AAAA, MX, NS, SOA, CNAME, TXT, and CAA records for any domain
DNS Records for unix.com
| Hostname | Type | TTL | Priority | Content |
|---|---|---|---|---|
| unix.com | SOA | 300 | ns1.linode.com webmaster.unix.com 2021000174 14400 30 1209600 300 | |
| unix.com | A | 0 | 148.72.144.6 | |
| unix.com | MX | 0 | 5 | ALT1.ASPMX.L.GOOGLE.com |
| unix.com | MX | 0 | 10 | ASPMX3.GOOGLEMAIL.com |
| unix.com | MX | 0 | 10 | ASPMX5.GOOGLEMAIL.com |
| unix.com | MX | 0 | 5 | ALT2.ASPMX.L.GOOGLE.com |
| unix.com | MX | 0 | 10 | ASPMX2.GOOGLEMAIL.com |
| unix.com | MX | 0 | 10 | ASPMX4.GOOGLEMAIL.com |
| unix.com | MX | 0 | 1 | ASPMX.L.GOOGLE.com |
| unix.com | NS | 0 | ns5.linode.com | |
| unix.com | NS | 0 | ns2.linode.com | |
| unix.com | NS | 0 | ns3.linode.com | |
| unix.com | NS | 0 | ns1.linode.com | |
| unix.com | NS | 0 | ns4.linode.com | |
| unix.com | TXT | 0 | v=spf1 include:spf.mailjet.com include:_spf.google.com ip4: 62.138.16.35 ~all | |
| unix.com | TXT | 0 | v=spf1 include:spf.mailjet.com include:_spf.google.com ip4:209.126.104.117 ~all | |
| unix.com | TXT | 0 | openai-domain-verification=dv-8vifTPUx4Ev2bnKmQ7d9MEOn | |
| www.unix.com | A | 0 | 148.72.144.6 |
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