From 9a45c99cb1cf3823915ff2eead27cded9f2eab73 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Tue, 15 Dec 2015 12:07:41 +0100 Subject: [PATCH] Document secpoll-suffix. Closes #2337 --- docs/markdown/authoritative/settings.md | 3 ++- docs/markdown/recursor/settings.md | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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 -- 2.40.0