Examples (6)
Find out where your local DNS got the information on www.example.com
dnstracer www.example.comStart with a [s]pecific DNS that you already know
dnstracer -s dns.example.org www.example.comOnly query IPv[4] servers
dnstracer -4 www.example.com[r]etry each request 5 times on failure
dnstracer -r 5 www.example.comDisplay all steps during execution
dnstracer -v www.example.comDisplay an [o]verview of all received answers after execution
dnstracer -o www.example.commade by @shridhargupta | data from tldr-pages