resolvectl: add cache flushing and statistics, remove openpgp (#10735)

* resolvectl: add flush-caches and statistics

* resolvectl: remove openpgp

* resolvectl: add precision about DNSSEC verdicts

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/23/head
Matthieu LAURENT 2023-09-20 09:56:05 +02:00 committed by GitHub
parent 634e84e699
commit f2128bfbb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 4 deletions

View File

@ -16,6 +16,14 @@
`resolvectl query {{ip_address}}`
- Flush all local DNS caches:
`resolvectl flush-caches`
- Display DNS statistics (transactions, cache, and DNSSEC verdicts):
`resolvectl statistics`
- Retrieve an MX record of a domain:
`resolvectl --legend={{no}} --type={{MX}} query {{domain}}`
@ -24,10 +32,6 @@
`resolvectl service _{{service}}._{{protocol}} {{name}}`
- Retrieve the public key from an email address from an OPENPGPKEY DNS record:
`resolvectl openpgp {{email}}`
- Retrieve a TLS key:
`resolvectl tlsa tcp {{domain}}:443`