LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

dnstracer

DNS delegation tracing tool

TLDR

Trace DNS resolution path
$ dnstracer [www.example.com]
copy
Start with specific DNS server
$ dnstracer -s [dns.example.org] [www.example.com]
copy
Query IPv4 servers only
$ dnstracer -4 [www.example.com]
copy
Retry failed requests 5 times
$ dnstracer -r [5] [www.example.com]
copy
Display all steps
$ dnstracer -v [www.example.com]
copy
Display overview of answers
$ dnstracer -o [www.example.com]
copy

SYNOPSIS

dnstracer [options] name

DESCRIPTION

dnstracer determines where a DNS server gets its information from by tracing the DNS resolution path from root servers down to the authoritative nameserver.Useful for debugging DNS issues and understanding DNS delegation.

PARAMETERS

-s server

Start with specified DNS server
-4
Only query IPv4 servers
-6
Only query IPv6 servers
-r count
Number of retries on failure
-v
Verbose output
-o
Overview of all received answers

INSTALL

sudo apt install dnstracer
copy
sudo dnf install dnstracer
copy
sudo apk add dnstracer
copy
sudo zypper install dnstracer
copy
brew install dnstracer
copy
nix profile install nixpkgs#dnstracer
copy

CAVEATS

Requires network access to DNS servers. Tracing may take time for complex delegations. Some DNS servers may block tracing queries.

SEE ALSO

dig(1), nslookup(1), host(1)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid