DNS 레코드 유형 — 실용 참조
일반적인 DNS 레코드 유형 전체 설명: 역할, 포맷, 사용처, 프로덕션을 망치는 흔한 실수.
A
Maps a domain name to an IPv4 address.
AAAA
Maps a domain name to an IPv6 address.
MX
Tells the world which mail servers receive email for a domain.
NS
Lists the authoritative name servers for a zone.
TXT
Stores arbitrary text — most often SPF, DKIM, DMARC and ownership-verification tokens.
CNAME
Aliases one hostname to another — the resolver follows it transparently.
SOA
Start of Authority — metadata about the zone, including serial, refresh, retry and minimum TTL.
PTR
Reverse DNS — maps an IP back to a hostname.
SRV
Service-location record — specifies host AND port for a named service.
CAA
Certificate Authority Authorization — declares which CAs are allowed to issue certs for your domain.