mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 22:15:42 +02:00
dig: edit page (#12516)
This commit is contained in:
parent
b07b01f8b1
commit
912bbeb317
1 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue