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
39 masters "primary-ns" {
40 18.18.208.12; // olinda
43 masters "secondary-ns" {
44 18.25.129.162; // adehnert3.xvm
46 // https://www.linode.com/docs/products/networking/dns-manager/guides/incoming-dns-zone-transfers/#operate-as-a-secondary-read-only-dns-service
59 include "/etc/bind/named.conf.per-host";
61 zone "dynamic.dehnert.arctic.org" IN {
62 // DNAME to the real, dynamic.dehnerts.com, zone
64 file "/etc/bind/pri/arctic-dynamic.zone";
65 allow-update { none; };
66 allow-transfer { "transfer-allowed"; };
71 zone "dehnert.arctic.org" IN {
73 file "/etc/bind/pri/combined-dehnerts.zone";
74 allow-update { none; };
75 allow-transfer { "transfer-allowed"; };
79 zone "dehnerts.com" IN {
81 file "/etc/bind/pri/combined-dehnerts.zone";
82 #update-policy { grant * selfsub * A TXT;};
83 allow-update { none; };
84 allow-transfer { "transfer-allowed"; };
91 file "/var/log/named/query.log" versions 10 size 100M;
92 // Set the severity to dynamic to see all the debug messages.
99 category queries { query.log; };