Type |
Description |
Details |
A |
Address record |
used to map a hostname to an IPv4 address |
AAAA |
IPv6 Address record |
like A but for IPv6 |
CAA |
Certificate Authority Authorization |
used by domain name holders to indicate to certificate authorities whether they are authorized to issue digital certificates for a particular domain name
- the lack of any CAA records authorizes normal unrestricted issuance
- the presence of a single blank issue tag disallows all issuance
|
CNAME |
Canonical NAME |
|
MX |
Mail eXchange |
maps a domain name to a list of MTA for that domain |
NS |
Name Server |
delegates a DNS zone to use the given authoritative name servers |
PTR |
Pointer |
- inverse of A / AAAA records : map IP addresses to names
- used to perform reverse DNS lookups
- addresses are saved in the reverse order : the PTR record for 192.1.2.100 would be stored as 100.2.1.192.in-addr.arpa
|
SOA |
Start Of Authority |
- details about a DNS zone :
- primary name server
- administrator's email address
- domain serial number
- timers
- details in DNS SOA records article
|
SRV |
Service |
Generalized service location record, used for newer protocols instead of creating protocol-specific records such as MX
|
TXT |
Text |
- originally for arbitrary human-readable text in a DNS record
- since the early 1990s, this record more often carries machine-readable data that doesn't fit the format of other records
|