From: Pieter Lexis Date: Tue, 15 Dec 2015 11:07:41 +0000 (+0100) Subject: Document secpoll-suffix. Closes #2337 X-Git-Tag: dnsdist-1.0.0-alpha1~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a45c99cb1cf3823915ff2eead27cded9f2eab73;p=pdns Document secpoll-suffix. Closes #2337 --- diff --git a/docs/markdown/authoritative/settings.md b/docs/markdown/authoritative/settings.md index dd4248bc7..ebbeb0dab 100644 --- a/docs/markdown/authoritative/settings.md +++ b/docs/markdown/authoritative/settings.md @@ -505,7 +505,8 @@ for this reason it is disabled by default. * Default: secpoll.powerdns.com. * Available since: 3.4.1 -Domain name from which to query security update notifications +Domain name from which to query security update notifications. Setting this to +an empty string disables secpoll. ## `server-id` * String diff --git a/docs/markdown/recursor/settings.md b/docs/markdown/recursor/settings.md index bc7b0cfa2..f63f5d9d3 100644 --- a/docs/markdown/recursor/settings.md +++ b/docs/markdown/recursor/settings.md @@ -541,6 +541,13 @@ Don't log queries. If set, an NXDOMAIN from the root-servers will serve as a blanket NXDOMAIN for the entire TLD the query belonged to. The effect of this is far fewer queries to the root-servers. +## `security-poll-suffix` +* String +* Default: secpoll.powerdns.com. + +Domain name from which to query security update notifications. Setting this to +an empty string disables secpoll. + ## `serve-rfc1918` * Boolean * Default: yes