Set alternatives for editor
[mirror/dsa-puppet.git] / modules / geodns / files / common / named.conf.options
index 7a90e66..1a87200 100644 (file)
@@ -21,13 +21,16 @@ options {
 
         auth-nxdomain no;    # conform to RFC1035
         listen-on-v6 { any; };
+        allow-query { any; };
+        allow-update { none; };
+        allow-transfer { none; };
         allow-recursion { Nagios; };
 };
 
 logging {
 
        channel queries {
-               file "/var/log/geoip-query.log" versions 4 size 40m;
+               file "/var/log/bind9/geoip-query.log" versions 4 size 40m;
                print-time yes;
                print-category yes;
        };