add video.debconf.debian.org
[mirror/dsa-puppet.git] / modules / geodns / files / common / named.conf.options
index eabf923..aa59344 100644 (file)
@@ -21,7 +21,10 @@ options {
 
         auth-nxdomain no;    # conform to RFC1035
         listen-on-v6 { any; };
-        allow-recursion { Nagios; }
+        allow-query { any; };
+        allow-update { none; };
+        allow-transfer { none; };
+        allow-recursion { Nagios; };
 };
 
 logging {