Developer ToolsModule / DNS-LOOKUP

DNS Lookup — Record Types & Output Parser

DNS record type reference plus a parser for dig/nslookup output.

Understand DNS record types and format your own DNS queries. This page explains each record type (A, AAAA, CNAME, MX, TXT, NS, SOA) and includes a small formatter for pasting dig/nslookup output. Live queries require a network tool such as dig — run from your own terminal.

DNS record types

TypePurpose
AIPv4 address of a host
AAAAIPv6 address of a host
CNAMEAlias of one name to another
MXMail exchange server + priority
NSAuthoritative nameserver
TXTArbitrary text (SPF, DKIM, verification)
SOAStart of authority — zone metadata
SRVService location (voice, chat, etc.)