From: Peter van Dijk Date: Thu, 19 Jun 2014 07:22:54 +0000 (+0200) Subject: remove paragraph about wildcards, irrelevant since auth 3.0 X-Git-Tag: rec-3.6.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79e2325d963ad9b2e00ccdb8800e1e4a9301a6d9;p=thirdparty%2Fpdns.git remove paragraph about wildcards, irrelevant since auth 3.0 --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index e71d432725..de4cf4064a 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -12225,11 +12225,6 @@ local0.err /var/log/pdns.err This represents the number of packets waiting for database attention. During normal operations the queue should be small. - - Much the same holds for the wildcards setting. On by default, each non-existent query will lead to a number of additional - wildcard queries. If it is known that the backends do not contain wildcard records, performance can be improved by adding wildcards=no - to pdns.conf. - Logging truly kills performance as answering a question from the cache is an order of magnitude less work than logging a line about it. Busy sites will prefer to turn log-dns-details off.