Update cheatsheets

This commit is contained in:
ivuorinen
2024-03-18 00:14:08 +00:00
parent fb68c8db78
commit 98063b9766

View File

@@ -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):