1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 16:55:34 +02:00

dig: edit page (#12516)

This commit is contained in:
Fazle Arefin 2024-03-17 16:23:12 +11:00 committed by GitHub
parent b07b01f8b1
commit 912bbeb317
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,9 +15,9 @@
`dig +short {{example.com}} {{A|MX|TXT|CNAME|NS}}`
- Specify an alternate DNS server to query:
- Specify an alternate DNS server to query and optionally use DNS over TLS (DoT):
`dig @{{8.8.8.8}} {{example.com}}`
`dig {{+tls}} @{{1.1.1.1|8.8.8.8|9.9.9.9|...}} {{example.com}}`
- Perform a reverse DNS lookup on an IP address (PTR record):