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
24 18.25.129.162; // adehnert3.xvm
27 masters "primary-ns" {
28 18.18.208.12; // olinda
31 masters "secondary-ns" {
32 18.25.129.162; // adehnert3.xvm
35 include "/etc/bind/named.conf.per-host";
37 zone "dynamic.dehnert.arctic.org" IN {
38 // DNAME to the real, dynamic.dehnerts.com, zone
40 file "/etc/bind/pri/arctic-dynamic.zone";
41 allow-update { none; };
42 allow-transfer { "transfer-allowed"; };
47 zone "dehnert.arctic.org" IN {
49 file "/etc/bind/pri/combined-dehnerts.zone";
50 allow-update { none; };
51 allow-transfer { "transfer-allowed"; };
55 zone "dehnerts.com" IN {
57 file "/etc/bind/pri/combined-dehnerts.zone";
58 #update-policy { grant * selfsub * A TXT;};
59 allow-update { none; };
60 allow-transfer { "transfer-allowed"; };
67 file "/var/log/named/query.log" versions 10 size 100M;
68 // Set the severity to dynamic to see all the debug messages.
75 category queries { query.log; };