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
26 18.18.208.22; // chankillo
40 masters "primary-ns" {
41 18.18.208.22; // chankillo
44 masters "secondary-ns" {
45 18.25.129.162; // adehnert3.xvm
46 18.18.208.22; // chankillo
48 // https://www.linode.com/docs/products/networking/dns-manager/guides/incoming-dns-zone-transfers/#operate-as-a-secondary-read-only-dns-service
61 include "/etc/bind/named.conf.per-host";
63 zone "dynamic.dehnert.arctic.org" IN {
64 // DNAME to the real, dynamic.dehnerts.com, zone
66 file "/etc/bind/pri/arctic-dynamic.zone";
67 allow-update { none; };
68 allow-transfer { "transfer-allowed"; };
73 zone "dehnert.arctic.org" IN {
75 file "/etc/bind/pri/combined-dehnerts.zone";
76 allow-update { none; };
77 allow-transfer { "transfer-allowed"; };
81 zone "dehnerts.com" IN {
83 file "/etc/bind/pri/combined-dehnerts.zone";
84 #update-policy { grant * selfsub * A TXT;};
85 allow-update { none; };
86 allow-transfer { "transfer-allowed"; };
93 file "/var/log/named/query.log" versions 10 size 100M;
94 // Set the severity to dynamic to see all the debug messages.
101 category queries { query.log; };