diff --git a/pages/linux/resolvectl.md b/pages/linux/resolvectl.md index d291890b0..14b450b6a 100644 --- a/pages/linux/resolvectl.md +++ b/pages/linux/resolvectl.md @@ -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`