SOAStart of Authority
Contains administrative information about the zone including primary nameserver, admin email, and serial number.
example.com. IN SOA ns1.example.com. admin.example.com. 2024010101 3600 900 1209600 86400
PTRPointer
Maps an IP address to a domain name (reverse DNS lookup).
34.216.184.93.in-addr.arpa. IN PTR example.com.
SRVService
Specifies the location of servers for specific services (host, port, priority, weight).
_sip._tcp.example.com. IN SRV 10 60 5060 sip.example.com.
CAACertification Authority Authorization
Specifies which Certificate Authorities are allowed to issue certificates for the domain.
example.com. IN CAA 0 issue "letsencrypt.org"
NAPTRNaming Authority Pointer
Used for ENUM and SIP URI mapping. Supports regular expression-based rewriting.
example.com. IN NAPTR 100 10 "u" "E2U+sip" "!^.*$!sip:info@example.com!" .