]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Some tightening up
authorStephen Gran <steve@lobefin.net>
Sat, 6 Jun 2009 23:36:29 +0000 (00:36 +0100)
committerStephen Gran <steve@lobefin.net>
Sat, 6 Jun 2009 23:36:29 +0000 (00:36 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/geodns/files/common/named.conf.options

index 7a90e66f88ebcfb43d739b05d4fc84b7dcea34fd..aa593440d369de401749026bf50d8dfc4cf7991b 100644 (file)
@@ -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; };
 };