mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 14:53:59 +02:00
dig: add example (#12234)
This commit is contained in:
parent
fa9fe07755
commit
7fd501a330
1 changed files with 4 additions and 0 deletions
|
@ -30,3 +30,7 @@
|
|||
- Perform iterative queries and display the entire trace path to resolve a domain name:
|
||||
|
||||
`dig +trace {{example.com}}`
|
||||
|
||||
- Query a DNS server over a non-standard [p]ort using the TCP protocol:
|
||||
|
||||
`dig +tcp -p {{port}} @{{dns_server_ip}} {{example.com}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue