From: Pieter Lexis Date: Mon, 11 Jul 2016 07:48:39 +0000 (+0200) Subject: Fix a lie in the recursor stats docs X-Git-Tag: auth-4.0.1~45^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4144%2Fhead;p=thirdparty%2Fpdns.git Fix a lie in the recursor stats docs --- diff --git a/docs/markdown/recursor/stats.md b/docs/markdown/recursor/stats.md index 7030bf0432..dae1a9dc30 100644 --- a/docs/markdown/recursor/stats.md +++ b/docs/markdown/recursor/stats.md @@ -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