From d281b083bc11e37db9d7275f64a3c696bb6a535c Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Tue, 23 Jan 2018 18:29:16 +0100 Subject: [PATCH] dns: remove non working update check --- roles/dns/templates/pdns.conf.j2 | 6 ++++++ roles/dns/templates/recursor.conf.j2 | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/roles/dns/templates/pdns.conf.j2 b/roles/dns/templates/pdns.conf.j2 index 7154a15..227659f 100644 --- a/roles/dns/templates/pdns.conf.j2 +++ b/roles/dns/templates/pdns.conf.j2 @@ -18,6 +18,12 @@ launch=bind # recursor=127.0.0.1:5300 +################################# +# security-poll-suffix Domain name from which to query security update notifications +# +# security-poll-suffix=secpoll.powerdns.com. +security-poll-suffix= + ################################# # setgid If set, change group id to this gid for more security # diff --git a/roles/dns/templates/recursor.conf.j2 b/roles/dns/templates/recursor.conf.j2 index 4beb833..e306fda 100644 --- a/roles/dns/templates/recursor.conf.j2 +++ b/roles/dns/templates/recursor.conf.j2 @@ -27,7 +27,13 @@ local-port=5300 ################################# # quiet Suppress logging of questions and answers # -quiet=on +quiet=yes + +################################# +# security-poll-suffix Domain name from which to query security update notifications +# +# security-poll-suffix=secpoll.powerdns.com. +security-poll-suffix= ################################# # setgid If set, change group id to this gid for more security