Skip to content

Commit 2100859

Browse files
Faro1991CleanMachine1reinhart1010kbdharun
authored
dnstracer: add page (tldr-pages#8707)
* add dnstracer command * mark parameters correctly Thanks @CleanMachine1, totally missed that one. Should obviously be in brackets. Co-authored-by: CleanMachine1 <[email protected]> * link man page for reference Co-authored-by: Reinhart Previano Koentjoro <[email protected]> * Mark -o in example description Co-authored-by: K.B.Dharun Krishna <[email protected]> * Mark -r in example description Co-authored-by: K.B.Dharun Krishna <[email protected]> * Mark -o in example description Accidentally put this for -s as well Co-authored-by: K.B.Dharun Krishna <[email protected]> * Revert -r mnemonic because not applicable Co-authored-by: K.B.Dharun Krishna <[email protected]> Co-authored-by: CleanMachine1 <[email protected]> Co-authored-by: Reinhart Previano Koentjoro <[email protected]> Co-authored-by: K.B.Dharun Krishna <[email protected]>
1 parent c4221c9 commit 2100859

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

pages/linux/dnstracer.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# dnstracer
2+
3+
> The dnstracer command determines where a DNS gets its information from.
4+
> More information: <https://manned.org/dnstracer>.
5+
6+
- Find out where your local DNS got the information on www.example.com:
7+
8+
`dnstracer {{www.example.com}}`
9+
10+
- Start with a [s]pecific DNS that you already know:
11+
12+
`dnstracer -s {{dns.example.org}} {{www.example.com}}`
13+
14+
- Only query IPv4 servers:
15+
16+
`dnstracer -4 {{www.example.com}}`
17+
18+
- Retry each request 5 times on failure:
19+
20+
`dnstracer -r {{5}} {{www.example.com}}`
21+
22+
- Display all steps during execution:
23+
24+
`dnstracer -v {{www.example.com}}`
25+
26+
- Display an [o]verview of all received answers after execution:
27+
28+
`dnstracer -o {{www.example.com}}`

0 commit comments

Comments
 (0)