]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix a lie in the recursor stats docs 4144/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Mon, 11 Jul 2016 07:48:39 +0000 (09:48 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Mon, 11 Jul 2016 07:48:39 +0000 (09:48 +0200)
docs/markdown/recursor/stats.md

index 7030bf0432942835130d5cc60c59e3cb4efc3965..dae1a9dc3001eef32817d8c68261dcecd3e54a42 100644 (file)
@@ -26,7 +26,7 @@ The `rec_control get` command can be used to query the following statistics, eit
 * `client-parse-errors`: counts number of client packets that could not be parsed
 * `concurrent-queries`: shows the number of MThreads currently running
 * `dlg-only-drops`: number of records dropped because of delegation only setting
-* `dnssec-queries`: number of queries received with the DO and/or AD bit set
+* `dnssec-queries`: number of queries received with the DO bit set
 * `dnssec-result-bogus`: number of DNSSEC validations that had the Bogus state
 * `dnssec-result-indeterminate`: number of DNSSEC validations that had the Indeterminate state
 * `dnssec-result-insecure`: number of DNSSEC validations that had the Insecure state