Code-Memo

DNS concepts

What DNS does

DNS maps names to data, most commonly:

Key terms

Common Linux places

Check resolver status (systemd):

resolvectl status

Query tools

dig example.com A
dig +short example.com AAAA
nslookup example.com
host example.com

Troubleshooting checklist