I'm not sure what the motivation for either of these were (changes made Feb
24).
allow-query { any; };
notify no;
};
allow-query { any; };
notify no;
};
+
+logging {
+ channel query.log {
+ file "/var/log/query.log";
+ // Set the severity to dynamic to see all the debug messages.
+ severity debug 3;
+ };
+
+ category queries { query.log; };
+};
// ALEX DEHNERT: copied from old arctic version on 2008-12-19
//ALEX DEHNERT: Security-related stuff:
// Secure(ish):
// ALEX DEHNERT: copied from old arctic version on 2008-12-19
//ALEX DEHNERT: Security-related stuff:
// Secure(ish):
- allow-recursion { 18.208.0.204; 66.92.29.156; 66.92.29.144; 127.0.0.1; 192.168.0.0/16; };
+ allow-recursion { 18.208.0.204; 66.92.29.156; 66.92.29.144; 127.0.0.1; 192.168.0.0/16; 18.0.0.0/8; };
//allow-query { 66.92.29.156; 66.92.29.144; 127.0.0.1; };
allow-transfer { none; };
//allow-query { 66.92.29.156; 66.92.29.144; 127.0.0.1; };
allow-transfer { none; };