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 18.25.131.1; // charon4
21 74.207.246.137; // arctic
22 66.92.29.156; // copan
23 18.18.208.12; // olinda
26 include "/etc/bind/pri/dynamic.keys";
28 zone "dynamic.dehnerts.com" IN {
30 file "/etc/bind/dyn/dynamic.zone";
31 update-policy { grant * selfsub * A TXT;};
32 allow-transfer { "transfer-allowed"; };
36 #zone "dehnert.arctic.org" IN {
38 # file "/etc/bind/pri/combined-dehnerts.zone";
39 # #update-policy { grant * selfsub * A;};
40 # allow-update { none; };
41 # allow-transfer { "transfer-allowed"; };
42 # allow-query { any; };
45 zone "dehnerts.com" IN {
47 file "/etc/bind/pri/combined-dehnerts.zone";
48 #update-policy { grant * selfsub * A TXT;};
49 allow-update { none; };
50 allow-transfer { "transfer-allowed"; };
57 file "/var/log/named/query.log" versions 10 size 100M;
58 // Set the severity to dynamic to see all the debug messages.
65 category queries { query.log; };