Skip to main content
Kill -9 Club
Sign in

dig

NetworkPackage: bind9-dnsutils

Queries the DNS and shows the raw answer, with the TTL and the server that answered. dig +short for the value; dig @1.1.1.1 to ask a specific resolver rather than the local cache.

What its options do in the lessons

From the same glossary the lessons render under their commands, so the two cannot disagree.

dig -x
Reverse lookup: asks for the name attached to an IP address. dig -x 203.0.113.10 builds the in-addr.arpa PTR query for you, which otherwise has to be written out backwards by hand.

Lessons that teach it