SYSTEM Cited by 1 source
dig¶
dig (domain information groper) is the canonical DNS debugging CLI from BIND. It sends a single DNS query to a specified resolver and prints the full response โ query latency, authoritative section, additional section, and response code โ making it the default tool for manually reproducing and classifying resolver issues.
Seen in¶
- Stripe โ The secret life of DNS packets (2024-12-12). Stripe
used
digagainst the VPC resolver with representative reverse-DNS addresses (PTRrecords for IPs in104.16.0.0/12) to manually confirm that responses were slow or returnedSERVFAIL. This is the "make the failing query by hand and watch it fail" step in the debugging sequence.