Middle+
What DNS records do you know?
sobes.tech AI
Answer from AI
Main types of DNS records:
- A — maps a domain name to an IPv4 address.
- AAAA — maps a domain name to an IPv6 address.
- CNAME — an alias of one domain name for another.
- MX — indicates mail servers for the domain.
- TXT — text records, often used for SPF, DKIM, verification.
- NS — indicates authoritative DNS servers for the zone.
- PTR — reverse record, maps an IP to a domain name.
- SRV — indicates services and ports for the domain.
Example: an A record for example.com points to IP 93.184.216.34:
example.com. IN A 93.184.216.34