DNS Record Lookup
Look up DNS records including A, AAAA, MX, NS, SOA, CNAME, TXT, and CAA records for any domain
DNS Records for linuxbox.cz
| Hostname | Type | TTL | Priority | Content |
|---|---|---|---|---|
| linuxbox.cz | NS | 0 | ns.lbox.cz | |
| linuxbox.cz | NS | 0 | ns2.lbox.cz | |
| linuxbox.cz | MX | 0 | 15 | bck.lbox.cz |
| linuxbox.cz | MX | 0 | 5 | mail.linuxbox.cz |
| linuxbox.cz | MX | 0 | 10 | gwu.lbox.cz |
| linuxbox.cz | MX | 0 | 20 | proxybox.linuxbox.cz |
| linuxbox.cz | A | 0 | 193.165.160.170 | |
| linuxbox.cz | AAAA | 0 | 2a00:ca8:8000:d::170 | |
| linuxbox.cz | TXT | 0 | v=spf1 ip4:62.245.111.132/26 ip4:62.245.111.81/28 ip4:193.165.144.186 ip6:2a02:8304:2:66::2/64 ip6:2a02:8304:2:66::3/64 ?all | |
| linuxbox.cz | TXT | 0 | MS=ms83598524 | |
| linuxbox.cz | SOA | 86400 | ns.lbox.cz hostmaster.lbox.cz 2016061000 1800 900 3600000 86400 | |
| www.linuxbox.cz | TXT | 0 | v=spf1 ip4:193.165.160.170/32 ip6:2a00:ca8:8000:d::170/64 ?all | |
| www.linuxbox.cz | CNAME | 0 | ns.lbox.cz | |
| www.linuxbox.cz | A | 0 | 193.165.160.170 | |
| www.linuxbox.cz | AAAA | 0 | 2a00:ca8:8000:d::170 |
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