dig: add example (#12234)

pull/23/head
Fazle Arefin 2024-02-11 16:24:33 +11:00 committed by GitHub
parent fa9fe07755
commit 7fd501a330
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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}}`