Add v6 database
[mirror/dsa-puppet.git] / modules / geodns / files / common / named.conf.options
index 0941dd1..aa59344 100644 (file)
@@ -21,6 +21,10 @@ options {
 
         auth-nxdomain no;    # conform to RFC1035
         listen-on-v6 { any; };
+        allow-query { any; };
+        allow-update { none; };
+        allow-transfer { none; };
+        allow-recursion { Nagios; };
 };
 
 logging {
@@ -30,7 +34,7 @@ logging {
                print-time yes;
                print-category yes;
        };
-       category queries { queries };
+       category queries { queries; };
        category lame-servers { null; };
 
 };