DNS Record Lookup
Look up DNS records including A, AAAA, MX, NS, SOA, and CNAME records for any domain
DNS Records for workshop-test.com
Hostname | Type | TTL | Priority | Content |
---|---|---|---|---|
workshop-test.com | SOA | 600 | ns2.audi.de domainservice.audi.de 2025000001 1800 600 2419200 600 | |
workshop-test.com | A | 0 | 3.125.249.123 | |
workshop-test.com | A | 0 | 3.73.97.19 | |
workshop-test.com | A | 0 | 3.75.54.131 | |
workshop-test.com | MX | 0 | 20 | mailin11.audi.de |
workshop-test.com | MX | 0 | 20 | mailin13.audi.de |
workshop-test.com | MX | 0 | 20 | mailin14.audi.de |
workshop-test.com | MX | 0 | 20 | mailin12.audi.de |
workshop-test.com | NS | 0 | ns2.audi.de | |
workshop-test.com | NS | 0 | ns5.xc-ns.de | |
www.workshop-test.com | A | 0 | 3.125.249.123 | |
www.workshop-test.com | A | 0 | 3.75.54.131 | |
www.workshop-test.com | A | 0 | 3.73.97.19 |
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