Nov 10, 2025
| Record Type | Purpose | Example/Detail |
|---|---|---|
| SOA | Zone metadata and timers | Serial, retries, expiration, storage duration |
| A | Hostname to IPv4 address | www.professormesser.com → 162.59.246.1.164 |
| AAAA | Hostname to IPv6 address | IPv6 mapping using four A’s |
| CNAME | Alias to canonical name | www.example.com → mail.example.com |
| MX | Mail server for domain | Mail target mail.example.com; TTL 15 minutes |
| TXT (SPF) | Authorized senders | professormesser.com authorizes mailgun.org |
| TXT (DKIM) | Stores public key for email signature verification | Long public key in TXT |
| NS | Authoritative name servers | ns1.example.com and another NS listed |
| PTR | IP to hostname (reverse DNS) | 192.168.20.10 → www.example.com |