From: JP Mens Date: Fri, 10 Jun 2016 21:27:46 +0000 (+0200) Subject: Typo in Recursor's dnssec.md X-Git-Tag: auth-4.0.0-rc1~51^2~1^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56f578b1cf1d23230b36d15055b49d13b7f6e50c;p=pdns Typo in Recursor's dnssec.md --- diff --git a/docs/markdown/recursor/dnssec.md b/docs/markdown/recursor/dnssec.md index 97a322e8e..32c6af95a 100644 --- a/docs/markdown/recursor/dnssec.md +++ b/docs/markdown/recursor/dnssec.md @@ -16,7 +16,7 @@ AD bits in queries. In this mode, the behaviour is equal to the PowerDNS Recurso ## `process-no-validate` The default mode. In this mode the Recursor acts as a "security aware, non-validating" nameserver, meaning it will set the DO-bit on outgoing queries and will provide -DNSSEC related RRsets (NSEC, RRSIG) to clients that ask for it (by means of a +DNSSEC related RRsets (NSEC, RRSIG) to clients that ask for them (by means of a DO-bit in the query). It will not do any validation in this mode, not even when requested by the client.