A
Maps a hostname to an IPv4 address.
93.184.216.34 Point a root domain at a web server.
Complete DNS record type guide with descriptions and examples. Learn about A, AAAA, CNAME, MX, NS, TXT, SOA, SRV, and PTR records.
DNS education
This browser-only tool explains the most common DNS record types, shows realistic example values, and walks through how DNS resolution works from cache lookup to authoritative answer.
Maps a hostname to an IPv4 address.
93.184.216.34 Point a root domain at a web server.
Maps a hostname to an IPv6 address.
2606:2800:220:1:248:1893:25c8:1946 Enable IPv6 access for a hostname.
Aliases one hostname to another hostname.
www.example.com -> app.hosting-platform.net Point a subdomain at a managed service.
Defines which mail servers receive email for a domain.
10 mail1.example.com Route incoming email to your provider.
Lists the authoritative name servers for a zone.
ns1.cloudflare.com Delegate DNS hosting for a domain.
Stores arbitrary text such as SPF, DKIM, or verification data.
v=spf1 include:_spf.google.com ~all Verify domain ownership or email policy.
Contains primary zone metadata such as serial and timers.
ns1.example.com hostmaster.example.com 2025010101 7200 3600 1209600 3600 Control zone transfer and refresh behavior.
Defines the host and port for a named service.
_sip._tcp.example.com 10 60 5060 sipserver.example.com Discover service endpoints automatically.
Maps an IP address back to a hostname in reverse DNS.
34.216.184.93.in-addr.arpa -> server.example.com Support mail reputation and reverse lookups.
How DNS works
When someone opens a website, DNS answers a sequence of questions until an IP address or target service is found.
How to use
DNS (Domain Name System) translates human-readable domain names into IP addresses. It is a foundational internet technology that every web developer should understand.
Common record types include A (IPv4 address), AAAA (IPv6), CNAME (alias), MX (mail server), TXT (verification/SPF), and NS (nameserver delegation).
More Dev tools
Related tools
dev
Test regex patterns with live match highlighting, capture groups, flags, and reusable developer snippets.
dev
Create beautiful CSS gradients with a visual editor. Choose linear or radial gradients, pick colors, adjust angles, and copy the CSS code instantly.
dev
Design perfect CSS box-shadow effects with a visual editor. Adjust offset, blur, spread, color, and inset to create shadows and copy ready-to-use CSS.
converter
Convert JSON arrays to CSV and CSV to JSON instantly in your browser. Download CSV files with one click.