1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 17:13:50 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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