is it DNS? wiki/Start here ← live monitor
Start

It was DNS. It is always DNS.

A hands-on DNS reference where the examples actually run (unless something really is wrong with DNS). The demo records live in a real public zone, example.isitdns.net, so you can paste nearly every command on these pages into your own terminal and get the same records back. A few examples need a newer dig or kdig, and some deliberately return an error rcode instead of a record. Naturally volatile values differ run to run: TTLs count down, DNSSEC signatures rotate.

Try it:

dig @1.1.1.1 +short txt.example.isitdns.net TXT
"It was DNS. It is always DNS."

That record is real, and so are the A, AAAA, CNAME, MX, SRV, and CAA records you meet in the walkthrough. They resolve for real, but every address is a documentation address (192.0.2.1 from RFC 5737, 2001:db8::1 from RFC 3849), so nothing routes anywhere.

Two ways in#

Learn by doing: guided lessons, one query at a time:

Look something up: the reference wiki, a page for every part of DNS:

  • The DNS wiki: read it in order to understand DNS from the ground up, or jump straight to what you need. Records, zones, DNSSEC, DoT/DoH, the tools, and the RFC index all live here.
  • The dig phonebook: every dig and nslookup command in the wiki on one page, sorted by what you are trying to see.

What's inside the wiki#

Throughout the wiki, claims link out to the RFC or vendor doc behind them, and the RFC index collects the RFCs, IANA registries, and official sources in one place, so this is a starting point, not the last word.