2 // Do any local configuration here
5 // Consider adding the 1918 zones here, if they are not used in your
7 //include "/etc/bind/zones.rfc1918";
11 # file "debuntu.foo.db";
15 acl "transfer-allowed" {
20 74.207.246.137; // arctic
21 66.92.29.156; // copan
22 18.18.208.12; // olinda
25 zone "dehnert.arctic.org" IN {
27 file "/etc/bind/pri/combined-dehnerts.zone";
28 allow-update { none; };
29 allow-transfer { "transfer-allowed"; };
33 zone "dehnerts.com" IN {
35 file "/etc/bind/pri/combined-dehnerts.zone";
36 allow-update { none; };
37 allow-transfer { "transfer-allowed"; };
44 file "/var/log/named/query.log" versions 10 size 100M;
45 // Set the severity to dynamic to see all the debug messages.
52 category queries { query.log; };