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 7a90e66..aa59344 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; };
 };