dig: add example (#12234)

This commit is contained in:
Fazle Arefin
2024-02-11 16:24:33 +11:00
committed by GitHub
parent fa9fe07755
commit 7fd501a330

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