mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-07 18:45:48 +00:00
Update cheatsheets
This commit is contained in:
4
tldr/dig
4
tldr/dig
@@ -20,9 +20,9 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user