From: Stephen Gran Date: Sat, 6 Jun 2009 23:36:29 +0000 (+0100) Subject: Some tightening up X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=d6e106687a835c57c1c5bb262af7c756bb051bd8;p=mirror%2Fdsa-puppet.git Some tightening up Signed-off-by: Stephen Gran --- diff --git a/modules/geodns/files/common/named.conf.options b/modules/geodns/files/common/named.conf.options index 7a90e66f8..aa593440d 100644 --- a/modules/geodns/files/common/named.conf.options +++ b/modules/geodns/files/common/named.conf.options @@ -21,6 +21,9 @@ options { auth-nxdomain no; # conform to RFC1035 listen-on-v6 { any; }; + allow-query { any; }; + allow-update { none; }; + allow-transfer { none; }; allow-recursion { Nagios; }; };