diff options
Diffstat (limited to 'examples/bind')
409 files changed, 5681 insertions, 0 deletions
diff --git a/examples/bind/README b/examples/bind/README new file mode 100644 index 0000000..53299b8 --- /dev/null +++ b/examples/bind/README @@ -0,0 +1,5 @@ +== BIND + +This directory is a copy of our install, please do not use these directly! +It is provided to show you what the scripts are generating for you… + diff --git a/examples/bind/master/2.0.d.e.2.0.a.2.ip6.arpa.zone b/examples/bind/master/2.0.d.e.2.0.a.2.ip6.arpa.zone new file mode 100644 index 0000000..a049b9a --- /dev/null +++ b/examples/bind/master/2.0.d.e.2.0.a.2.ip6.arpa.zone @@ -0,0 +1,13 @@ +$ORIGIN . +$TTL 3600 ; 1 hour +2.0.d.e.2.0.a.2.ip6.arpa IN SOA brad.tg14.gathering.org. abuse.gathering.org. ( + 2014092738 ; serial + 3600 ; refresh (1 hour) + 1800 ; retry (30 minutes) + 608400 ; expire (1 week 1 hour) + 3600 ; minimum (1 hour) + ) + NS brad.tg14.gathering.org. + NS janet.tg14.gathering.org. +$ORIGIN 0.0.0.0.0.0.0.4.6.0.0.2.0.d.e.2.0.a.2.ip6.arpa. +$TTL 86400 ; 1 day diff --git a/examples/bind/master/conf-master/apekatt.conf b/examples/bind/master/conf-master/apekatt.conf new file mode 100644 index 0000000..38b3a40 --- /dev/null +++ b/examples/bind/master/conf-master/apekatt.conf @@ -0,0 +1,7 @@ +zone "apekatt.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/apekatt.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/apenett00.conf b/examples/bind/master/conf-master/apenett00.conf new file mode 100644 index 0000000..6ae73d0 --- /dev/null +++ b/examples/bind/master/conf-master/apenett00.conf @@ -0,0 +1,7 @@ +zone "apenett00.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/apenett00.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/apenett01.conf b/examples/bind/master/conf-master/apenett01.conf new file mode 100644 index 0000000..9bd41fc --- /dev/null +++ b/examples/bind/master/conf-master/apenett01.conf @@ -0,0 +1,7 @@ +zone "apenett01.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/apenett01.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/apenett02.conf b/examples/bind/master/conf-master/apenett02.conf new file mode 100644 index 0000000..bea225d --- /dev/null +++ b/examples/bind/master/conf-master/apenett02.conf @@ -0,0 +1,7 @@ +zone "apenett02.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/apenett02.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/apenett03.conf b/examples/bind/master/conf-master/apenett03.conf new file mode 100644 index 0000000..2eaad14 --- /dev/null +++ b/examples/bind/master/conf-master/apenett03.conf @@ -0,0 +1,7 @@ +zone "apenett03.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/apenett03.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/apenett04.conf b/examples/bind/master/conf-master/apenett04.conf new file mode 100644 index 0000000..aa71b38 --- /dev/null +++ b/examples/bind/master/conf-master/apenett04.conf @@ -0,0 +1,7 @@ +zone "apenett04.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/apenett04.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/apenett05.conf b/examples/bind/master/conf-master/apenett05.conf new file mode 100644 index 0000000..8661230 --- /dev/null +++ b/examples/bind/master/conf-master/apenett05.conf @@ -0,0 +1,7 @@ +zone "apenett05.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/apenett05.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/apenett06.conf b/examples/bind/master/conf-master/apenett06.conf new file mode 100644 index 0000000..367d51f --- /dev/null +++ b/examples/bind/master/conf-master/apenett06.conf @@ -0,0 +1,7 @@ +zone "apenett06.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/apenett06.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/bonus.conf b/examples/bind/master/conf-master/bonus.conf new file mode 100644 index 0000000..3a1e125 --- /dev/null +++ b/examples/bind/master/conf-master/bonus.conf @@ -0,0 +1,7 @@ +zone "bonus.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/bonus.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/bonus1.conf b/examples/bind/master/conf-master/bonus1.conf new file mode 100644 index 0000000..839031a --- /dev/null +++ b/examples/bind/master/conf-master/bonus1.conf @@ -0,0 +1,7 @@ +zone "bonus1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/bonus1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/bonus2.conf b/examples/bind/master/conf-master/bonus2.conf new file mode 100644 index 0000000..2910995 --- /dev/null +++ b/examples/bind/master/conf-master/bonus2.conf @@ -0,0 +1,7 @@ +zone "bonus2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/bonus2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/bordell.conf b/examples/bind/master/conf-master/bordell.conf new file mode 100644 index 0000000..258a3e6 --- /dev/null +++ b/examples/bind/master/conf-master/bordell.conf @@ -0,0 +1,7 @@ +zone "bordell.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/bordell.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/clientcam.conf b/examples/bind/master/conf-master/clientcam.conf new file mode 100644 index 0000000..a0a331b --- /dev/null +++ b/examples/bind/master/conf-master/clientcam.conf @@ -0,0 +1,7 @@ +zone "clientcam.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/clientcam.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/creative1-1.conf b/examples/bind/master/conf-master/creative1-1.conf new file mode 100644 index 0000000..9c196bc --- /dev/null +++ b/examples/bind/master/conf-master/creative1-1.conf @@ -0,0 +1,7 @@ +zone "creative1-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/creative1-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/creative2-1.conf b/examples/bind/master/conf-master/creative2-1.conf new file mode 100644 index 0000000..bc1ca86 --- /dev/null +++ b/examples/bind/master/conf-master/creative2-1.conf @@ -0,0 +1,7 @@ +zone "creative2-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/creative2-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/creative3-1.conf b/examples/bind/master/conf-master/creative3-1.conf new file mode 100644 index 0000000..81b3d16 --- /dev/null +++ b/examples/bind/master/conf-master/creative3-1.conf @@ -0,0 +1,7 @@ +zone "creative3-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/creative3-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/creative4-1.conf b/examples/bind/master/conf-master/creative4-1.conf new file mode 100644 index 0000000..67fcbf5 --- /dev/null +++ b/examples/bind/master/conf-master/creative4-1.conf @@ -0,0 +1,7 @@ +zone "creative4-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/creative4-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/creative4-2.conf b/examples/bind/master/conf-master/creative4-2.conf new file mode 100644 index 0000000..27cfa8e --- /dev/null +++ b/examples/bind/master/conf-master/creative4-2.conf @@ -0,0 +1,7 @@ +zone "creative4-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/creative4-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/creative5-1.conf b/examples/bind/master/conf-master/creative5-1.conf new file mode 100644 index 0000000..d2e9203 --- /dev/null +++ b/examples/bind/master/conf-master/creative5-1.conf @@ -0,0 +1,7 @@ +zone "creative5-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/creative5-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/creative5-2.conf b/examples/bind/master/conf-master/creative5-2.conf new file mode 100644 index 0000000..df9ec11 --- /dev/null +++ b/examples/bind/master/conf-master/creative5-2.conf @@ -0,0 +1,7 @@ +zone "creative5-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/creative5-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/creative6-1.conf b/examples/bind/master/conf-master/creative6-1.conf new file mode 100644 index 0000000..bb227bc --- /dev/null +++ b/examples/bind/master/conf-master/creative6-1.conf @@ -0,0 +1,7 @@ +zone "creative6-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/creative6-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/creative6-2.conf b/examples/bind/master/conf-master/creative6-2.conf new file mode 100644 index 0000000..457495e --- /dev/null +++ b/examples/bind/master/conf-master/creative6-2.conf @@ -0,0 +1,7 @@ +zone "creative6-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/creative6-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/creative7-1.conf b/examples/bind/master/conf-master/creative7-1.conf new file mode 100644 index 0000000..3367da8 --- /dev/null +++ b/examples/bind/master/conf-master/creative7-1.conf @@ -0,0 +1,7 @@ +zone "creative7-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/creative7-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/creative7-2.conf b/examples/bind/master/conf-master/creative7-2.conf new file mode 100644 index 0000000..29f34da --- /dev/null +++ b/examples/bind/master/conf-master/creative7-2.conf @@ -0,0 +1,7 @@ +zone "creative7-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/creative7-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/creative8-1.conf b/examples/bind/master/conf-master/creative8-1.conf new file mode 100644 index 0000000..28a140b --- /dev/null +++ b/examples/bind/master/conf-master/creative8-1.conf @@ -0,0 +1,7 @@ +zone "creative8-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/creative8-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/creative8-2.conf b/examples/bind/master/conf-master/creative8-2.conf new file mode 100644 index 0000000..bc6a489 --- /dev/null +++ b/examples/bind/master/conf-master/creative8-2.conf @@ -0,0 +1,7 @@ +zone "creative8-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/creative8-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/crew1-1.conf b/examples/bind/master/conf-master/crew1-1.conf new file mode 100644 index 0000000..9b066ae --- /dev/null +++ b/examples/bind/master/conf-master/crew1-1.conf @@ -0,0 +1,7 @@ +zone "crew1-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/crew1-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/crew2-1.conf b/examples/bind/master/conf-master/crew2-1.conf new file mode 100644 index 0000000..a224a17 --- /dev/null +++ b/examples/bind/master/conf-master/crew2-1.conf @@ -0,0 +1,7 @@ +zone "crew2-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/crew2-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/crew2-2.conf b/examples/bind/master/conf-master/crew2-2.conf new file mode 100644 index 0000000..549fe3e --- /dev/null +++ b/examples/bind/master/conf-master/crew2-2.conf @@ -0,0 +1,7 @@ +zone "crew2-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/crew2-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/crew3-1.conf b/examples/bind/master/conf-master/crew3-1.conf new file mode 100644 index 0000000..f9bb011 --- /dev/null +++ b/examples/bind/master/conf-master/crew3-1.conf @@ -0,0 +1,7 @@ +zone "crew3-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/crew3-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/crew3-2.conf b/examples/bind/master/conf-master/crew3-2.conf new file mode 100644 index 0000000..92db14e --- /dev/null +++ b/examples/bind/master/conf-master/crew3-2.conf @@ -0,0 +1,7 @@ +zone "crew3-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/crew3-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/crew4-1.conf b/examples/bind/master/conf-master/crew4-1.conf new file mode 100644 index 0000000..1d44d89 --- /dev/null +++ b/examples/bind/master/conf-master/crew4-1.conf @@ -0,0 +1,7 @@ +zone "crew4-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/crew4-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/crew4-2.conf b/examples/bind/master/conf-master/crew4-2.conf new file mode 100644 index 0000000..1bc7423 --- /dev/null +++ b/examples/bind/master/conf-master/crew4-2.conf @@ -0,0 +1,7 @@ +zone "crew4-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/crew4-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e1-3.conf b/examples/bind/master/conf-master/e1-3.conf new file mode 100644 index 0000000..28805e8 --- /dev/null +++ b/examples/bind/master/conf-master/e1-3.conf @@ -0,0 +1,7 @@ +zone "e1-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e1-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e1-4.conf b/examples/bind/master/conf-master/e1-4.conf new file mode 100644 index 0000000..813b2c2 --- /dev/null +++ b/examples/bind/master/conf-master/e1-4.conf @@ -0,0 +1,7 @@ +zone "e1-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e1-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e11-1.conf b/examples/bind/master/conf-master/e11-1.conf new file mode 100644 index 0000000..f519dd8 --- /dev/null +++ b/examples/bind/master/conf-master/e11-1.conf @@ -0,0 +1,7 @@ +zone "e11-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e11-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e11-2.conf b/examples/bind/master/conf-master/e11-2.conf new file mode 100644 index 0000000..00c01c4 --- /dev/null +++ b/examples/bind/master/conf-master/e11-2.conf @@ -0,0 +1,7 @@ +zone "e11-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e11-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e11-3.conf b/examples/bind/master/conf-master/e11-3.conf new file mode 100644 index 0000000..f8b7435 --- /dev/null +++ b/examples/bind/master/conf-master/e11-3.conf @@ -0,0 +1,7 @@ +zone "e11-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e11-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e11-4.conf b/examples/bind/master/conf-master/e11-4.conf new file mode 100644 index 0000000..e18f668 --- /dev/null +++ b/examples/bind/master/conf-master/e11-4.conf @@ -0,0 +1,7 @@ +zone "e11-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e11-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e13-1.conf b/examples/bind/master/conf-master/e13-1.conf new file mode 100644 index 0000000..1d20a6f --- /dev/null +++ b/examples/bind/master/conf-master/e13-1.conf @@ -0,0 +1,7 @@ +zone "e13-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e13-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e13-2.conf b/examples/bind/master/conf-master/e13-2.conf new file mode 100644 index 0000000..252b30a --- /dev/null +++ b/examples/bind/master/conf-master/e13-2.conf @@ -0,0 +1,7 @@ +zone "e13-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e13-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e13-3.conf b/examples/bind/master/conf-master/e13-3.conf new file mode 100644 index 0000000..9963857 --- /dev/null +++ b/examples/bind/master/conf-master/e13-3.conf @@ -0,0 +1,7 @@ +zone "e13-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e13-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e13-4.conf b/examples/bind/master/conf-master/e13-4.conf new file mode 100644 index 0000000..7a6df2d --- /dev/null +++ b/examples/bind/master/conf-master/e13-4.conf @@ -0,0 +1,7 @@ +zone "e13-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e13-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e15-1.conf b/examples/bind/master/conf-master/e15-1.conf new file mode 100644 index 0000000..a86174e --- /dev/null +++ b/examples/bind/master/conf-master/e15-1.conf @@ -0,0 +1,7 @@ +zone "e15-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e15-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e15-2.conf b/examples/bind/master/conf-master/e15-2.conf new file mode 100644 index 0000000..5e14f39 --- /dev/null +++ b/examples/bind/master/conf-master/e15-2.conf @@ -0,0 +1,7 @@ +zone "e15-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e15-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e15-3.conf b/examples/bind/master/conf-master/e15-3.conf new file mode 100644 index 0000000..6ab6a06 --- /dev/null +++ b/examples/bind/master/conf-master/e15-3.conf @@ -0,0 +1,7 @@ +zone "e15-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e15-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e15-4.conf b/examples/bind/master/conf-master/e15-4.conf new file mode 100644 index 0000000..0e9e85e --- /dev/null +++ b/examples/bind/master/conf-master/e15-4.conf @@ -0,0 +1,7 @@ +zone "e15-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e15-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e17-1.conf b/examples/bind/master/conf-master/e17-1.conf new file mode 100644 index 0000000..022d2d4 --- /dev/null +++ b/examples/bind/master/conf-master/e17-1.conf @@ -0,0 +1,7 @@ +zone "e17-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e17-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e17-2.conf b/examples/bind/master/conf-master/e17-2.conf new file mode 100644 index 0000000..5311887 --- /dev/null +++ b/examples/bind/master/conf-master/e17-2.conf @@ -0,0 +1,7 @@ +zone "e17-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e17-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e17-3.conf b/examples/bind/master/conf-master/e17-3.conf new file mode 100644 index 0000000..8ae3d81 --- /dev/null +++ b/examples/bind/master/conf-master/e17-3.conf @@ -0,0 +1,7 @@ +zone "e17-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e17-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e17-4.conf b/examples/bind/master/conf-master/e17-4.conf new file mode 100644 index 0000000..3b6739f --- /dev/null +++ b/examples/bind/master/conf-master/e17-4.conf @@ -0,0 +1,7 @@ +zone "e17-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e17-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e19-1.conf b/examples/bind/master/conf-master/e19-1.conf new file mode 100644 index 0000000..68b45ca --- /dev/null +++ b/examples/bind/master/conf-master/e19-1.conf @@ -0,0 +1,7 @@ +zone "e19-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e19-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e19-2.conf b/examples/bind/master/conf-master/e19-2.conf new file mode 100644 index 0000000..aba9bc4 --- /dev/null +++ b/examples/bind/master/conf-master/e19-2.conf @@ -0,0 +1,7 @@ +zone "e19-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e19-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e19-3.conf b/examples/bind/master/conf-master/e19-3.conf new file mode 100644 index 0000000..7202122 --- /dev/null +++ b/examples/bind/master/conf-master/e19-3.conf @@ -0,0 +1,7 @@ +zone "e19-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e19-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e19-4.conf b/examples/bind/master/conf-master/e19-4.conf new file mode 100644 index 0000000..9b7b102 --- /dev/null +++ b/examples/bind/master/conf-master/e19-4.conf @@ -0,0 +1,7 @@ +zone "e19-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e19-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e21-1.conf b/examples/bind/master/conf-master/e21-1.conf new file mode 100644 index 0000000..cde8c92 --- /dev/null +++ b/examples/bind/master/conf-master/e21-1.conf @@ -0,0 +1,7 @@ +zone "e21-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e21-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e21-2.conf b/examples/bind/master/conf-master/e21-2.conf new file mode 100644 index 0000000..d461def --- /dev/null +++ b/examples/bind/master/conf-master/e21-2.conf @@ -0,0 +1,7 @@ +zone "e21-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e21-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e21-3.conf b/examples/bind/master/conf-master/e21-3.conf new file mode 100644 index 0000000..c101c38 --- /dev/null +++ b/examples/bind/master/conf-master/e21-3.conf @@ -0,0 +1,7 @@ +zone "e21-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e21-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e21-4.conf b/examples/bind/master/conf-master/e21-4.conf new file mode 100644 index 0000000..e3c1b1e --- /dev/null +++ b/examples/bind/master/conf-master/e21-4.conf @@ -0,0 +1,7 @@ +zone "e21-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e21-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e23-1.conf b/examples/bind/master/conf-master/e23-1.conf new file mode 100644 index 0000000..915c58e --- /dev/null +++ b/examples/bind/master/conf-master/e23-1.conf @@ -0,0 +1,7 @@ +zone "e23-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e23-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e23-2.conf b/examples/bind/master/conf-master/e23-2.conf new file mode 100644 index 0000000..a3b837b --- /dev/null +++ b/examples/bind/master/conf-master/e23-2.conf @@ -0,0 +1,7 @@ +zone "e23-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e23-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e23-3.conf b/examples/bind/master/conf-master/e23-3.conf new file mode 100644 index 0000000..095ef46 --- /dev/null +++ b/examples/bind/master/conf-master/e23-3.conf @@ -0,0 +1,7 @@ +zone "e23-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e23-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e23-4.conf b/examples/bind/master/conf-master/e23-4.conf new file mode 100644 index 0000000..0d56036 --- /dev/null +++ b/examples/bind/master/conf-master/e23-4.conf @@ -0,0 +1,7 @@ +zone "e23-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e23-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e25-1.conf b/examples/bind/master/conf-master/e25-1.conf new file mode 100644 index 0000000..5085e1f --- /dev/null +++ b/examples/bind/master/conf-master/e25-1.conf @@ -0,0 +1,7 @@ +zone "e25-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e25-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e25-2.conf b/examples/bind/master/conf-master/e25-2.conf new file mode 100644 index 0000000..b9674e9 --- /dev/null +++ b/examples/bind/master/conf-master/e25-2.conf @@ -0,0 +1,7 @@ +zone "e25-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e25-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e25-3.conf b/examples/bind/master/conf-master/e25-3.conf new file mode 100644 index 0000000..bf53c32 --- /dev/null +++ b/examples/bind/master/conf-master/e25-3.conf @@ -0,0 +1,7 @@ +zone "e25-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e25-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e25-4.conf b/examples/bind/master/conf-master/e25-4.conf new file mode 100644 index 0000000..b06c6fd --- /dev/null +++ b/examples/bind/master/conf-master/e25-4.conf @@ -0,0 +1,7 @@ +zone "e25-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e25-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e27-1.conf b/examples/bind/master/conf-master/e27-1.conf new file mode 100644 index 0000000..e51b5e7 --- /dev/null +++ b/examples/bind/master/conf-master/e27-1.conf @@ -0,0 +1,7 @@ +zone "e27-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e27-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e27-2.conf b/examples/bind/master/conf-master/e27-2.conf new file mode 100644 index 0000000..aa06174 --- /dev/null +++ b/examples/bind/master/conf-master/e27-2.conf @@ -0,0 +1,7 @@ +zone "e27-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e27-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e29-1.conf b/examples/bind/master/conf-master/e29-1.conf new file mode 100644 index 0000000..61c4f9f --- /dev/null +++ b/examples/bind/master/conf-master/e29-1.conf @@ -0,0 +1,7 @@ +zone "e29-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e29-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e29-2.conf b/examples/bind/master/conf-master/e29-2.conf new file mode 100644 index 0000000..52bd55d --- /dev/null +++ b/examples/bind/master/conf-master/e29-2.conf @@ -0,0 +1,7 @@ +zone "e29-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e29-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e3-3.conf b/examples/bind/master/conf-master/e3-3.conf new file mode 100644 index 0000000..c3ee69b --- /dev/null +++ b/examples/bind/master/conf-master/e3-3.conf @@ -0,0 +1,7 @@ +zone "e3-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e3-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e3-4.conf b/examples/bind/master/conf-master/e3-4.conf new file mode 100644 index 0000000..1c5452a --- /dev/null +++ b/examples/bind/master/conf-master/e3-4.conf @@ -0,0 +1,7 @@ +zone "e3-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e3-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e31-1.conf b/examples/bind/master/conf-master/e31-1.conf new file mode 100644 index 0000000..1c107e6 --- /dev/null +++ b/examples/bind/master/conf-master/e31-1.conf @@ -0,0 +1,7 @@ +zone "e31-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e31-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e31-2.conf b/examples/bind/master/conf-master/e31-2.conf new file mode 100644 index 0000000..e38388c --- /dev/null +++ b/examples/bind/master/conf-master/e31-2.conf @@ -0,0 +1,7 @@ +zone "e31-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e31-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e33-1.conf b/examples/bind/master/conf-master/e33-1.conf new file mode 100644 index 0000000..c31c428 --- /dev/null +++ b/examples/bind/master/conf-master/e33-1.conf @@ -0,0 +1,7 @@ +zone "e33-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e33-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e33-2.conf b/examples/bind/master/conf-master/e33-2.conf new file mode 100644 index 0000000..6368eb9 --- /dev/null +++ b/examples/bind/master/conf-master/e33-2.conf @@ -0,0 +1,7 @@ +zone "e33-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e33-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e35-1.conf b/examples/bind/master/conf-master/e35-1.conf new file mode 100644 index 0000000..e8bd9a5 --- /dev/null +++ b/examples/bind/master/conf-master/e35-1.conf @@ -0,0 +1,7 @@ +zone "e35-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e35-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e35-2.conf b/examples/bind/master/conf-master/e35-2.conf new file mode 100644 index 0000000..8782f47 --- /dev/null +++ b/examples/bind/master/conf-master/e35-2.conf @@ -0,0 +1,7 @@ +zone "e35-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e35-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e37-1.conf b/examples/bind/master/conf-master/e37-1.conf new file mode 100644 index 0000000..e578ee2 --- /dev/null +++ b/examples/bind/master/conf-master/e37-1.conf @@ -0,0 +1,7 @@ +zone "e37-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e37-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e37-2.conf b/examples/bind/master/conf-master/e37-2.conf new file mode 100644 index 0000000..f8d8e36 --- /dev/null +++ b/examples/bind/master/conf-master/e37-2.conf @@ -0,0 +1,7 @@ +zone "e37-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e37-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e39-1.conf b/examples/bind/master/conf-master/e39-1.conf new file mode 100644 index 0000000..f74f509 --- /dev/null +++ b/examples/bind/master/conf-master/e39-1.conf @@ -0,0 +1,7 @@ +zone "e39-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e39-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e39-2.conf b/examples/bind/master/conf-master/e39-2.conf new file mode 100644 index 0000000..f011154 --- /dev/null +++ b/examples/bind/master/conf-master/e39-2.conf @@ -0,0 +1,7 @@ +zone "e39-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e39-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e41-1.conf b/examples/bind/master/conf-master/e41-1.conf new file mode 100644 index 0000000..0bf55e3 --- /dev/null +++ b/examples/bind/master/conf-master/e41-1.conf @@ -0,0 +1,7 @@ +zone "e41-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e41-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e41-2.conf b/examples/bind/master/conf-master/e41-2.conf new file mode 100644 index 0000000..bf82abb --- /dev/null +++ b/examples/bind/master/conf-master/e41-2.conf @@ -0,0 +1,7 @@ +zone "e41-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e41-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e43-1.conf b/examples/bind/master/conf-master/e43-1.conf new file mode 100644 index 0000000..62ffdc1 --- /dev/null +++ b/examples/bind/master/conf-master/e43-1.conf @@ -0,0 +1,7 @@ +zone "e43-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e43-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e43-2.conf b/examples/bind/master/conf-master/e43-2.conf new file mode 100644 index 0000000..ad0b0fe --- /dev/null +++ b/examples/bind/master/conf-master/e43-2.conf @@ -0,0 +1,7 @@ +zone "e43-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e43-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e43-3.conf b/examples/bind/master/conf-master/e43-3.conf new file mode 100644 index 0000000..5cc2b73 --- /dev/null +++ b/examples/bind/master/conf-master/e43-3.conf @@ -0,0 +1,7 @@ +zone "e43-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e43-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e43-4.conf b/examples/bind/master/conf-master/e43-4.conf new file mode 100644 index 0000000..5599406 --- /dev/null +++ b/examples/bind/master/conf-master/e43-4.conf @@ -0,0 +1,7 @@ +zone "e43-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e43-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e45-1.conf b/examples/bind/master/conf-master/e45-1.conf new file mode 100644 index 0000000..5fb69ca --- /dev/null +++ b/examples/bind/master/conf-master/e45-1.conf @@ -0,0 +1,7 @@ +zone "e45-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e45-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e45-2.conf b/examples/bind/master/conf-master/e45-2.conf new file mode 100644 index 0000000..228da04 --- /dev/null +++ b/examples/bind/master/conf-master/e45-2.conf @@ -0,0 +1,7 @@ +zone "e45-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e45-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e45-3.conf b/examples/bind/master/conf-master/e45-3.conf new file mode 100644 index 0000000..93b4190 --- /dev/null +++ b/examples/bind/master/conf-master/e45-3.conf @@ -0,0 +1,7 @@ +zone "e45-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e45-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e45-4.conf b/examples/bind/master/conf-master/e45-4.conf new file mode 100644 index 0000000..5768112 --- /dev/null +++ b/examples/bind/master/conf-master/e45-4.conf @@ -0,0 +1,7 @@ +zone "e45-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e45-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e47-1.conf b/examples/bind/master/conf-master/e47-1.conf new file mode 100644 index 0000000..45f7066 --- /dev/null +++ b/examples/bind/master/conf-master/e47-1.conf @@ -0,0 +1,7 @@ +zone "e47-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e47-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e47-2.conf b/examples/bind/master/conf-master/e47-2.conf new file mode 100644 index 0000000..1491b15 --- /dev/null +++ b/examples/bind/master/conf-master/e47-2.conf @@ -0,0 +1,7 @@ +zone "e47-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e47-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e47-3.conf b/examples/bind/master/conf-master/e47-3.conf new file mode 100644 index 0000000..fc93cef --- /dev/null +++ b/examples/bind/master/conf-master/e47-3.conf @@ -0,0 +1,7 @@ +zone "e47-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e47-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e47-4.conf b/examples/bind/master/conf-master/e47-4.conf new file mode 100644 index 0000000..c41f7dc --- /dev/null +++ b/examples/bind/master/conf-master/e47-4.conf @@ -0,0 +1,7 @@ +zone "e47-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e47-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e49-1.conf b/examples/bind/master/conf-master/e49-1.conf new file mode 100644 index 0000000..fae70b8 --- /dev/null +++ b/examples/bind/master/conf-master/e49-1.conf @@ -0,0 +1,7 @@ +zone "e49-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e49-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e49-2.conf b/examples/bind/master/conf-master/e49-2.conf new file mode 100644 index 0000000..9944015 --- /dev/null +++ b/examples/bind/master/conf-master/e49-2.conf @@ -0,0 +1,7 @@ +zone "e49-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e49-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e49-3.conf b/examples/bind/master/conf-master/e49-3.conf new file mode 100644 index 0000000..e195300 --- /dev/null +++ b/examples/bind/master/conf-master/e49-3.conf @@ -0,0 +1,7 @@ +zone "e49-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e49-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e49-4.conf b/examples/bind/master/conf-master/e49-4.conf new file mode 100644 index 0000000..33ded65 --- /dev/null +++ b/examples/bind/master/conf-master/e49-4.conf @@ -0,0 +1,7 @@ +zone "e49-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e49-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e5-3.conf b/examples/bind/master/conf-master/e5-3.conf new file mode 100644 index 0000000..e05b95a --- /dev/null +++ b/examples/bind/master/conf-master/e5-3.conf @@ -0,0 +1,7 @@ +zone "e5-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e5-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e5-4.conf b/examples/bind/master/conf-master/e5-4.conf new file mode 100644 index 0000000..c07d064 --- /dev/null +++ b/examples/bind/master/conf-master/e5-4.conf @@ -0,0 +1,7 @@ +zone "e5-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e5-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e51-1.conf b/examples/bind/master/conf-master/e51-1.conf new file mode 100644 index 0000000..3cc0876 --- /dev/null +++ b/examples/bind/master/conf-master/e51-1.conf @@ -0,0 +1,7 @@ +zone "e51-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e51-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e51-2.conf b/examples/bind/master/conf-master/e51-2.conf new file mode 100644 index 0000000..fd5235b --- /dev/null +++ b/examples/bind/master/conf-master/e51-2.conf @@ -0,0 +1,7 @@ +zone "e51-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e51-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e51-3.conf b/examples/bind/master/conf-master/e51-3.conf new file mode 100644 index 0000000..dae23c9 --- /dev/null +++ b/examples/bind/master/conf-master/e51-3.conf @@ -0,0 +1,7 @@ +zone "e51-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e51-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e51-4.conf b/examples/bind/master/conf-master/e51-4.conf new file mode 100644 index 0000000..01d844b --- /dev/null +++ b/examples/bind/master/conf-master/e51-4.conf @@ -0,0 +1,7 @@ +zone "e51-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e51-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e53-1.conf b/examples/bind/master/conf-master/e53-1.conf new file mode 100644 index 0000000..1807998 --- /dev/null +++ b/examples/bind/master/conf-master/e53-1.conf @@ -0,0 +1,7 @@ +zone "e53-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e53-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e53-2.conf b/examples/bind/master/conf-master/e53-2.conf new file mode 100644 index 0000000..7ed0c3b --- /dev/null +++ b/examples/bind/master/conf-master/e53-2.conf @@ -0,0 +1,7 @@ +zone "e53-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e53-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e53-3.conf b/examples/bind/master/conf-master/e53-3.conf new file mode 100644 index 0000000..efdc6d1 --- /dev/null +++ b/examples/bind/master/conf-master/e53-3.conf @@ -0,0 +1,7 @@ +zone "e53-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e53-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e53-4.conf b/examples/bind/master/conf-master/e53-4.conf new file mode 100644 index 0000000..43fda60 --- /dev/null +++ b/examples/bind/master/conf-master/e53-4.conf @@ -0,0 +1,7 @@ +zone "e53-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e53-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e55-1.conf b/examples/bind/master/conf-master/e55-1.conf new file mode 100644 index 0000000..27048a6 --- /dev/null +++ b/examples/bind/master/conf-master/e55-1.conf @@ -0,0 +1,7 @@ +zone "e55-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e55-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e55-2.conf b/examples/bind/master/conf-master/e55-2.conf new file mode 100644 index 0000000..756183b --- /dev/null +++ b/examples/bind/master/conf-master/e55-2.conf @@ -0,0 +1,7 @@ +zone "e55-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e55-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e55-3.conf b/examples/bind/master/conf-master/e55-3.conf new file mode 100644 index 0000000..895876c --- /dev/null +++ b/examples/bind/master/conf-master/e55-3.conf @@ -0,0 +1,7 @@ +zone "e55-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e55-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e55-4.conf b/examples/bind/master/conf-master/e55-4.conf new file mode 100644 index 0000000..c0d4a64 --- /dev/null +++ b/examples/bind/master/conf-master/e55-4.conf @@ -0,0 +1,7 @@ +zone "e55-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e55-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e57-1.conf b/examples/bind/master/conf-master/e57-1.conf new file mode 100644 index 0000000..f7598e4 --- /dev/null +++ b/examples/bind/master/conf-master/e57-1.conf @@ -0,0 +1,7 @@ +zone "e57-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e57-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e57-2.conf b/examples/bind/master/conf-master/e57-2.conf new file mode 100644 index 0000000..fd07583 --- /dev/null +++ b/examples/bind/master/conf-master/e57-2.conf @@ -0,0 +1,7 @@ +zone "e57-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e57-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e57-3.conf b/examples/bind/master/conf-master/e57-3.conf new file mode 100644 index 0000000..e893f28 --- /dev/null +++ b/examples/bind/master/conf-master/e57-3.conf @@ -0,0 +1,7 @@ +zone "e57-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e57-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e57-4.conf b/examples/bind/master/conf-master/e57-4.conf new file mode 100644 index 0000000..abda252 --- /dev/null +++ b/examples/bind/master/conf-master/e57-4.conf @@ -0,0 +1,7 @@ +zone "e57-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e57-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e59-1.conf b/examples/bind/master/conf-master/e59-1.conf new file mode 100644 index 0000000..1d7e5c1 --- /dev/null +++ b/examples/bind/master/conf-master/e59-1.conf @@ -0,0 +1,7 @@ +zone "e59-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e59-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e59-2.conf b/examples/bind/master/conf-master/e59-2.conf new file mode 100644 index 0000000..f7883b8 --- /dev/null +++ b/examples/bind/master/conf-master/e59-2.conf @@ -0,0 +1,7 @@ +zone "e59-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e59-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e59-3.conf b/examples/bind/master/conf-master/e59-3.conf new file mode 100644 index 0000000..c1d79a0 --- /dev/null +++ b/examples/bind/master/conf-master/e59-3.conf @@ -0,0 +1,7 @@ +zone "e59-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e59-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e59-4.conf b/examples/bind/master/conf-master/e59-4.conf new file mode 100644 index 0000000..9e5c28a --- /dev/null +++ b/examples/bind/master/conf-master/e59-4.conf @@ -0,0 +1,7 @@ +zone "e59-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e59-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e61-1.conf b/examples/bind/master/conf-master/e61-1.conf new file mode 100644 index 0000000..65770e4 --- /dev/null +++ b/examples/bind/master/conf-master/e61-1.conf @@ -0,0 +1,7 @@ +zone "e61-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e61-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e61-2.conf b/examples/bind/master/conf-master/e61-2.conf new file mode 100644 index 0000000..9216347 --- /dev/null +++ b/examples/bind/master/conf-master/e61-2.conf @@ -0,0 +1,7 @@ +zone "e61-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e61-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e61-3.conf b/examples/bind/master/conf-master/e61-3.conf new file mode 100644 index 0000000..5d6e740 --- /dev/null +++ b/examples/bind/master/conf-master/e61-3.conf @@ -0,0 +1,7 @@ +zone "e61-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e61-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e61-4.conf b/examples/bind/master/conf-master/e61-4.conf new file mode 100644 index 0000000..96ab7e4 --- /dev/null +++ b/examples/bind/master/conf-master/e61-4.conf @@ -0,0 +1,7 @@ +zone "e61-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e61-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e63-1.conf b/examples/bind/master/conf-master/e63-1.conf new file mode 100644 index 0000000..a59ab83 --- /dev/null +++ b/examples/bind/master/conf-master/e63-1.conf @@ -0,0 +1,7 @@ +zone "e63-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e63-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e63-2.conf b/examples/bind/master/conf-master/e63-2.conf new file mode 100644 index 0000000..f5b96c9 --- /dev/null +++ b/examples/bind/master/conf-master/e63-2.conf @@ -0,0 +1,7 @@ +zone "e63-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e63-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e63-3.conf b/examples/bind/master/conf-master/e63-3.conf new file mode 100644 index 0000000..b855e22 --- /dev/null +++ b/examples/bind/master/conf-master/e63-3.conf @@ -0,0 +1,7 @@ +zone "e63-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e63-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e63-4.conf b/examples/bind/master/conf-master/e63-4.conf new file mode 100644 index 0000000..0e7543f --- /dev/null +++ b/examples/bind/master/conf-master/e63-4.conf @@ -0,0 +1,7 @@ +zone "e63-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e63-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e65-1.conf b/examples/bind/master/conf-master/e65-1.conf new file mode 100644 index 0000000..2798b1d --- /dev/null +++ b/examples/bind/master/conf-master/e65-1.conf @@ -0,0 +1,7 @@ +zone "e65-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e65-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e65-2.conf b/examples/bind/master/conf-master/e65-2.conf new file mode 100644 index 0000000..a9ebdf7 --- /dev/null +++ b/examples/bind/master/conf-master/e65-2.conf @@ -0,0 +1,7 @@ +zone "e65-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e65-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e65-3.conf b/examples/bind/master/conf-master/e65-3.conf new file mode 100644 index 0000000..35920c0 --- /dev/null +++ b/examples/bind/master/conf-master/e65-3.conf @@ -0,0 +1,7 @@ +zone "e65-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e65-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e65-4.conf b/examples/bind/master/conf-master/e65-4.conf new file mode 100644 index 0000000..88d212d --- /dev/null +++ b/examples/bind/master/conf-master/e65-4.conf @@ -0,0 +1,7 @@ +zone "e65-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e65-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e67-1.conf b/examples/bind/master/conf-master/e67-1.conf new file mode 100644 index 0000000..2cf1611 --- /dev/null +++ b/examples/bind/master/conf-master/e67-1.conf @@ -0,0 +1,7 @@ +zone "e67-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e67-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e67-2.conf b/examples/bind/master/conf-master/e67-2.conf new file mode 100644 index 0000000..fa235f4 --- /dev/null +++ b/examples/bind/master/conf-master/e67-2.conf @@ -0,0 +1,7 @@ +zone "e67-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e67-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e67-3.conf b/examples/bind/master/conf-master/e67-3.conf new file mode 100644 index 0000000..30be989 --- /dev/null +++ b/examples/bind/master/conf-master/e67-3.conf @@ -0,0 +1,7 @@ +zone "e67-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e67-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e67-4.conf b/examples/bind/master/conf-master/e67-4.conf new file mode 100644 index 0000000..b13c813 --- /dev/null +++ b/examples/bind/master/conf-master/e67-4.conf @@ -0,0 +1,7 @@ +zone "e67-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e67-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e69-1.conf b/examples/bind/master/conf-master/e69-1.conf new file mode 100644 index 0000000..19baf51 --- /dev/null +++ b/examples/bind/master/conf-master/e69-1.conf @@ -0,0 +1,7 @@ +zone "e69-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e69-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e69-2.conf b/examples/bind/master/conf-master/e69-2.conf new file mode 100644 index 0000000..9ae5505 --- /dev/null +++ b/examples/bind/master/conf-master/e69-2.conf @@ -0,0 +1,7 @@ +zone "e69-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e69-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e69-3.conf b/examples/bind/master/conf-master/e69-3.conf new file mode 100644 index 0000000..a7d85c9 --- /dev/null +++ b/examples/bind/master/conf-master/e69-3.conf @@ -0,0 +1,7 @@ +zone "e69-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e69-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e69-4.conf b/examples/bind/master/conf-master/e69-4.conf new file mode 100644 index 0000000..e4a7203 --- /dev/null +++ b/examples/bind/master/conf-master/e69-4.conf @@ -0,0 +1,7 @@ +zone "e69-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e69-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e7-3.conf b/examples/bind/master/conf-master/e7-3.conf new file mode 100644 index 0000000..8c5d384 --- /dev/null +++ b/examples/bind/master/conf-master/e7-3.conf @@ -0,0 +1,7 @@ +zone "e7-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e7-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e7-4.conf b/examples/bind/master/conf-master/e7-4.conf new file mode 100644 index 0000000..e2962f5 --- /dev/null +++ b/examples/bind/master/conf-master/e7-4.conf @@ -0,0 +1,7 @@ +zone "e7-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e7-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e71-1.conf b/examples/bind/master/conf-master/e71-1.conf new file mode 100644 index 0000000..3c0dc2a --- /dev/null +++ b/examples/bind/master/conf-master/e71-1.conf @@ -0,0 +1,7 @@ +zone "e71-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e71-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e71-2.conf b/examples/bind/master/conf-master/e71-2.conf new file mode 100644 index 0000000..6aa7e9a --- /dev/null +++ b/examples/bind/master/conf-master/e71-2.conf @@ -0,0 +1,7 @@ +zone "e71-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e71-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e71-3.conf b/examples/bind/master/conf-master/e71-3.conf new file mode 100644 index 0000000..aab73cc --- /dev/null +++ b/examples/bind/master/conf-master/e71-3.conf @@ -0,0 +1,7 @@ +zone "e71-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e71-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e71-4.conf b/examples/bind/master/conf-master/e71-4.conf new file mode 100644 index 0000000..f3dae79 --- /dev/null +++ b/examples/bind/master/conf-master/e71-4.conf @@ -0,0 +1,7 @@ +zone "e71-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e71-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e73-1.conf b/examples/bind/master/conf-master/e73-1.conf new file mode 100644 index 0000000..a300988 --- /dev/null +++ b/examples/bind/master/conf-master/e73-1.conf @@ -0,0 +1,7 @@ +zone "e73-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e73-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e73-2.conf b/examples/bind/master/conf-master/e73-2.conf new file mode 100644 index 0000000..d4cd010 --- /dev/null +++ b/examples/bind/master/conf-master/e73-2.conf @@ -0,0 +1,7 @@ +zone "e73-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e73-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e73-3.conf b/examples/bind/master/conf-master/e73-3.conf new file mode 100644 index 0000000..70e22c2 --- /dev/null +++ b/examples/bind/master/conf-master/e73-3.conf @@ -0,0 +1,7 @@ +zone "e73-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e73-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e73-4.conf b/examples/bind/master/conf-master/e73-4.conf new file mode 100644 index 0000000..fc50726 --- /dev/null +++ b/examples/bind/master/conf-master/e73-4.conf @@ -0,0 +1,7 @@ +zone "e73-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e73-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e75-1.conf b/examples/bind/master/conf-master/e75-1.conf new file mode 100644 index 0000000..702fe69 --- /dev/null +++ b/examples/bind/master/conf-master/e75-1.conf @@ -0,0 +1,7 @@ +zone "e75-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e75-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e75-2.conf b/examples/bind/master/conf-master/e75-2.conf new file mode 100644 index 0000000..461c61a --- /dev/null +++ b/examples/bind/master/conf-master/e75-2.conf @@ -0,0 +1,7 @@ +zone "e75-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e75-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e75-3.conf b/examples/bind/master/conf-master/e75-3.conf new file mode 100644 index 0000000..e3afb82 --- /dev/null +++ b/examples/bind/master/conf-master/e75-3.conf @@ -0,0 +1,7 @@ +zone "e75-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e75-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e75-4.conf b/examples/bind/master/conf-master/e75-4.conf new file mode 100644 index 0000000..9f5372a --- /dev/null +++ b/examples/bind/master/conf-master/e75-4.conf @@ -0,0 +1,7 @@ +zone "e75-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e75-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e77-1.conf b/examples/bind/master/conf-master/e77-1.conf new file mode 100644 index 0000000..b7115d6 --- /dev/null +++ b/examples/bind/master/conf-master/e77-1.conf @@ -0,0 +1,7 @@ +zone "e77-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e77-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e77-2.conf b/examples/bind/master/conf-master/e77-2.conf new file mode 100644 index 0000000..7391c97 --- /dev/null +++ b/examples/bind/master/conf-master/e77-2.conf @@ -0,0 +1,7 @@ +zone "e77-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e77-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e77-3.conf b/examples/bind/master/conf-master/e77-3.conf new file mode 100644 index 0000000..c05a583 --- /dev/null +++ b/examples/bind/master/conf-master/e77-3.conf @@ -0,0 +1,7 @@ +zone "e77-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e77-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e77-4.conf b/examples/bind/master/conf-master/e77-4.conf new file mode 100644 index 0000000..c729d90 --- /dev/null +++ b/examples/bind/master/conf-master/e77-4.conf @@ -0,0 +1,7 @@ +zone "e77-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e77-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e79-1.conf b/examples/bind/master/conf-master/e79-1.conf new file mode 100644 index 0000000..42ae4cc --- /dev/null +++ b/examples/bind/master/conf-master/e79-1.conf @@ -0,0 +1,7 @@ +zone "e79-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e79-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e79-2.conf b/examples/bind/master/conf-master/e79-2.conf new file mode 100644 index 0000000..ab1ce4f --- /dev/null +++ b/examples/bind/master/conf-master/e79-2.conf @@ -0,0 +1,7 @@ +zone "e79-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e79-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e81-1.conf b/examples/bind/master/conf-master/e81-1.conf new file mode 100644 index 0000000..737ffbb --- /dev/null +++ b/examples/bind/master/conf-master/e81-1.conf @@ -0,0 +1,7 @@ +zone "e81-1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e81-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e81-2.conf b/examples/bind/master/conf-master/e81-2.conf new file mode 100644 index 0000000..9b72c30 --- /dev/null +++ b/examples/bind/master/conf-master/e81-2.conf @@ -0,0 +1,7 @@ +zone "e81-2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e81-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e9-3.conf b/examples/bind/master/conf-master/e9-3.conf new file mode 100644 index 0000000..a5914b7 --- /dev/null +++ b/examples/bind/master/conf-master/e9-3.conf @@ -0,0 +1,7 @@ +zone "e9-3.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e9-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/e9-4.conf b/examples/bind/master/conf-master/e9-4.conf new file mode 100644 index 0000000..fef919a --- /dev/null +++ b/examples/bind/master/conf-master/e9-4.conf @@ -0,0 +1,7 @@ +zone "e9-4.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e9-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/event-studio.conf b/examples/bind/master/conf-master/event-studio.conf new file mode 100644 index 0000000..f8f50e1 --- /dev/null +++ b/examples/bind/master/conf-master/event-studio.conf @@ -0,0 +1,7 @@ +zone "event-studio.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/event-studio.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/flanke.conf b/examples/bind/master/conf-master/flanke.conf new file mode 100644 index 0000000..a6f54da --- /dev/null +++ b/examples/bind/master/conf-master/flanke.conf @@ -0,0 +1,7 @@ +zone "flanke.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/flanke.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/forsvarlig.conf b/examples/bind/master/conf-master/forsvarlig.conf new file mode 100644 index 0000000..07ffc32 --- /dev/null +++ b/examples/bind/master/conf-master/forsvarlig.conf @@ -0,0 +1,7 @@ +zone "forsvarlig.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/forsvarlig.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/fugleberget1.conf b/examples/bind/master/conf-master/fugleberget1.conf new file mode 100644 index 0000000..c49c4a0 --- /dev/null +++ b/examples/bind/master/conf-master/fugleberget1.conf @@ -0,0 +1,7 @@ +zone "fugleberget1.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/fugleberget1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/fugleberget2.conf b/examples/bind/master/conf-master/fugleberget2.conf new file mode 100644 index 0000000..ac6afad --- /dev/null +++ b/examples/bind/master/conf-master/fugleberget2.conf @@ -0,0 +1,7 @@ +zone "fugleberget2.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/fugleberget2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/gayme.conf b/examples/bind/master/conf-master/gayme.conf new file mode 100644 index 0000000..433911e --- /dev/null +++ b/examples/bind/master/conf-master/gayme.conf @@ -0,0 +1,7 @@ +zone "gayme.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/gayme.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/highlights.conf b/examples/bind/master/conf-master/highlights.conf new file mode 100644 index 0000000..ef486d0 --- /dev/null +++ b/examples/bind/master/conf-master/highlights.conf @@ -0,0 +1,7 @@ +zone "highlights.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/highlights.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/hoa.conf b/examples/bind/master/conf-master/hoa.conf new file mode 100644 index 0000000..496e306 --- /dev/null +++ b/examples/bind/master/conf-master/hoa.conf @@ -0,0 +1,7 @@ +zone "hoa.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/hoa.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/info-dask.conf b/examples/bind/master/conf-master/info-dask.conf new file mode 100644 index 0000000..78b8530 --- /dev/null +++ b/examples/bind/master/conf-master/info-dask.conf @@ -0,0 +1,7 @@ +zone "info-dask.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/info-dask.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/kompett.conf b/examples/bind/master/conf-master/kompett.conf new file mode 100644 index 0000000..9e94405 --- /dev/null +++ b/examples/bind/master/conf-master/kompett.conf @@ -0,0 +1,7 @@ +zone "kompett.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/kompett.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/komplett.conf b/examples/bind/master/conf-master/komplett.conf new file mode 100644 index 0000000..c346209 --- /dev/null +++ b/examples/bind/master/conf-master/komplett.conf @@ -0,0 +1,7 @@ +zone "komplett.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/komplett.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/kompott.conf b/examples/bind/master/conf-master/kompott.conf new file mode 100644 index 0000000..1fbdf65 --- /dev/null +++ b/examples/bind/master/conf-master/kompott.conf @@ -0,0 +1,7 @@ +zone "kompott.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/kompott.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/lavvo.conf b/examples/bind/master/conf-master/lavvo.conf new file mode 100644 index 0000000..2f3de49 --- /dev/null +++ b/examples/bind/master/conf-master/lavvo.conf @@ -0,0 +1,7 @@ +zone "lavvo.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/lavvo.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/logistikk.conf b/examples/bind/master/conf-master/logistikk.conf new file mode 100644 index 0000000..b03def0 --- /dev/null +++ b/examples/bind/master/conf-master/logistikk.conf @@ -0,0 +1,7 @@ +zone "logistikk.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/logistikk.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/lounge.conf b/examples/bind/master/conf-master/lounge.conf new file mode 100644 index 0000000..afbbdff --- /dev/null +++ b/examples/bind/master/conf-master/lounge.conf @@ -0,0 +1,7 @@ +zone "lounge.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/lounge.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/medic.conf b/examples/bind/master/conf-master/medic.conf new file mode 100644 index 0000000..575b64c --- /dev/null +++ b/examples/bind/master/conf-master/medic.conf @@ -0,0 +1,7 @@ +zone "medic.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/medic.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/noc-server.conf b/examples/bind/master/conf-master/noc-server.conf new file mode 100644 index 0000000..04e3534 --- /dev/null +++ b/examples/bind/master/conf-master/noc-server.conf @@ -0,0 +1,7 @@ +zone "noc-server.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/noc-server.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/noc.conf b/examples/bind/master/conf-master/noc.conf new file mode 100644 index 0000000..93ce13a --- /dev/null +++ b/examples/bind/master/conf-master/noc.conf @@ -0,0 +1,7 @@ +zone "noc.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/noc.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/planke.conf b/examples/bind/master/conf-master/planke.conf new file mode 100644 index 0000000..db265f2 --- /dev/null +++ b/examples/bind/master/conf-master/planke.conf @@ -0,0 +1,7 @@ +zone "planke.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/planke.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/presse.conf b/examples/bind/master/conf-master/presse.conf new file mode 100644 index 0000000..bd8e467 --- /dev/null +++ b/examples/bind/master/conf-master/presse.conf @@ -0,0 +1,7 @@ +zone "presse.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/presse.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/resepsjon.conf b/examples/bind/master/conf-master/resepsjon.conf new file mode 100644 index 0000000..9e116bb --- /dev/null +++ b/examples/bind/master/conf-master/resepsjon.conf @@ -0,0 +1,7 @@ +zone "resepsjon.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/resepsjon.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/rohypnol.conf b/examples/bind/master/conf-master/rohypnol.conf new file mode 100644 index 0000000..d01a5ad --- /dev/null +++ b/examples/bind/master/conf-master/rohypnol.conf @@ -0,0 +1,7 @@ +zone "rohypnol.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/rohypnol.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/scenegulv.conf b/examples/bind/master/conf-master/scenegulv.conf new file mode 100644 index 0000000..d54f4b3 --- /dev/null +++ b/examples/bind/master/conf-master/scenegulv.conf @@ -0,0 +1,7 @@ +zone "scenegulv.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/scenegulv.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/sponsor.conf b/examples/bind/master/conf-master/sponsor.conf new file mode 100644 index 0000000..a36011d --- /dev/null +++ b/examples/bind/master/conf-master/sponsor.conf @@ -0,0 +1,7 @@ +zone "sponsor.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/sponsor.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/tele.conf b/examples/bind/master/conf-master/tele.conf new file mode 100644 index 0000000..d8ab671 --- /dev/null +++ b/examples/bind/master/conf-master/tele.conf @@ -0,0 +1,7 @@ +zone "tele.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/tele.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/conf-master/tg14-wlan.conf b/examples/bind/master/conf-master/tg14-wlan.conf new file mode 100644 index 0000000..5a40274 --- /dev/null +++ b/examples/bind/master/conf-master/tg14-wlan.conf @@ -0,0 +1,7 @@ +zone "tg14-wlan.tg14.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/tg14-wlan.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/master/dynamic/.gitignore b/examples/bind/master/dynamic/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/examples/bind/master/dynamic/.gitignore diff --git a/examples/bind/master/imgur.com.zone b/examples/bind/master/imgur.com.zone new file mode 100644 index 0000000..2dbf4bc --- /dev/null +++ b/examples/bind/master/imgur.com.zone @@ -0,0 +1,27 @@ +$TTL 60 +@ IN SOA brad.tg14.gathering.org. abuse.gathering.org. ( + 2014041605; serial + 3600 ; refresh + 1800 ; retry + 608400 ; expire + 3600 ) ; minimum and default TTL + + IN NS brad.tg14.gathering.org. + IN NS janet.tg14.gathering.org. + + IN A 103.31.7.35 + IN A 103.31.7.184 + IN A 103.31.6.33 + IN A 103.31.6.34 +www IN A 103.31.7.35 + IN A 103.31.7.184 + IN A 103.31.6.33 + IN A 103.31.6.34 +s IN A 103.31.7.35 + IN A 103.31.7.184 + IN A 103.31.6.33 + IN A 103.31.6.34 +i IN A 103.31.7.35 + IN A 103.31.7.184 + IN A 103.31.6.33 + IN A 103.31.6.34 diff --git a/examples/bind/master/infra.tg14.gathering.org.zone b/examples/bind/master/infra.tg14.gathering.org.zone new file mode 100644 index 0000000..6ba5c06 --- /dev/null +++ b/examples/bind/master/infra.tg14.gathering.org.zone @@ -0,0 +1,153 @@ +$TTL 3600 +@ IN SOA brad.tg14.gathering.org. abuse.gathering.org. ( + 20140416105; serial + 3600 ; refresh + 1800 ; retry + 608400 ; expire + 3600 ) ; minimum and default TTL + + IN NS brad.tg14.gathering.org. + IN NS janet.tg14.gathering.org. + +; Generated by make-all-config.sh on the bootstrapping/nms server. +; Will not be overwritten unless it is missing ;) + +; Linknets - use linknets.txt from brad +telegw-nocgw IN A 151.216.128.2 +nocgw-telegw IN A 151.216.128.3 +telegw-camgw IN A 151.216.128.4 +camgw-telegw IN A 151.216.128.5 +telegw-pressegw IN A 151.216.128.8 +pressegw-telegw IN A 151.216.128.9 +drscott IN A 151.216.128.11 +camgw-crewgw IN A 151.216.128.14 +crewgw-camgw IN A 151.216.128.15 +logistikkgw-wtfgw IN A 151.216.128.18 +wtfgw-logistikkgw IN A 151.216.128.19 +logistikkgw-stageboh IN A 151.216.128.20 +stageboh-logistikkgw IN A 151.216.128.21 +camgw-creachillgw IN A 151.216.128.22 +creachillgw-camgw IN A 151.216.128.23 +telegw-resepsjongw IN A 151.216.128.26 +resepsjongw-telegw IN A 151.216.128.27 +telegw-gamegw IN A 151.216.128.28 +gamegw-telegw IN A 151.216.128.29 +telegw-asr1k IN A 151.216.128.30 +asr1k-telegw IN A 151.216.128.31 +nocgw-sponsorgw IN A 151.216.128.32 +sponsorgw-nocgw IN A 151.216.128.33 +wtfgw-gamegw IN A 151.216.128.34 +gamegw-wtfgw IN A 151.216.128.35 +corengw-komplettgw IN A 151.216.128.36 +komplettgw-corengw IN A 151.216.128.37 +nocgw-itvmrrgw IN A 151.216.128.38 +itvmrrgw-nocgw IN A 151.216.128.39 +camgw-logistikkgw IN A 151.216.128.46 +logistikkgw-camgw IN A 151.216.128.47 +camgw-crewgw IN A 151.216.128.48 +crewgw-camgw IN A 151.216.128.49 +telegw-partygw IN A 151.216.128.54 +partygw-telegw IN A 151.216.128.55 +telegw-wannabegw IN A 151.216.128.56 +wannabegw-telegw IN A 151.216.128.57 +wtfgw-slutgw IN A 151.216.128.58 +slutgw-wtfgw IN A 151.216.128.59 +slutgw-nocgw IN A 151.216.128.60 +nocgw-slutgw IN A 151.216.128.61 +coregw-gamedistrogw IN A 151.216.128.62 +gamedistrogw-coregw IN A 151.216.128.63 +coregw-distro1 IN A 151.216.128.64 +distro1-coregw IN A 151.216.128.65 +coregw-distro2 IN A 151.216.128.66 +distro2-coregw IN A 151.216.128.67 +coregw-distro3 IN A 151.216.128.68 +distro3-coregw IN A 151.216.128.69 +coregw-distro4 IN A 151.216.128.70 +distro4-coregw IN A 151.216.128.71 +coregw-distro5 IN A 151.216.128.72 +distro5-coregw IN A 151.216.128.73 +coregw-crewgw IN A 151.216.128.74 +crewgw-coregw IN A 151.216.128.75 +coregw-creativiagw IN A 151.216.128.76 +creativiagw-coregw IN A 151.216.128.77 +coregw-nocgw IN A 151.216.128.78 +nocgw-coregw IN A 151.216.128.79 +coregw-telegw IN A 151.216.128.80 +telegw-coregw IN A 151.216.128.81 +telegw-coresgw IN A 151.216.128.100 +coresgw-telegw IN A 151.216.128.101 +nocgw-coresgw IN A 151.216.128.102 +coresgw-nocgw IN A 151.216.128.103 +telegw-corengw IN A 151.216.128.104 +corengw-telegw IN A 151.216.128.105 +nocgw-corengw IN A 151.216.128.106 +corengw-nocgw IN A 151.216.128.107 +coresgw-corengw IN A 151.216.128.108 +corengw-coresgw IN A 151.216.128.109 +nocgw-modernegw IN A 151.216.128.232 +modernegw-nocgw IN A 151.216.128.233 +nocgwos-modernegwos IN A 151.216.128.236 +modernegwos-nocgwos IN A 151.216.128.237 + +; loopbacks from brad +partygw IN A 151.216.255.0 +partygw IN AAAA 2a02:ed02:ffff::0 +telegw IN A 151.216.255.1 +telegw IN AAAA 2a02:ed02:ffff::1 +nocgw IN A 151.216.255.2 +nocgw IN AAAA 2a02:ed02:ffff::2 +camgw IN A 151.216.255.3 +camgw IN AAAA 2a02:ed02:ffff::3 +stagebohgw IN A 151.216.255.4 +stagebohgw IN AAAA 2a02:ed02:ffff::4 +wtfgw IN A 151.216.255.5 +wtfgw IN AAAA 2a02:ed02:ffff::5 +logistikkgw IN A 151.216.255.6 +logistikkgw IN AAAA 2a02:ed02:ffff::6 +crewgw IN A 151.216.255.9 +crewgw IN AAAA 2a02:ed02:ffff::9 +resepsjongw IN A 151.216.255.12 +resepsjongw IN AAAA 2a02:ed02:ffff::12 +bordellgw IN A 151.216.255.13 +bordellgw IN AAAA 2a02:ed02:ffff::13 +sponsorgw IN A 151.216.255.14 +sponsorgw IN AAAA 2a02:ed02:ffff::14 +eldregw IN A 151.216.255.16 +eldregw IN AAAA 2a02:ed02:ffff::16 +distro0 IN A 151.216.255.11 +distro0 IN AAAA 2a02:ed02:FFFF::11 +distro1 IN A 151.216.255.17 +distro1 IN AAAA 2a02:ed02:ffff::17 +distro2 IN A 151.216.255.18 +distro2 IN AAAA 2a02:ed02:ffff::18 +distro3 IN A 151.216.255.19 +distro3 IN AAAA 2a02:ed02:ffff::19 +distro4 IN A 151.216.255.20 +distro4 IN AAAA 2a02:ed02:ffff::20 +distro5 IN A 151.216.255.21 +distro5 IN AAAA 2a02:ed02:ffff::21 +slutgw IN A 151.216.255.22 +slutgw IN AAAA 2a02:ed02:ffff::22 +creativiagw IN A 151.216.255.23 +creativiagw IN AAAA 2a02:ed02:ffff::23 +modernegw IN A 151.216.255.24 +modernegw IN AAAA 2a02:ed02:ffff::24 + +; Not in use IN A 151.216.255.31 +; Not in use IN AAAA 2a02:ed02:ffff::31 +rohypnolgw IN A 151.216.255.32 +rohypnolgw IN AAAA 2a02:ed02:ffff::32 + + +; management addresser +busseventsw01 IN A 151.216.242.4 +graphicssw1 IN A 151.216.235.2 + + +; cnames for TG14 until tech:net starts using gw suffix. + + + + + + diff --git a/examples/bind/master/managed-keys.bind b/examples/bind/master/managed-keys.bind new file mode 100644 index 0000000..2207ea4 --- /dev/null +++ b/examples/bind/master/managed-keys.bind @@ -0,0 +1,9 @@ +$ORIGIN . +$TTL 0 ; 0 seconds +@ IN SOA . . ( + 3 ; serial + 0 ; refresh (0 seconds) + 0 ; retry (0 seconds) + 0 ; expire (0 seconds) + 0 ; minimum (0 seconds) + ) diff --git a/examples/bind/master/named.conf b/examples/bind/master/named.conf new file mode 100644 index 0000000..40d5754 --- /dev/null +++ b/examples/bind/master/named.conf @@ -0,0 +1,53 @@ +// This named.conf was generated by make-named.pl at 20140413-1806 +// The current version of make-named.pl should not overwrite this file. +acl tg-nett { 151.216.128.0/17; 2a02:ed02::/32; 127.0.0.0/8; ::1; }; +acl ns-xfr { 194.19.3.20; 151.216.253.2; 2a02:ed02:253::2; 151.216.254.2; 2a02:ed02:254::2; 151.216.252.0/24; }; +acl ripe-xfr { 194.19.3.20; 151.216.253.2; 2a02:ed02:253::2; 151.216.254.2; 2a02:ed02:254::2; 193.0.0.0/22; }; + +options { + directory "/etc/bind"; + allow-recursion { tg-nett; }; + allow-query { any; }; + allow-transfer { ns-xfr; }; + recursion yes; + auth-nxdomain no; + listen-on-v6 { any; }; +}; + +key DHCP_UPDATER { + algorithm HMAC-MD5.SIG-ALG.REG.INT; + secret <removed>; +}; + +zone "tg14.gathering.org" { + type master; + file "tg14.gathering.org.zone"; + notify yes; + allow-transfer { ns-xfr; }; +}; + +zone "infra.tg14.gathering.org" { + type master; + file "infra.tg14.gathering.org.zone"; + notify yes; + allow-transfer { ns-xfr; }; +}; + +zone "2.0.d.e.2.0.a.2.ip6.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + file "2.0.d.e.2.0.a.2.ip6.arpa.zone"; + allow-transfer { ns-xfr; ripe-xfr; }; +}; + +zone "imgur.com" { + type master; + notify yes; + file "imgur.com.zone"; + allow-transfer { ns-xfr; }; +}; + +include "/etc/bind/named.conf.default-zones"; +include "named.reverse4.conf"; +include "named.master-include.conf"; diff --git a/examples/bind/master/named.conf.default-zones b/examples/bind/master/named.conf.default-zones new file mode 100644 index 0000000..355338b --- /dev/null +++ b/examples/bind/master/named.conf.default-zones @@ -0,0 +1,30 @@ +// prime the server with knowledge of the root servers +zone "." { + type hint; + file "/etc/bind/db.root"; +}; + +// be authoritative for the localhost forward and reverse zones, and for +// broadcast zones as per RFC 1912 + +zone "localhost" { + type master; + file "/etc/bind/db.local"; +}; + +zone "127.in-addr.arpa" { + type master; + file "/etc/bind/db.127"; +}; + +zone "0.in-addr.arpa" { + type master; + file "/etc/bind/db.0"; +}; + +zone "255.in-addr.arpa" { + type master; + file "/etc/bind/db.255"; +}; + + diff --git a/examples/bind/master/named.conf.local b/examples/bind/master/named.conf.local new file mode 100644 index 0000000..7a57b10 --- /dev/null +++ b/examples/bind/master/named.conf.local @@ -0,0 +1,8 @@ +// +// Do any local configuration here +// + +// Consider adding the 1918 zones here, if they are not used in your +// organization +//include "/etc/bind/zones.rfc1918"; + diff --git a/examples/bind/master/named.conf.options b/examples/bind/master/named.conf.options new file mode 100644 index 0000000..b1bef51 --- /dev/null +++ b/examples/bind/master/named.conf.options @@ -0,0 +1,26 @@ +options { + directory "/var/cache/bind"; + + // If there is a firewall between you and nameservers you want + // to talk to, you may need to fix the firewall to allow multiple + // ports to talk. See http://www.kb.cert.org/vuls/id/800113 + + // If your ISP provided one or more IP addresses for stable + // nameservers, you probably want to use them as forwarders. + // Uncomment the following block, and insert the addresses replacing + // the all-0's placeholder. + + // forwarders { + // 0.0.0.0; + // }; + + //======================================================================== + // If BIND logs error messages about the root key being expired, + // you will need to update your keys. See https://www.isc.org/bind-keys + //======================================================================== + dnssec-validation auto; + + auth-nxdomain no; # conform to RFC1035 + listen-on-v6 { any; }; +}; + diff --git a/examples/bind/master/named.master-include.conf b/examples/bind/master/named.master-include.conf new file mode 100644 index 0000000..9a2c52d --- /dev/null +++ b/examples/bind/master/named.master-include.conf @@ -0,0 +1,193 @@ +include "/etc/bind/conf-master/apekatt.conf"; +include "/etc/bind/conf-master/apenett00.conf"; +include "/etc/bind/conf-master/apenett01.conf"; +include "/etc/bind/conf-master/apenett02.conf"; +include "/etc/bind/conf-master/apenett03.conf"; +include "/etc/bind/conf-master/apenett04.conf"; +include "/etc/bind/conf-master/apenett05.conf"; +include "/etc/bind/conf-master/apenett06.conf"; +include "/etc/bind/conf-master/bonus.conf"; +include "/etc/bind/conf-master/bonus1.conf"; +include "/etc/bind/conf-master/bonus2.conf"; +include "/etc/bind/conf-master/bordell.conf"; +include "/etc/bind/conf-master/clientcam.conf"; +include "/etc/bind/conf-master/creative1-1.conf"; +include "/etc/bind/conf-master/creative2-1.conf"; +include "/etc/bind/conf-master/creative3-1.conf"; +include "/etc/bind/conf-master/creative4-1.conf"; +include "/etc/bind/conf-master/creative4-2.conf"; +include "/etc/bind/conf-master/creative5-1.conf"; +include "/etc/bind/conf-master/creative5-2.conf"; +include "/etc/bind/conf-master/creative6-1.conf"; +include "/etc/bind/conf-master/creative6-2.conf"; +include "/etc/bind/conf-master/creative7-1.conf"; +include "/etc/bind/conf-master/creative7-2.conf"; +include "/etc/bind/conf-master/creative8-1.conf"; +include "/etc/bind/conf-master/creative8-2.conf"; +include "/etc/bind/conf-master/crew1-1.conf"; +include "/etc/bind/conf-master/crew2-1.conf"; +include "/etc/bind/conf-master/crew2-2.conf"; +include "/etc/bind/conf-master/crew3-1.conf"; +include "/etc/bind/conf-master/crew3-2.conf"; +include "/etc/bind/conf-master/crew4-1.conf"; +include "/etc/bind/conf-master/crew4-2.conf"; +include "/etc/bind/conf-master/e1-3.conf"; +include "/etc/bind/conf-master/e1-4.conf"; +include "/etc/bind/conf-master/e11-1.conf"; +include "/etc/bind/conf-master/e11-2.conf"; +include "/etc/bind/conf-master/e11-3.conf"; +include "/etc/bind/conf-master/e11-4.conf"; +include "/etc/bind/conf-master/e13-1.conf"; +include "/etc/bind/conf-master/e13-2.conf"; +include "/etc/bind/conf-master/e13-3.conf"; +include "/etc/bind/conf-master/e13-4.conf"; +include "/etc/bind/conf-master/e15-1.conf"; +include "/etc/bind/conf-master/e15-2.conf"; +include "/etc/bind/conf-master/e15-3.conf"; +include "/etc/bind/conf-master/e15-4.conf"; +include "/etc/bind/conf-master/e17-1.conf"; +include "/etc/bind/conf-master/e17-2.conf"; +include "/etc/bind/conf-master/e17-3.conf"; +include "/etc/bind/conf-master/e17-4.conf"; +include "/etc/bind/conf-master/e19-1.conf"; +include "/etc/bind/conf-master/e19-2.conf"; +include "/etc/bind/conf-master/e19-3.conf"; +include "/etc/bind/conf-master/e19-4.conf"; +include "/etc/bind/conf-master/e21-1.conf"; +include "/etc/bind/conf-master/e21-2.conf"; +include "/etc/bind/conf-master/e21-3.conf"; +include "/etc/bind/conf-master/e21-4.conf"; +include "/etc/bind/conf-master/e23-1.conf"; +include "/etc/bind/conf-master/e23-2.conf"; +include "/etc/bind/conf-master/e23-3.conf"; +include "/etc/bind/conf-master/e23-4.conf"; +include "/etc/bind/conf-master/e25-1.conf"; +include "/etc/bind/conf-master/e25-2.conf"; +include "/etc/bind/conf-master/e25-3.conf"; +include "/etc/bind/conf-master/e25-4.conf"; +include "/etc/bind/conf-master/e27-1.conf"; +include "/etc/bind/conf-master/e27-2.conf"; +include "/etc/bind/conf-master/e29-1.conf"; +include "/etc/bind/conf-master/e29-2.conf"; +include "/etc/bind/conf-master/e3-3.conf"; +include "/etc/bind/conf-master/e3-4.conf"; +include "/etc/bind/conf-master/e31-1.conf"; +include "/etc/bind/conf-master/e31-2.conf"; +include "/etc/bind/conf-master/e33-1.conf"; +include "/etc/bind/conf-master/e33-2.conf"; +include "/etc/bind/conf-master/e35-1.conf"; +include "/etc/bind/conf-master/e35-2.conf"; +include "/etc/bind/conf-master/e37-1.conf"; +include "/etc/bind/conf-master/e37-2.conf"; +include "/etc/bind/conf-master/e39-1.conf"; +include "/etc/bind/conf-master/e39-2.conf"; +include "/etc/bind/conf-master/e41-1.conf"; +include "/etc/bind/conf-master/e41-2.conf"; +include "/etc/bind/conf-master/e43-1.conf"; +include "/etc/bind/conf-master/e43-2.conf"; +include "/etc/bind/conf-master/e43-3.conf"; +include "/etc/bind/conf-master/e43-4.conf"; +include "/etc/bind/conf-master/e45-1.conf"; +include "/etc/bind/conf-master/e45-2.conf"; +include "/etc/bind/conf-master/e45-3.conf"; +include "/etc/bind/conf-master/e45-4.conf"; +include "/etc/bind/conf-master/e47-1.conf"; +include "/etc/bind/conf-master/e47-2.conf"; +include "/etc/bind/conf-master/e47-3.conf"; +include "/etc/bind/conf-master/e47-4.conf"; +include "/etc/bind/conf-master/e49-1.conf"; +include "/etc/bind/conf-master/e49-2.conf"; +include "/etc/bind/conf-master/e49-3.conf"; +include "/etc/bind/conf-master/e49-4.conf"; +include "/etc/bind/conf-master/e5-3.conf"; +include "/etc/bind/conf-master/e5-4.conf"; +include "/etc/bind/conf-master/e51-1.conf"; +include "/etc/bind/conf-master/e51-2.conf"; +include "/etc/bind/conf-master/e51-3.conf"; +include "/etc/bind/conf-master/e51-4.conf"; +include "/etc/bind/conf-master/e53-1.conf"; +include "/etc/bind/conf-master/e53-2.conf"; +include "/etc/bind/conf-master/e53-3.conf"; +include "/etc/bind/conf-master/e53-4.conf"; +include "/etc/bind/conf-master/e55-1.conf"; +include "/etc/bind/conf-master/e55-2.conf"; +include "/etc/bind/conf-master/e55-3.conf"; +include "/etc/bind/conf-master/e55-4.conf"; +include "/etc/bind/conf-master/e57-1.conf"; +include "/etc/bind/conf-master/e57-2.conf"; +include "/etc/bind/conf-master/e57-3.conf"; +include "/etc/bind/conf-master/e57-4.conf"; +include "/etc/bind/conf-master/e59-1.conf"; +include "/etc/bind/conf-master/e59-2.conf"; +include "/etc/bind/conf-master/e59-3.conf"; +include "/etc/bind/conf-master/e59-4.conf"; +include "/etc/bind/conf-master/e61-1.conf"; +include "/etc/bind/conf-master/e61-2.conf"; +include "/etc/bind/conf-master/e61-3.conf"; +include "/etc/bind/conf-master/e61-4.conf"; +include "/etc/bind/conf-master/e63-1.conf"; +include "/etc/bind/conf-master/e63-2.conf"; +include "/etc/bind/conf-master/e63-3.conf"; +include "/etc/bind/conf-master/e63-4.conf"; +include "/etc/bind/conf-master/e65-1.conf"; +include "/etc/bind/conf-master/e65-2.conf"; +include "/etc/bind/conf-master/e65-3.conf"; +include "/etc/bind/conf-master/e65-4.conf"; +include "/etc/bind/conf-master/e67-1.conf"; +include "/etc/bind/conf-master/e67-2.conf"; +include "/etc/bind/conf-master/e67-3.conf"; +include "/etc/bind/conf-master/e67-4.conf"; +include "/etc/bind/conf-master/e69-1.conf"; +include "/etc/bind/conf-master/e69-2.conf"; +include "/etc/bind/conf-master/e69-3.conf"; +include "/etc/bind/conf-master/e69-4.conf"; +include "/etc/bind/conf-master/e7-3.conf"; +include "/etc/bind/conf-master/e7-4.conf"; +include "/etc/bind/conf-master/e71-1.conf"; +include "/etc/bind/conf-master/e71-2.conf"; +include "/etc/bind/conf-master/e71-3.conf"; +include "/etc/bind/conf-master/e71-4.conf"; +include "/etc/bind/conf-master/e73-1.conf"; +include "/etc/bind/conf-master/e73-2.conf"; +include "/etc/bind/conf-master/e73-3.conf"; +include "/etc/bind/conf-master/e73-4.conf"; +include "/etc/bind/conf-master/e75-1.conf"; +include "/etc/bind/conf-master/e75-2.conf"; +include "/etc/bind/conf-master/e75-3.conf"; +include "/etc/bind/conf-master/e75-4.conf"; +include "/etc/bind/conf-master/e77-1.conf"; +include "/etc/bind/conf-master/e77-2.conf"; +include "/etc/bind/conf-master/e77-3.conf"; +include "/etc/bind/conf-master/e77-4.conf"; +include "/etc/bind/conf-master/e79-1.conf"; +include "/etc/bind/conf-master/e79-2.conf"; +include "/etc/bind/conf-master/e81-1.conf"; +include "/etc/bind/conf-master/e81-2.conf"; +include "/etc/bind/conf-master/e9-3.conf"; +include "/etc/bind/conf-master/e9-4.conf"; +include "/etc/bind/conf-master/event-studio.conf"; +include "/etc/bind/conf-master/flanke.conf"; +include "/etc/bind/conf-master/forsvarlig.conf"; +include "/etc/bind/conf-master/fugleberget1.conf"; +include "/etc/bind/conf-master/fugleberget2.conf"; +include "/etc/bind/conf-master/gayme.conf"; +include "/etc/bind/conf-master/highlights.conf"; +include "/etc/bind/conf-master/hoa.conf"; +include "/etc/bind/conf-master/info-dask.conf"; +include "/etc/bind/conf-master/kompett.conf"; +include "/etc/bind/conf-master/komplett.conf"; +include "/etc/bind/conf-master/kompott.conf"; +include "/etc/bind/conf-master/lavvo.conf"; +include "/etc/bind/conf-master/logistikk.conf"; +include "/etc/bind/conf-master/lounge.conf"; +include "/etc/bind/conf-master/medic.conf"; +include "/etc/bind/conf-master/noc-server.conf"; +include "/etc/bind/conf-master/noc.conf"; +include "/etc/bind/conf-master/planke.conf"; +include "/etc/bind/conf-master/presse.conf"; +include "/etc/bind/conf-master/resepsjon.conf"; +include "/etc/bind/conf-master/rohypnol.conf"; +include "/etc/bind/conf-master/scenegulv.conf"; +include "/etc/bind/conf-master/sponsor.conf"; +include "/etc/bind/conf-master/tele.conf"; +include "/etc/bind/conf-master/tg14-wlan.conf"; diff --git a/examples/bind/master/named.reverse4.conf b/examples/bind/master/named.reverse4.conf new file mode 100644 index 0000000..63fae54 --- /dev/null +++ b/examples/bind/master/named.reverse4.conf @@ -0,0 +1,1024 @@ +zone "128.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/128.216.151.in-addr.arpa.zone"; +}; + +zone "129.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/129.216.151.in-addr.arpa.zone"; +}; + +zone "130.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/130.216.151.in-addr.arpa.zone"; +}; + +zone "131.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/131.216.151.in-addr.arpa.zone"; +}; + +zone "132.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/132.216.151.in-addr.arpa.zone"; +}; + +zone "133.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/133.216.151.in-addr.arpa.zone"; +}; + +zone "134.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/134.216.151.in-addr.arpa.zone"; +}; + +zone "135.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/135.216.151.in-addr.arpa.zone"; +}; + +zone "136.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/136.216.151.in-addr.arpa.zone"; +}; + +zone "137.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/137.216.151.in-addr.arpa.zone"; +}; + +zone "138.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/138.216.151.in-addr.arpa.zone"; +}; + +zone "139.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/139.216.151.in-addr.arpa.zone"; +}; + +zone "140.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/140.216.151.in-addr.arpa.zone"; +}; + +zone "141.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/141.216.151.in-addr.arpa.zone"; +}; + +zone "142.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/142.216.151.in-addr.arpa.zone"; +}; + +zone "143.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/143.216.151.in-addr.arpa.zone"; +}; + +zone "144.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/144.216.151.in-addr.arpa.zone"; +}; + +zone "145.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/145.216.151.in-addr.arpa.zone"; +}; + +zone "146.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/146.216.151.in-addr.arpa.zone"; +}; + +zone "147.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/147.216.151.in-addr.arpa.zone"; +}; + +zone "148.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/148.216.151.in-addr.arpa.zone"; +}; + +zone "149.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/149.216.151.in-addr.arpa.zone"; +}; + +zone "150.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/150.216.151.in-addr.arpa.zone"; +}; + +zone "151.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/151.216.151.in-addr.arpa.zone"; +}; + +zone "152.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/152.216.151.in-addr.arpa.zone"; +}; + +zone "153.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/153.216.151.in-addr.arpa.zone"; +}; + +zone "154.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/154.216.151.in-addr.arpa.zone"; +}; + +zone "155.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/155.216.151.in-addr.arpa.zone"; +}; + +zone "156.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/156.216.151.in-addr.arpa.zone"; +}; + +zone "157.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/157.216.151.in-addr.arpa.zone"; +}; + +zone "158.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/158.216.151.in-addr.arpa.zone"; +}; + +zone "159.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/159.216.151.in-addr.arpa.zone"; +}; + +zone "160.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/160.216.151.in-addr.arpa.zone"; +}; + +zone "161.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/161.216.151.in-addr.arpa.zone"; +}; + +zone "162.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/162.216.151.in-addr.arpa.zone"; +}; + +zone "163.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/163.216.151.in-addr.arpa.zone"; +}; + +zone "164.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/164.216.151.in-addr.arpa.zone"; +}; + +zone "165.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/165.216.151.in-addr.arpa.zone"; +}; + +zone "166.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/166.216.151.in-addr.arpa.zone"; +}; + +zone "167.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/167.216.151.in-addr.arpa.zone"; +}; + +zone "168.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/168.216.151.in-addr.arpa.zone"; +}; + +zone "169.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/169.216.151.in-addr.arpa.zone"; +}; + +zone "170.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/170.216.151.in-addr.arpa.zone"; +}; + +zone "171.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/171.216.151.in-addr.arpa.zone"; +}; + +zone "172.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/172.216.151.in-addr.arpa.zone"; +}; + +zone "173.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/173.216.151.in-addr.arpa.zone"; +}; + +zone "174.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/174.216.151.in-addr.arpa.zone"; +}; + +zone "175.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/175.216.151.in-addr.arpa.zone"; +}; + +zone "176.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/176.216.151.in-addr.arpa.zone"; +}; + +zone "177.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/177.216.151.in-addr.arpa.zone"; +}; + +zone "178.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/178.216.151.in-addr.arpa.zone"; +}; + +zone "179.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/179.216.151.in-addr.arpa.zone"; +}; + +zone "180.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/180.216.151.in-addr.arpa.zone"; +}; + +zone "181.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/181.216.151.in-addr.arpa.zone"; +}; + +zone "182.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/182.216.151.in-addr.arpa.zone"; +}; + +zone "183.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/183.216.151.in-addr.arpa.zone"; +}; + +zone "184.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/184.216.151.in-addr.arpa.zone"; +}; + +zone "185.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/185.216.151.in-addr.arpa.zone"; +}; + +zone "186.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/186.216.151.in-addr.arpa.zone"; +}; + +zone "187.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/187.216.151.in-addr.arpa.zone"; +}; + +zone "188.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/188.216.151.in-addr.arpa.zone"; +}; + +zone "189.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/189.216.151.in-addr.arpa.zone"; +}; + +zone "190.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/190.216.151.in-addr.arpa.zone"; +}; + +zone "191.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/191.216.151.in-addr.arpa.zone"; +}; + +zone "192.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/192.216.151.in-addr.arpa.zone"; +}; + +zone "193.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/193.216.151.in-addr.arpa.zone"; +}; + +zone "194.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/194.216.151.in-addr.arpa.zone"; +}; + +zone "195.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/195.216.151.in-addr.arpa.zone"; +}; + +zone "196.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/196.216.151.in-addr.arpa.zone"; +}; + +zone "197.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/197.216.151.in-addr.arpa.zone"; +}; + +zone "198.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/198.216.151.in-addr.arpa.zone"; +}; + +zone "199.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/199.216.151.in-addr.arpa.zone"; +}; + +zone "200.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/200.216.151.in-addr.arpa.zone"; +}; + +zone "201.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/201.216.151.in-addr.arpa.zone"; +}; + +zone "202.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/202.216.151.in-addr.arpa.zone"; +}; + +zone "203.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/203.216.151.in-addr.arpa.zone"; +}; + +zone "204.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/204.216.151.in-addr.arpa.zone"; +}; + +zone "205.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/205.216.151.in-addr.arpa.zone"; +}; + +zone "206.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/206.216.151.in-addr.arpa.zone"; +}; + +zone "207.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/207.216.151.in-addr.arpa.zone"; +}; + +zone "208.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/208.216.151.in-addr.arpa.zone"; +}; + +zone "209.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/209.216.151.in-addr.arpa.zone"; +}; + +zone "210.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/210.216.151.in-addr.arpa.zone"; +}; + +zone "211.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/211.216.151.in-addr.arpa.zone"; +}; + +zone "212.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/212.216.151.in-addr.arpa.zone"; +}; + +zone "213.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/213.216.151.in-addr.arpa.zone"; +}; + +zone "214.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/214.216.151.in-addr.arpa.zone"; +}; + +zone "215.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/215.216.151.in-addr.arpa.zone"; +}; + +zone "216.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/216.216.151.in-addr.arpa.zone"; +}; + +zone "217.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/217.216.151.in-addr.arpa.zone"; +}; + +zone "218.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/218.216.151.in-addr.arpa.zone"; +}; + +zone "219.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/219.216.151.in-addr.arpa.zone"; +}; + +zone "220.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/220.216.151.in-addr.arpa.zone"; +}; + +zone "221.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/221.216.151.in-addr.arpa.zone"; +}; + +zone "222.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/222.216.151.in-addr.arpa.zone"; +}; + +zone "223.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/223.216.151.in-addr.arpa.zone"; +}; + +zone "224.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/224.216.151.in-addr.arpa.zone"; +}; + +zone "225.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/225.216.151.in-addr.arpa.zone"; +}; + +zone "226.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/226.216.151.in-addr.arpa.zone"; +}; + +zone "227.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/227.216.151.in-addr.arpa.zone"; +}; + +zone "228.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/228.216.151.in-addr.arpa.zone"; +}; + +zone "229.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/229.216.151.in-addr.arpa.zone"; +}; + +zone "230.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/230.216.151.in-addr.arpa.zone"; +}; + +zone "231.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/231.216.151.in-addr.arpa.zone"; +}; + +zone "232.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/232.216.151.in-addr.arpa.zone"; +}; + +zone "233.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/233.216.151.in-addr.arpa.zone"; +}; + +zone "234.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/234.216.151.in-addr.arpa.zone"; +}; + +zone "235.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/235.216.151.in-addr.arpa.zone"; +}; + +zone "236.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/236.216.151.in-addr.arpa.zone"; +}; + +zone "237.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/237.216.151.in-addr.arpa.zone"; +}; + +zone "238.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/238.216.151.in-addr.arpa.zone"; +}; + +zone "239.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/239.216.151.in-addr.arpa.zone"; +}; + +zone "240.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/240.216.151.in-addr.arpa.zone"; +}; + +zone "241.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/241.216.151.in-addr.arpa.zone"; +}; + +zone "242.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/242.216.151.in-addr.arpa.zone"; +}; + +zone "243.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/243.216.151.in-addr.arpa.zone"; +}; + +zone "244.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/244.216.151.in-addr.arpa.zone"; +}; + +zone "245.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/245.216.151.in-addr.arpa.zone"; +}; + +zone "246.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/246.216.151.in-addr.arpa.zone"; +}; + +zone "247.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/247.216.151.in-addr.arpa.zone"; +}; + +zone "248.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/248.216.151.in-addr.arpa.zone"; +}; + +zone "249.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/249.216.151.in-addr.arpa.zone"; +}; + +zone "250.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/250.216.151.in-addr.arpa.zone"; +}; + +zone "251.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/251.216.151.in-addr.arpa.zone"; +}; + +zone "252.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/252.216.151.in-addr.arpa.zone"; +}; + +zone "253.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/253.216.151.in-addr.arpa.zone"; +}; + +zone "254.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/254.216.151.in-addr.arpa.zone"; +}; + +zone "255.216.151.in-addr.arpa" { + type master; + allow-update { key DHCP_UPDATER; }; + notify yes; + allow-transfer { 151.216.253.2; 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; + file "reverse/255.216.151.in-addr.arpa.zone"; +}; + diff --git a/examples/bind/master/reverse/.gitignore b/examples/bind/master/reverse/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/examples/bind/master/reverse/.gitignore diff --git a/examples/bind/master/tg14.gathering.org.zone b/examples/bind/master/tg14.gathering.org.zone new file mode 100644 index 0000000..8867006 --- /dev/null +++ b/examples/bind/master/tg14.gathering.org.zone @@ -0,0 +1,92 @@ +$TTL 3600 +@ IN SOA brad.tg14.gathering.org. abuse.gathering.org. ( + 2014041801; serial + 3600 ; refresh + 1800 ; retry + 608400 ; expire + 3600 ) ; minimum and default TTL + + IN NS brad.tg14.gathering.org. + IN NS janet.tg14.gathering.org. + +brad IN A 151.216.254.2 +brad IN AAAA 2a02:ed02:254::2 +janet IN A 151.216.253.2 +janet IN AAAA 2a02:ed02:253::2 +ns1 IN CNAME brad.tg14.gathering.org. +ns2 IN CNAME janet.tg14.gathering.org. + +; Generated by make-all-config.sh on the bootstrapping/nms server. +; Will not be overwritten unless it is missing ;) + + +; Servers +columbia IN A 151.216.253.6 + IN AAAA 2a02:ed02:253::6 +frank IN A 151.216.253.8 + IN AAAA 2a02:ed02:253::8 +kuken IN A 151.216.253.26 + IN AAAA 2a02:ed02:253::26 +ipikk IN A 151.216.253.25 +kack IN A 151.216.253.28 + + +rocky IN A 151.216.253.3 +rocky IN AAAA 2a02:ed02:253::3 +ugh IN A 151.216.253.4 +ugh IN AAAA 2a02:ed02:253::4 +magenta IN A 151.216.253.5 +magenta IN AAAA 2a02:ed02:253::5 +columbia IN A 151.216.253.6 +columbia IN AAAA 2a02:ed02:253::6 +riffraff IN A 151.216.253.7 +riffraff IN AAAA 2a02:ed02:253::7 +frank IN A 151.216.253.8 +frank IN AAAA 2a02:ed02:253::8 +drscott IN A 151.216.253.9 +drscott IN AAAA 2a02:ed02:253::9 +charles IN A 151.216.253.10 +charles IN AAAA 2a02:ed02:253::10 +gray IN A 151.216.253.11 +gray IN AAAA 2a02:ed02:253::11 +eddie IN A 151.216.253.12 +eddie IN AAAA 2a02:ed02:253::12 +ralph IN A 151.216.253.13 +ralph IN AAAA 2a02:ed02:253::13 +tgjump IN A 151.216.253.14 +tgjump IN AAAA 2a02:ed02:253::14 +bettie IN A 151.216.253.15 +bettie IN AAAA 2a02:ed02:253::15 + +optimus IN A 151.216.253.17 +mse IN A 151.216.253.18 +bigbrother IN A 151.216.253.19 +avinor IN A 151.216.253.21 +drittiscsi IN A 151.216.253.24 +ipics IN A 151.216.253.25 +kuken IN A 151.216.253.26 +vcenter IN A 151.216.253.27 +kack IN A 151.216.253.28 +kandunas IN A 151.216.253.29 +esexi2 IN A 151.216.253.30 +nexusnocgwgw IN A 151.216.253.253 +nocnexus IN A 151.216.253.254 + + + +; Services +hack IN A 151.216.233.74 +hack IN AAAA 2a02:ed02:233:0:dcbe:a9ff:fe88:7aba +nms IN CNAME frank +nms-public IN CNAME frank +munin IN CNAME frank +webcam IN CNAME pannekake.samfundet.no. +cubemap IN A 151.216.253.5 ; magenta + IN AAAA 2a02:ed02:253::5 + IN A 151.216.253.6 ; columbia + IN AAAA 2a02:ed02:253::6 +stream IN CNAME riffraff +smtp IN CNAME janet +stats IN CNAME riffraff +weathermap IN CNAME riffraff + diff --git a/examples/bind/slave/.gitignore b/examples/bind/slave/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/examples/bind/slave/.gitignore diff --git a/examples/bind/slave/conf-slave/apekatt.conf b/examples/bind/slave/conf-slave/apekatt.conf new file mode 100644 index 0000000..4c3ac6b --- /dev/null +++ b/examples/bind/slave/conf-slave/apekatt.conf @@ -0,0 +1,7 @@ +zone "apekatt.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/apekatt.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/apenett00.conf b/examples/bind/slave/conf-slave/apenett00.conf new file mode 100644 index 0000000..82cb41a --- /dev/null +++ b/examples/bind/slave/conf-slave/apenett00.conf @@ -0,0 +1,7 @@ +zone "apenett00.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/apenett00.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/apenett01.conf b/examples/bind/slave/conf-slave/apenett01.conf new file mode 100644 index 0000000..7eeaeae --- /dev/null +++ b/examples/bind/slave/conf-slave/apenett01.conf @@ -0,0 +1,7 @@ +zone "apenett01.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/apenett01.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/apenett02.conf b/examples/bind/slave/conf-slave/apenett02.conf new file mode 100644 index 0000000..4f0e929 --- /dev/null +++ b/examples/bind/slave/conf-slave/apenett02.conf @@ -0,0 +1,7 @@ +zone "apenett02.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/apenett02.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/apenett03.conf b/examples/bind/slave/conf-slave/apenett03.conf new file mode 100644 index 0000000..b9c3e0a --- /dev/null +++ b/examples/bind/slave/conf-slave/apenett03.conf @@ -0,0 +1,7 @@ +zone "apenett03.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/apenett03.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/apenett04.conf b/examples/bind/slave/conf-slave/apenett04.conf new file mode 100644 index 0000000..7a9076d --- /dev/null +++ b/examples/bind/slave/conf-slave/apenett04.conf @@ -0,0 +1,7 @@ +zone "apenett04.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/apenett04.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/apenett05.conf b/examples/bind/slave/conf-slave/apenett05.conf new file mode 100644 index 0000000..4fb4a88 --- /dev/null +++ b/examples/bind/slave/conf-slave/apenett05.conf @@ -0,0 +1,7 @@ +zone "apenett05.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/apenett05.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/apenett06.conf b/examples/bind/slave/conf-slave/apenett06.conf new file mode 100644 index 0000000..bffc70a --- /dev/null +++ b/examples/bind/slave/conf-slave/apenett06.conf @@ -0,0 +1,7 @@ +zone "apenett06.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/apenett06.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/bonus.conf b/examples/bind/slave/conf-slave/bonus.conf new file mode 100644 index 0000000..1c693e7 --- /dev/null +++ b/examples/bind/slave/conf-slave/bonus.conf @@ -0,0 +1,7 @@ +zone "bonus.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/bonus.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/bonus1.conf b/examples/bind/slave/conf-slave/bonus1.conf new file mode 100644 index 0000000..ef6c143 --- /dev/null +++ b/examples/bind/slave/conf-slave/bonus1.conf @@ -0,0 +1,7 @@ +zone "bonus1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/bonus1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/bonus2.conf b/examples/bind/slave/conf-slave/bonus2.conf new file mode 100644 index 0000000..88c56c8 --- /dev/null +++ b/examples/bind/slave/conf-slave/bonus2.conf @@ -0,0 +1,7 @@ +zone "bonus2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/bonus2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/bordell.conf b/examples/bind/slave/conf-slave/bordell.conf new file mode 100644 index 0000000..6dcb95a --- /dev/null +++ b/examples/bind/slave/conf-slave/bordell.conf @@ -0,0 +1,7 @@ +zone "bordell.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/bordell.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/clientcam.conf b/examples/bind/slave/conf-slave/clientcam.conf new file mode 100644 index 0000000..2b17e1b --- /dev/null +++ b/examples/bind/slave/conf-slave/clientcam.conf @@ -0,0 +1,7 @@ +zone "clientcam.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/clientcam.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative1-1.conf b/examples/bind/slave/conf-slave/creative1-1.conf new file mode 100644 index 0000000..46c42a8 --- /dev/null +++ b/examples/bind/slave/conf-slave/creative1-1.conf @@ -0,0 +1,7 @@ +zone "creative1-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative1-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative2-1.conf b/examples/bind/slave/conf-slave/creative2-1.conf new file mode 100644 index 0000000..2daba76 --- /dev/null +++ b/examples/bind/slave/conf-slave/creative2-1.conf @@ -0,0 +1,7 @@ +zone "creative2-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative2-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative3-1.conf b/examples/bind/slave/conf-slave/creative3-1.conf new file mode 100644 index 0000000..7fb95ff --- /dev/null +++ b/examples/bind/slave/conf-slave/creative3-1.conf @@ -0,0 +1,7 @@ +zone "creative3-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative3-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative4-1.conf b/examples/bind/slave/conf-slave/creative4-1.conf new file mode 100644 index 0000000..5e58fbb --- /dev/null +++ b/examples/bind/slave/conf-slave/creative4-1.conf @@ -0,0 +1,7 @@ +zone "creative4-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative4-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative4-2.conf b/examples/bind/slave/conf-slave/creative4-2.conf new file mode 100644 index 0000000..82f8aff --- /dev/null +++ b/examples/bind/slave/conf-slave/creative4-2.conf @@ -0,0 +1,7 @@ +zone "creative4-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative4-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative5-1.conf b/examples/bind/slave/conf-slave/creative5-1.conf new file mode 100644 index 0000000..4c57184 --- /dev/null +++ b/examples/bind/slave/conf-slave/creative5-1.conf @@ -0,0 +1,7 @@ +zone "creative5-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative5-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative5-2.conf b/examples/bind/slave/conf-slave/creative5-2.conf new file mode 100644 index 0000000..3bc148f --- /dev/null +++ b/examples/bind/slave/conf-slave/creative5-2.conf @@ -0,0 +1,7 @@ +zone "creative5-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative5-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative6-1.conf b/examples/bind/slave/conf-slave/creative6-1.conf new file mode 100644 index 0000000..96223bc --- /dev/null +++ b/examples/bind/slave/conf-slave/creative6-1.conf @@ -0,0 +1,7 @@ +zone "creative6-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative6-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative6-2.conf b/examples/bind/slave/conf-slave/creative6-2.conf new file mode 100644 index 0000000..4f16a7d --- /dev/null +++ b/examples/bind/slave/conf-slave/creative6-2.conf @@ -0,0 +1,7 @@ +zone "creative6-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative6-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative7-1.conf b/examples/bind/slave/conf-slave/creative7-1.conf new file mode 100644 index 0000000..613de1f --- /dev/null +++ b/examples/bind/slave/conf-slave/creative7-1.conf @@ -0,0 +1,7 @@ +zone "creative7-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative7-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative7-2.conf b/examples/bind/slave/conf-slave/creative7-2.conf new file mode 100644 index 0000000..abd26cf --- /dev/null +++ b/examples/bind/slave/conf-slave/creative7-2.conf @@ -0,0 +1,7 @@ +zone "creative7-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative7-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative8-1.conf b/examples/bind/slave/conf-slave/creative8-1.conf new file mode 100644 index 0000000..997b754 --- /dev/null +++ b/examples/bind/slave/conf-slave/creative8-1.conf @@ -0,0 +1,7 @@ +zone "creative8-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative8-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative8-2.conf b/examples/bind/slave/conf-slave/creative8-2.conf new file mode 100644 index 0000000..46e40e1 --- /dev/null +++ b/examples/bind/slave/conf-slave/creative8-2.conf @@ -0,0 +1,7 @@ +zone "creative8-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative8-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/crew1-1.conf b/examples/bind/slave/conf-slave/crew1-1.conf new file mode 100644 index 0000000..25fd955 --- /dev/null +++ b/examples/bind/slave/conf-slave/crew1-1.conf @@ -0,0 +1,7 @@ +zone "crew1-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/crew1-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/crew2-1.conf b/examples/bind/slave/conf-slave/crew2-1.conf new file mode 100644 index 0000000..b3df70d --- /dev/null +++ b/examples/bind/slave/conf-slave/crew2-1.conf @@ -0,0 +1,7 @@ +zone "crew2-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/crew2-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/crew2-2.conf b/examples/bind/slave/conf-slave/crew2-2.conf new file mode 100644 index 0000000..35d2db1 --- /dev/null +++ b/examples/bind/slave/conf-slave/crew2-2.conf @@ -0,0 +1,7 @@ +zone "crew2-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/crew2-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/crew3-1.conf b/examples/bind/slave/conf-slave/crew3-1.conf new file mode 100644 index 0000000..acfc4b5 --- /dev/null +++ b/examples/bind/slave/conf-slave/crew3-1.conf @@ -0,0 +1,7 @@ +zone "crew3-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/crew3-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/crew3-2.conf b/examples/bind/slave/conf-slave/crew3-2.conf new file mode 100644 index 0000000..0c22859 --- /dev/null +++ b/examples/bind/slave/conf-slave/crew3-2.conf @@ -0,0 +1,7 @@ +zone "crew3-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/crew3-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/crew4-1.conf b/examples/bind/slave/conf-slave/crew4-1.conf new file mode 100644 index 0000000..0d3019a --- /dev/null +++ b/examples/bind/slave/conf-slave/crew4-1.conf @@ -0,0 +1,7 @@ +zone "crew4-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/crew4-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/crew4-2.conf b/examples/bind/slave/conf-slave/crew4-2.conf new file mode 100644 index 0000000..d6c9f1a --- /dev/null +++ b/examples/bind/slave/conf-slave/crew4-2.conf @@ -0,0 +1,7 @@ +zone "crew4-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/crew4-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e1-3.conf b/examples/bind/slave/conf-slave/e1-3.conf new file mode 100644 index 0000000..3a373ad --- /dev/null +++ b/examples/bind/slave/conf-slave/e1-3.conf @@ -0,0 +1,7 @@ +zone "e1-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e1-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e1-4.conf b/examples/bind/slave/conf-slave/e1-4.conf new file mode 100644 index 0000000..03fd497 --- /dev/null +++ b/examples/bind/slave/conf-slave/e1-4.conf @@ -0,0 +1,7 @@ +zone "e1-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e1-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e11-1.conf b/examples/bind/slave/conf-slave/e11-1.conf new file mode 100644 index 0000000..7708423 --- /dev/null +++ b/examples/bind/slave/conf-slave/e11-1.conf @@ -0,0 +1,7 @@ +zone "e11-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e11-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e11-2.conf b/examples/bind/slave/conf-slave/e11-2.conf new file mode 100644 index 0000000..958dc23 --- /dev/null +++ b/examples/bind/slave/conf-slave/e11-2.conf @@ -0,0 +1,7 @@ +zone "e11-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e11-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e11-3.conf b/examples/bind/slave/conf-slave/e11-3.conf new file mode 100644 index 0000000..17c9def --- /dev/null +++ b/examples/bind/slave/conf-slave/e11-3.conf @@ -0,0 +1,7 @@ +zone "e11-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e11-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e11-4.conf b/examples/bind/slave/conf-slave/e11-4.conf new file mode 100644 index 0000000..b29f80d --- /dev/null +++ b/examples/bind/slave/conf-slave/e11-4.conf @@ -0,0 +1,7 @@ +zone "e11-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e11-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e13-1.conf b/examples/bind/slave/conf-slave/e13-1.conf new file mode 100644 index 0000000..9bd0361 --- /dev/null +++ b/examples/bind/slave/conf-slave/e13-1.conf @@ -0,0 +1,7 @@ +zone "e13-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e13-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e13-2.conf b/examples/bind/slave/conf-slave/e13-2.conf new file mode 100644 index 0000000..b4fc16d --- /dev/null +++ b/examples/bind/slave/conf-slave/e13-2.conf @@ -0,0 +1,7 @@ +zone "e13-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e13-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e13-3.conf b/examples/bind/slave/conf-slave/e13-3.conf new file mode 100644 index 0000000..17931a2 --- /dev/null +++ b/examples/bind/slave/conf-slave/e13-3.conf @@ -0,0 +1,7 @@ +zone "e13-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e13-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e13-4.conf b/examples/bind/slave/conf-slave/e13-4.conf new file mode 100644 index 0000000..cd92b06 --- /dev/null +++ b/examples/bind/slave/conf-slave/e13-4.conf @@ -0,0 +1,7 @@ +zone "e13-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e13-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e15-1.conf b/examples/bind/slave/conf-slave/e15-1.conf new file mode 100644 index 0000000..a69bcc0 --- /dev/null +++ b/examples/bind/slave/conf-slave/e15-1.conf @@ -0,0 +1,7 @@ +zone "e15-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e15-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e15-2.conf b/examples/bind/slave/conf-slave/e15-2.conf new file mode 100644 index 0000000..359864c --- /dev/null +++ b/examples/bind/slave/conf-slave/e15-2.conf @@ -0,0 +1,7 @@ +zone "e15-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e15-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e15-3.conf b/examples/bind/slave/conf-slave/e15-3.conf new file mode 100644 index 0000000..4edd89f --- /dev/null +++ b/examples/bind/slave/conf-slave/e15-3.conf @@ -0,0 +1,7 @@ +zone "e15-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e15-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e15-4.conf b/examples/bind/slave/conf-slave/e15-4.conf new file mode 100644 index 0000000..eab5f5e --- /dev/null +++ b/examples/bind/slave/conf-slave/e15-4.conf @@ -0,0 +1,7 @@ +zone "e15-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e15-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e17-1.conf b/examples/bind/slave/conf-slave/e17-1.conf new file mode 100644 index 0000000..a729e32 --- /dev/null +++ b/examples/bind/slave/conf-slave/e17-1.conf @@ -0,0 +1,7 @@ +zone "e17-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e17-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e17-2.conf b/examples/bind/slave/conf-slave/e17-2.conf new file mode 100644 index 0000000..4df6c22 --- /dev/null +++ b/examples/bind/slave/conf-slave/e17-2.conf @@ -0,0 +1,7 @@ +zone "e17-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e17-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e17-3.conf b/examples/bind/slave/conf-slave/e17-3.conf new file mode 100644 index 0000000..9c7738a --- /dev/null +++ b/examples/bind/slave/conf-slave/e17-3.conf @@ -0,0 +1,7 @@ +zone "e17-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e17-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e17-4.conf b/examples/bind/slave/conf-slave/e17-4.conf new file mode 100644 index 0000000..660abba --- /dev/null +++ b/examples/bind/slave/conf-slave/e17-4.conf @@ -0,0 +1,7 @@ +zone "e17-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e17-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e19-1.conf b/examples/bind/slave/conf-slave/e19-1.conf new file mode 100644 index 0000000..9a107a6 --- /dev/null +++ b/examples/bind/slave/conf-slave/e19-1.conf @@ -0,0 +1,7 @@ +zone "e19-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e19-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e19-2.conf b/examples/bind/slave/conf-slave/e19-2.conf new file mode 100644 index 0000000..6849fbb --- /dev/null +++ b/examples/bind/slave/conf-slave/e19-2.conf @@ -0,0 +1,7 @@ +zone "e19-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e19-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e19-3.conf b/examples/bind/slave/conf-slave/e19-3.conf new file mode 100644 index 0000000..bcf514d --- /dev/null +++ b/examples/bind/slave/conf-slave/e19-3.conf @@ -0,0 +1,7 @@ +zone "e19-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e19-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e19-4.conf b/examples/bind/slave/conf-slave/e19-4.conf new file mode 100644 index 0000000..dda9cb7 --- /dev/null +++ b/examples/bind/slave/conf-slave/e19-4.conf @@ -0,0 +1,7 @@ +zone "e19-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e19-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e21-1.conf b/examples/bind/slave/conf-slave/e21-1.conf new file mode 100644 index 0000000..af499de --- /dev/null +++ b/examples/bind/slave/conf-slave/e21-1.conf @@ -0,0 +1,7 @@ +zone "e21-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e21-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e21-2.conf b/examples/bind/slave/conf-slave/e21-2.conf new file mode 100644 index 0000000..33b09b0 --- /dev/null +++ b/examples/bind/slave/conf-slave/e21-2.conf @@ -0,0 +1,7 @@ +zone "e21-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e21-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e21-3.conf b/examples/bind/slave/conf-slave/e21-3.conf new file mode 100644 index 0000000..4b368a3 --- /dev/null +++ b/examples/bind/slave/conf-slave/e21-3.conf @@ -0,0 +1,7 @@ +zone "e21-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e21-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e21-4.conf b/examples/bind/slave/conf-slave/e21-4.conf new file mode 100644 index 0000000..3d57fd6 --- /dev/null +++ b/examples/bind/slave/conf-slave/e21-4.conf @@ -0,0 +1,7 @@ +zone "e21-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e21-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e23-1.conf b/examples/bind/slave/conf-slave/e23-1.conf new file mode 100644 index 0000000..57a0549 --- /dev/null +++ b/examples/bind/slave/conf-slave/e23-1.conf @@ -0,0 +1,7 @@ +zone "e23-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e23-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e23-2.conf b/examples/bind/slave/conf-slave/e23-2.conf new file mode 100644 index 0000000..f373b76 --- /dev/null +++ b/examples/bind/slave/conf-slave/e23-2.conf @@ -0,0 +1,7 @@ +zone "e23-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e23-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e23-3.conf b/examples/bind/slave/conf-slave/e23-3.conf new file mode 100644 index 0000000..f5a09cd --- /dev/null +++ b/examples/bind/slave/conf-slave/e23-3.conf @@ -0,0 +1,7 @@ +zone "e23-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e23-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e23-4.conf b/examples/bind/slave/conf-slave/e23-4.conf new file mode 100644 index 0000000..bfc7fc7 --- /dev/null +++ b/examples/bind/slave/conf-slave/e23-4.conf @@ -0,0 +1,7 @@ +zone "e23-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e23-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e25-1.conf b/examples/bind/slave/conf-slave/e25-1.conf new file mode 100644 index 0000000..b9c4436 --- /dev/null +++ b/examples/bind/slave/conf-slave/e25-1.conf @@ -0,0 +1,7 @@ +zone "e25-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e25-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e25-2.conf b/examples/bind/slave/conf-slave/e25-2.conf new file mode 100644 index 0000000..40b2f75 --- /dev/null +++ b/examples/bind/slave/conf-slave/e25-2.conf @@ -0,0 +1,7 @@ +zone "e25-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e25-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e25-3.conf b/examples/bind/slave/conf-slave/e25-3.conf new file mode 100644 index 0000000..65f2533 --- /dev/null +++ b/examples/bind/slave/conf-slave/e25-3.conf @@ -0,0 +1,7 @@ +zone "e25-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e25-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e25-4.conf b/examples/bind/slave/conf-slave/e25-4.conf new file mode 100644 index 0000000..2fe5e12 --- /dev/null +++ b/examples/bind/slave/conf-slave/e25-4.conf @@ -0,0 +1,7 @@ +zone "e25-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e25-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e27-1.conf b/examples/bind/slave/conf-slave/e27-1.conf new file mode 100644 index 0000000..3819997 --- /dev/null +++ b/examples/bind/slave/conf-slave/e27-1.conf @@ -0,0 +1,7 @@ +zone "e27-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e27-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e27-2.conf b/examples/bind/slave/conf-slave/e27-2.conf new file mode 100644 index 0000000..015344e --- /dev/null +++ b/examples/bind/slave/conf-slave/e27-2.conf @@ -0,0 +1,7 @@ +zone "e27-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e27-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e29-1.conf b/examples/bind/slave/conf-slave/e29-1.conf new file mode 100644 index 0000000..fe87e3c --- /dev/null +++ b/examples/bind/slave/conf-slave/e29-1.conf @@ -0,0 +1,7 @@ +zone "e29-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e29-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e29-2.conf b/examples/bind/slave/conf-slave/e29-2.conf new file mode 100644 index 0000000..8c90834 --- /dev/null +++ b/examples/bind/slave/conf-slave/e29-2.conf @@ -0,0 +1,7 @@ +zone "e29-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e29-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e3-3.conf b/examples/bind/slave/conf-slave/e3-3.conf new file mode 100644 index 0000000..743521c --- /dev/null +++ b/examples/bind/slave/conf-slave/e3-3.conf @@ -0,0 +1,7 @@ +zone "e3-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e3-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e3-4.conf b/examples/bind/slave/conf-slave/e3-4.conf new file mode 100644 index 0000000..dd078d8 --- /dev/null +++ b/examples/bind/slave/conf-slave/e3-4.conf @@ -0,0 +1,7 @@ +zone "e3-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e3-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e31-1.conf b/examples/bind/slave/conf-slave/e31-1.conf new file mode 100644 index 0000000..50c1410 --- /dev/null +++ b/examples/bind/slave/conf-slave/e31-1.conf @@ -0,0 +1,7 @@ +zone "e31-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e31-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e31-2.conf b/examples/bind/slave/conf-slave/e31-2.conf new file mode 100644 index 0000000..133624b --- /dev/null +++ b/examples/bind/slave/conf-slave/e31-2.conf @@ -0,0 +1,7 @@ +zone "e31-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e31-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e33-1.conf b/examples/bind/slave/conf-slave/e33-1.conf new file mode 100644 index 0000000..774bb3e --- /dev/null +++ b/examples/bind/slave/conf-slave/e33-1.conf @@ -0,0 +1,7 @@ +zone "e33-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e33-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e33-2.conf b/examples/bind/slave/conf-slave/e33-2.conf new file mode 100644 index 0000000..495453e --- /dev/null +++ b/examples/bind/slave/conf-slave/e33-2.conf @@ -0,0 +1,7 @@ +zone "e33-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e33-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e35-1.conf b/examples/bind/slave/conf-slave/e35-1.conf new file mode 100644 index 0000000..8be7e8c --- /dev/null +++ b/examples/bind/slave/conf-slave/e35-1.conf @@ -0,0 +1,7 @@ +zone "e35-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e35-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e35-2.conf b/examples/bind/slave/conf-slave/e35-2.conf new file mode 100644 index 0000000..a5fa57c --- /dev/null +++ b/examples/bind/slave/conf-slave/e35-2.conf @@ -0,0 +1,7 @@ +zone "e35-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e35-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e37-1.conf b/examples/bind/slave/conf-slave/e37-1.conf new file mode 100644 index 0000000..bd5f237 --- /dev/null +++ b/examples/bind/slave/conf-slave/e37-1.conf @@ -0,0 +1,7 @@ +zone "e37-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e37-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e37-2.conf b/examples/bind/slave/conf-slave/e37-2.conf new file mode 100644 index 0000000..76a92fd --- /dev/null +++ b/examples/bind/slave/conf-slave/e37-2.conf @@ -0,0 +1,7 @@ +zone "e37-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e37-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e39-1.conf b/examples/bind/slave/conf-slave/e39-1.conf new file mode 100644 index 0000000..8af9b13 --- /dev/null +++ b/examples/bind/slave/conf-slave/e39-1.conf @@ -0,0 +1,7 @@ +zone "e39-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e39-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e39-2.conf b/examples/bind/slave/conf-slave/e39-2.conf new file mode 100644 index 0000000..a5cf4a4 --- /dev/null +++ b/examples/bind/slave/conf-slave/e39-2.conf @@ -0,0 +1,7 @@ +zone "e39-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e39-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e41-1.conf b/examples/bind/slave/conf-slave/e41-1.conf new file mode 100644 index 0000000..f42f509 --- /dev/null +++ b/examples/bind/slave/conf-slave/e41-1.conf @@ -0,0 +1,7 @@ +zone "e41-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e41-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e41-2.conf b/examples/bind/slave/conf-slave/e41-2.conf new file mode 100644 index 0000000..c3bdbe9 --- /dev/null +++ b/examples/bind/slave/conf-slave/e41-2.conf @@ -0,0 +1,7 @@ +zone "e41-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e41-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e43-1.conf b/examples/bind/slave/conf-slave/e43-1.conf new file mode 100644 index 0000000..6556b13 --- /dev/null +++ b/examples/bind/slave/conf-slave/e43-1.conf @@ -0,0 +1,7 @@ +zone "e43-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e43-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e43-2.conf b/examples/bind/slave/conf-slave/e43-2.conf new file mode 100644 index 0000000..bb1459f --- /dev/null +++ b/examples/bind/slave/conf-slave/e43-2.conf @@ -0,0 +1,7 @@ +zone "e43-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e43-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e43-3.conf b/examples/bind/slave/conf-slave/e43-3.conf new file mode 100644 index 0000000..50876b5 --- /dev/null +++ b/examples/bind/slave/conf-slave/e43-3.conf @@ -0,0 +1,7 @@ +zone "e43-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e43-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e43-4.conf b/examples/bind/slave/conf-slave/e43-4.conf new file mode 100644 index 0000000..58c2c46 --- /dev/null +++ b/examples/bind/slave/conf-slave/e43-4.conf @@ -0,0 +1,7 @@ +zone "e43-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e43-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e45-1.conf b/examples/bind/slave/conf-slave/e45-1.conf new file mode 100644 index 0000000..6a5a2ec --- /dev/null +++ b/examples/bind/slave/conf-slave/e45-1.conf @@ -0,0 +1,7 @@ +zone "e45-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e45-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e45-2.conf b/examples/bind/slave/conf-slave/e45-2.conf new file mode 100644 index 0000000..3a1fa66 --- /dev/null +++ b/examples/bind/slave/conf-slave/e45-2.conf @@ -0,0 +1,7 @@ +zone "e45-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e45-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e45-3.conf b/examples/bind/slave/conf-slave/e45-3.conf new file mode 100644 index 0000000..83ca825 --- /dev/null +++ b/examples/bind/slave/conf-slave/e45-3.conf @@ -0,0 +1,7 @@ +zone "e45-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e45-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e45-4.conf b/examples/bind/slave/conf-slave/e45-4.conf new file mode 100644 index 0000000..5d74a9f --- /dev/null +++ b/examples/bind/slave/conf-slave/e45-4.conf @@ -0,0 +1,7 @@ +zone "e45-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e45-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e47-1.conf b/examples/bind/slave/conf-slave/e47-1.conf new file mode 100644 index 0000000..fffc346 --- /dev/null +++ b/examples/bind/slave/conf-slave/e47-1.conf @@ -0,0 +1,7 @@ +zone "e47-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e47-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e47-2.conf b/examples/bind/slave/conf-slave/e47-2.conf new file mode 100644 index 0000000..03ef406 --- /dev/null +++ b/examples/bind/slave/conf-slave/e47-2.conf @@ -0,0 +1,7 @@ +zone "e47-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e47-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e47-3.conf b/examples/bind/slave/conf-slave/e47-3.conf new file mode 100644 index 0000000..ccbcec1 --- /dev/null +++ b/examples/bind/slave/conf-slave/e47-3.conf @@ -0,0 +1,7 @@ +zone "e47-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e47-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e47-4.conf b/examples/bind/slave/conf-slave/e47-4.conf new file mode 100644 index 0000000..d269231 --- /dev/null +++ b/examples/bind/slave/conf-slave/e47-4.conf @@ -0,0 +1,7 @@ +zone "e47-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e47-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e49-1.conf b/examples/bind/slave/conf-slave/e49-1.conf new file mode 100644 index 0000000..a70c567 --- /dev/null +++ b/examples/bind/slave/conf-slave/e49-1.conf @@ -0,0 +1,7 @@ +zone "e49-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e49-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e49-2.conf b/examples/bind/slave/conf-slave/e49-2.conf new file mode 100644 index 0000000..dfcc4cb --- /dev/null +++ b/examples/bind/slave/conf-slave/e49-2.conf @@ -0,0 +1,7 @@ +zone "e49-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e49-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e49-3.conf b/examples/bind/slave/conf-slave/e49-3.conf new file mode 100644 index 0000000..8292656 --- /dev/null +++ b/examples/bind/slave/conf-slave/e49-3.conf @@ -0,0 +1,7 @@ +zone "e49-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e49-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e49-4.conf b/examples/bind/slave/conf-slave/e49-4.conf new file mode 100644 index 0000000..ca20c7e --- /dev/null +++ b/examples/bind/slave/conf-slave/e49-4.conf @@ -0,0 +1,7 @@ +zone "e49-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e49-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e5-3.conf b/examples/bind/slave/conf-slave/e5-3.conf new file mode 100644 index 0000000..2d19a0f --- /dev/null +++ b/examples/bind/slave/conf-slave/e5-3.conf @@ -0,0 +1,7 @@ +zone "e5-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e5-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e5-4.conf b/examples/bind/slave/conf-slave/e5-4.conf new file mode 100644 index 0000000..a60292f --- /dev/null +++ b/examples/bind/slave/conf-slave/e5-4.conf @@ -0,0 +1,7 @@ +zone "e5-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e5-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e51-1.conf b/examples/bind/slave/conf-slave/e51-1.conf new file mode 100644 index 0000000..8a51a23 --- /dev/null +++ b/examples/bind/slave/conf-slave/e51-1.conf @@ -0,0 +1,7 @@ +zone "e51-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e51-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e51-2.conf b/examples/bind/slave/conf-slave/e51-2.conf new file mode 100644 index 0000000..9f05142 --- /dev/null +++ b/examples/bind/slave/conf-slave/e51-2.conf @@ -0,0 +1,7 @@ +zone "e51-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e51-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e51-3.conf b/examples/bind/slave/conf-slave/e51-3.conf new file mode 100644 index 0000000..5edea20 --- /dev/null +++ b/examples/bind/slave/conf-slave/e51-3.conf @@ -0,0 +1,7 @@ +zone "e51-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e51-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e51-4.conf b/examples/bind/slave/conf-slave/e51-4.conf new file mode 100644 index 0000000..8f035fb --- /dev/null +++ b/examples/bind/slave/conf-slave/e51-4.conf @@ -0,0 +1,7 @@ +zone "e51-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e51-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e53-1.conf b/examples/bind/slave/conf-slave/e53-1.conf new file mode 100644 index 0000000..ca3c140 --- /dev/null +++ b/examples/bind/slave/conf-slave/e53-1.conf @@ -0,0 +1,7 @@ +zone "e53-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e53-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e53-2.conf b/examples/bind/slave/conf-slave/e53-2.conf new file mode 100644 index 0000000..062b5a8 --- /dev/null +++ b/examples/bind/slave/conf-slave/e53-2.conf @@ -0,0 +1,7 @@ +zone "e53-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e53-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e53-3.conf b/examples/bind/slave/conf-slave/e53-3.conf new file mode 100644 index 0000000..07af42e --- /dev/null +++ b/examples/bind/slave/conf-slave/e53-3.conf @@ -0,0 +1,7 @@ +zone "e53-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e53-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e53-4.conf b/examples/bind/slave/conf-slave/e53-4.conf new file mode 100644 index 0000000..6d5ac32 --- /dev/null +++ b/examples/bind/slave/conf-slave/e53-4.conf @@ -0,0 +1,7 @@ +zone "e53-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e53-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e55-1.conf b/examples/bind/slave/conf-slave/e55-1.conf new file mode 100644 index 0000000..8ecdcc9 --- /dev/null +++ b/examples/bind/slave/conf-slave/e55-1.conf @@ -0,0 +1,7 @@ +zone "e55-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e55-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e55-2.conf b/examples/bind/slave/conf-slave/e55-2.conf new file mode 100644 index 0000000..5e7fcca --- /dev/null +++ b/examples/bind/slave/conf-slave/e55-2.conf @@ -0,0 +1,7 @@ +zone "e55-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e55-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e55-3.conf b/examples/bind/slave/conf-slave/e55-3.conf new file mode 100644 index 0000000..ecedba5 --- /dev/null +++ b/examples/bind/slave/conf-slave/e55-3.conf @@ -0,0 +1,7 @@ +zone "e55-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e55-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e55-4.conf b/examples/bind/slave/conf-slave/e55-4.conf new file mode 100644 index 0000000..bf8028f --- /dev/null +++ b/examples/bind/slave/conf-slave/e55-4.conf @@ -0,0 +1,7 @@ +zone "e55-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e55-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e57-1.conf b/examples/bind/slave/conf-slave/e57-1.conf new file mode 100644 index 0000000..7255b6f --- /dev/null +++ b/examples/bind/slave/conf-slave/e57-1.conf @@ -0,0 +1,7 @@ +zone "e57-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e57-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e57-2.conf b/examples/bind/slave/conf-slave/e57-2.conf new file mode 100644 index 0000000..f324a7f --- /dev/null +++ b/examples/bind/slave/conf-slave/e57-2.conf @@ -0,0 +1,7 @@ +zone "e57-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e57-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e57-3.conf b/examples/bind/slave/conf-slave/e57-3.conf new file mode 100644 index 0000000..1860f4c --- /dev/null +++ b/examples/bind/slave/conf-slave/e57-3.conf @@ -0,0 +1,7 @@ +zone "e57-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e57-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e57-4.conf b/examples/bind/slave/conf-slave/e57-4.conf new file mode 100644 index 0000000..5f951c8 --- /dev/null +++ b/examples/bind/slave/conf-slave/e57-4.conf @@ -0,0 +1,7 @@ +zone "e57-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e57-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e59-1.conf b/examples/bind/slave/conf-slave/e59-1.conf new file mode 100644 index 0000000..93aa112 --- /dev/null +++ b/examples/bind/slave/conf-slave/e59-1.conf @@ -0,0 +1,7 @@ +zone "e59-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e59-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e59-2.conf b/examples/bind/slave/conf-slave/e59-2.conf new file mode 100644 index 0000000..d07e946 --- /dev/null +++ b/examples/bind/slave/conf-slave/e59-2.conf @@ -0,0 +1,7 @@ +zone "e59-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e59-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e59-3.conf b/examples/bind/slave/conf-slave/e59-3.conf new file mode 100644 index 0000000..a952c03 --- /dev/null +++ b/examples/bind/slave/conf-slave/e59-3.conf @@ -0,0 +1,7 @@ +zone "e59-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e59-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e59-4.conf b/examples/bind/slave/conf-slave/e59-4.conf new file mode 100644 index 0000000..d9a4d15 --- /dev/null +++ b/examples/bind/slave/conf-slave/e59-4.conf @@ -0,0 +1,7 @@ +zone "e59-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e59-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e61-1.conf b/examples/bind/slave/conf-slave/e61-1.conf new file mode 100644 index 0000000..7046895 --- /dev/null +++ b/examples/bind/slave/conf-slave/e61-1.conf @@ -0,0 +1,7 @@ +zone "e61-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e61-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e61-2.conf b/examples/bind/slave/conf-slave/e61-2.conf new file mode 100644 index 0000000..bc36906 --- /dev/null +++ b/examples/bind/slave/conf-slave/e61-2.conf @@ -0,0 +1,7 @@ +zone "e61-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e61-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e61-3.conf b/examples/bind/slave/conf-slave/e61-3.conf new file mode 100644 index 0000000..8e4e700 --- /dev/null +++ b/examples/bind/slave/conf-slave/e61-3.conf @@ -0,0 +1,7 @@ +zone "e61-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e61-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e61-4.conf b/examples/bind/slave/conf-slave/e61-4.conf new file mode 100644 index 0000000..4048436 --- /dev/null +++ b/examples/bind/slave/conf-slave/e61-4.conf @@ -0,0 +1,7 @@ +zone "e61-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e61-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e63-1.conf b/examples/bind/slave/conf-slave/e63-1.conf new file mode 100644 index 0000000..61a2252 --- /dev/null +++ b/examples/bind/slave/conf-slave/e63-1.conf @@ -0,0 +1,7 @@ +zone "e63-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e63-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e63-2.conf b/examples/bind/slave/conf-slave/e63-2.conf new file mode 100644 index 0000000..f891572 --- /dev/null +++ b/examples/bind/slave/conf-slave/e63-2.conf @@ -0,0 +1,7 @@ +zone "e63-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e63-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e63-3.conf b/examples/bind/slave/conf-slave/e63-3.conf new file mode 100644 index 0000000..4a262b8 --- /dev/null +++ b/examples/bind/slave/conf-slave/e63-3.conf @@ -0,0 +1,7 @@ +zone "e63-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e63-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e63-4.conf b/examples/bind/slave/conf-slave/e63-4.conf new file mode 100644 index 0000000..c3d0e66 --- /dev/null +++ b/examples/bind/slave/conf-slave/e63-4.conf @@ -0,0 +1,7 @@ +zone "e63-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e63-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e65-1.conf b/examples/bind/slave/conf-slave/e65-1.conf new file mode 100644 index 0000000..4bd9899 --- /dev/null +++ b/examples/bind/slave/conf-slave/e65-1.conf @@ -0,0 +1,7 @@ +zone "e65-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e65-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e65-2.conf b/examples/bind/slave/conf-slave/e65-2.conf new file mode 100644 index 0000000..399c825 --- /dev/null +++ b/examples/bind/slave/conf-slave/e65-2.conf @@ -0,0 +1,7 @@ +zone "e65-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e65-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e65-3.conf b/examples/bind/slave/conf-slave/e65-3.conf new file mode 100644 index 0000000..c0852ba --- /dev/null +++ b/examples/bind/slave/conf-slave/e65-3.conf @@ -0,0 +1,7 @@ +zone "e65-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e65-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e65-4.conf b/examples/bind/slave/conf-slave/e65-4.conf new file mode 100644 index 0000000..4cc2523 --- /dev/null +++ b/examples/bind/slave/conf-slave/e65-4.conf @@ -0,0 +1,7 @@ +zone "e65-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e65-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e67-1.conf b/examples/bind/slave/conf-slave/e67-1.conf new file mode 100644 index 0000000..51328c7 --- /dev/null +++ b/examples/bind/slave/conf-slave/e67-1.conf @@ -0,0 +1,7 @@ +zone "e67-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e67-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e67-2.conf b/examples/bind/slave/conf-slave/e67-2.conf new file mode 100644 index 0000000..765aade --- /dev/null +++ b/examples/bind/slave/conf-slave/e67-2.conf @@ -0,0 +1,7 @@ +zone "e67-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e67-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e67-3.conf b/examples/bind/slave/conf-slave/e67-3.conf new file mode 100644 index 0000000..416e206 --- /dev/null +++ b/examples/bind/slave/conf-slave/e67-3.conf @@ -0,0 +1,7 @@ +zone "e67-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e67-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e67-4.conf b/examples/bind/slave/conf-slave/e67-4.conf new file mode 100644 index 0000000..1362a16 --- /dev/null +++ b/examples/bind/slave/conf-slave/e67-4.conf @@ -0,0 +1,7 @@ +zone "e67-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e67-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e69-1.conf b/examples/bind/slave/conf-slave/e69-1.conf new file mode 100644 index 0000000..6a182b8 --- /dev/null +++ b/examples/bind/slave/conf-slave/e69-1.conf @@ -0,0 +1,7 @@ +zone "e69-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e69-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e69-2.conf b/examples/bind/slave/conf-slave/e69-2.conf new file mode 100644 index 0000000..7344870 --- /dev/null +++ b/examples/bind/slave/conf-slave/e69-2.conf @@ -0,0 +1,7 @@ +zone "e69-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e69-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e69-3.conf b/examples/bind/slave/conf-slave/e69-3.conf new file mode 100644 index 0000000..81fa922 --- /dev/null +++ b/examples/bind/slave/conf-slave/e69-3.conf @@ -0,0 +1,7 @@ +zone "e69-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e69-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e69-4.conf b/examples/bind/slave/conf-slave/e69-4.conf new file mode 100644 index 0000000..f55c830 --- /dev/null +++ b/examples/bind/slave/conf-slave/e69-4.conf @@ -0,0 +1,7 @@ +zone "e69-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e69-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e7-3.conf b/examples/bind/slave/conf-slave/e7-3.conf new file mode 100644 index 0000000..f8b2d40 --- /dev/null +++ b/examples/bind/slave/conf-slave/e7-3.conf @@ -0,0 +1,7 @@ +zone "e7-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e7-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e7-4.conf b/examples/bind/slave/conf-slave/e7-4.conf new file mode 100644 index 0000000..598ab48 --- /dev/null +++ b/examples/bind/slave/conf-slave/e7-4.conf @@ -0,0 +1,7 @@ +zone "e7-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e7-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e71-1.conf b/examples/bind/slave/conf-slave/e71-1.conf new file mode 100644 index 0000000..b756aba --- /dev/null +++ b/examples/bind/slave/conf-slave/e71-1.conf @@ -0,0 +1,7 @@ +zone "e71-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e71-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e71-2.conf b/examples/bind/slave/conf-slave/e71-2.conf new file mode 100644 index 0000000..d805aae --- /dev/null +++ b/examples/bind/slave/conf-slave/e71-2.conf @@ -0,0 +1,7 @@ +zone "e71-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e71-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e71-3.conf b/examples/bind/slave/conf-slave/e71-3.conf new file mode 100644 index 0000000..ed89a65 --- /dev/null +++ b/examples/bind/slave/conf-slave/e71-3.conf @@ -0,0 +1,7 @@ +zone "e71-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e71-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e71-4.conf b/examples/bind/slave/conf-slave/e71-4.conf new file mode 100644 index 0000000..549816c --- /dev/null +++ b/examples/bind/slave/conf-slave/e71-4.conf @@ -0,0 +1,7 @@ +zone "e71-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e71-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e73-1.conf b/examples/bind/slave/conf-slave/e73-1.conf new file mode 100644 index 0000000..e0904b0 --- /dev/null +++ b/examples/bind/slave/conf-slave/e73-1.conf @@ -0,0 +1,7 @@ +zone "e73-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e73-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e73-2.conf b/examples/bind/slave/conf-slave/e73-2.conf new file mode 100644 index 0000000..2c25646 --- /dev/null +++ b/examples/bind/slave/conf-slave/e73-2.conf @@ -0,0 +1,7 @@ +zone "e73-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e73-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e73-3.conf b/examples/bind/slave/conf-slave/e73-3.conf new file mode 100644 index 0000000..99cad53 --- /dev/null +++ b/examples/bind/slave/conf-slave/e73-3.conf @@ -0,0 +1,7 @@ +zone "e73-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e73-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e73-4.conf b/examples/bind/slave/conf-slave/e73-4.conf new file mode 100644 index 0000000..b1d4e53 --- /dev/null +++ b/examples/bind/slave/conf-slave/e73-4.conf @@ -0,0 +1,7 @@ +zone "e73-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e73-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e75-1.conf b/examples/bind/slave/conf-slave/e75-1.conf new file mode 100644 index 0000000..27b55c9 --- /dev/null +++ b/examples/bind/slave/conf-slave/e75-1.conf @@ -0,0 +1,7 @@ +zone "e75-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e75-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e75-2.conf b/examples/bind/slave/conf-slave/e75-2.conf new file mode 100644 index 0000000..3765e01 --- /dev/null +++ b/examples/bind/slave/conf-slave/e75-2.conf @@ -0,0 +1,7 @@ +zone "e75-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e75-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e75-3.conf b/examples/bind/slave/conf-slave/e75-3.conf new file mode 100644 index 0000000..c5530ef --- /dev/null +++ b/examples/bind/slave/conf-slave/e75-3.conf @@ -0,0 +1,7 @@ +zone "e75-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e75-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e75-4.conf b/examples/bind/slave/conf-slave/e75-4.conf new file mode 100644 index 0000000..9330ae4 --- /dev/null +++ b/examples/bind/slave/conf-slave/e75-4.conf @@ -0,0 +1,7 @@ +zone "e75-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e75-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e77-1.conf b/examples/bind/slave/conf-slave/e77-1.conf new file mode 100644 index 0000000..154e4ee --- /dev/null +++ b/examples/bind/slave/conf-slave/e77-1.conf @@ -0,0 +1,7 @@ +zone "e77-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e77-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e77-2.conf b/examples/bind/slave/conf-slave/e77-2.conf new file mode 100644 index 0000000..c0a0527 --- /dev/null +++ b/examples/bind/slave/conf-slave/e77-2.conf @@ -0,0 +1,7 @@ +zone "e77-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e77-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e77-3.conf b/examples/bind/slave/conf-slave/e77-3.conf new file mode 100644 index 0000000..cd7f4a7 --- /dev/null +++ b/examples/bind/slave/conf-slave/e77-3.conf @@ -0,0 +1,7 @@ +zone "e77-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e77-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e77-4.conf b/examples/bind/slave/conf-slave/e77-4.conf new file mode 100644 index 0000000..14cac32 --- /dev/null +++ b/examples/bind/slave/conf-slave/e77-4.conf @@ -0,0 +1,7 @@ +zone "e77-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e77-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e79-1.conf b/examples/bind/slave/conf-slave/e79-1.conf new file mode 100644 index 0000000..b14e72a --- /dev/null +++ b/examples/bind/slave/conf-slave/e79-1.conf @@ -0,0 +1,7 @@ +zone "e79-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e79-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e79-2.conf b/examples/bind/slave/conf-slave/e79-2.conf new file mode 100644 index 0000000..c1eb84e --- /dev/null +++ b/examples/bind/slave/conf-slave/e79-2.conf @@ -0,0 +1,7 @@ +zone "e79-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e79-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e81-1.conf b/examples/bind/slave/conf-slave/e81-1.conf new file mode 100644 index 0000000..a972eee --- /dev/null +++ b/examples/bind/slave/conf-slave/e81-1.conf @@ -0,0 +1,7 @@ +zone "e81-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e81-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e81-2.conf b/examples/bind/slave/conf-slave/e81-2.conf new file mode 100644 index 0000000..4b69003 --- /dev/null +++ b/examples/bind/slave/conf-slave/e81-2.conf @@ -0,0 +1,7 @@ +zone "e81-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e81-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e9-3.conf b/examples/bind/slave/conf-slave/e9-3.conf new file mode 100644 index 0000000..2fe9890 --- /dev/null +++ b/examples/bind/slave/conf-slave/e9-3.conf @@ -0,0 +1,7 @@ +zone "e9-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e9-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e9-4.conf b/examples/bind/slave/conf-slave/e9-4.conf new file mode 100644 index 0000000..e8f102e --- /dev/null +++ b/examples/bind/slave/conf-slave/e9-4.conf @@ -0,0 +1,7 @@ +zone "e9-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e9-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/event-studio.conf b/examples/bind/slave/conf-slave/event-studio.conf new file mode 100644 index 0000000..d839788 --- /dev/null +++ b/examples/bind/slave/conf-slave/event-studio.conf @@ -0,0 +1,7 @@ +zone "event-studio.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/event-studio.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/flanke.conf b/examples/bind/slave/conf-slave/flanke.conf new file mode 100644 index 0000000..55b883d --- /dev/null +++ b/examples/bind/slave/conf-slave/flanke.conf @@ -0,0 +1,7 @@ +zone "flanke.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/flanke.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/forsvarlig.conf b/examples/bind/slave/conf-slave/forsvarlig.conf new file mode 100644 index 0000000..7ecb36c --- /dev/null +++ b/examples/bind/slave/conf-slave/forsvarlig.conf @@ -0,0 +1,7 @@ +zone "forsvarlig.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/forsvarlig.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/fugleberget1.conf b/examples/bind/slave/conf-slave/fugleberget1.conf new file mode 100644 index 0000000..1951565 --- /dev/null +++ b/examples/bind/slave/conf-slave/fugleberget1.conf @@ -0,0 +1,7 @@ +zone "fugleberget1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/fugleberget1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/fugleberget2.conf b/examples/bind/slave/conf-slave/fugleberget2.conf new file mode 100644 index 0000000..abf1cda --- /dev/null +++ b/examples/bind/slave/conf-slave/fugleberget2.conf @@ -0,0 +1,7 @@ +zone "fugleberget2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/fugleberget2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/gayme.conf b/examples/bind/slave/conf-slave/gayme.conf new file mode 100644 index 0000000..e76cfb7 --- /dev/null +++ b/examples/bind/slave/conf-slave/gayme.conf @@ -0,0 +1,7 @@ +zone "gayme.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/gayme.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/highlights.conf b/examples/bind/slave/conf-slave/highlights.conf new file mode 100644 index 0000000..1fbe772 --- /dev/null +++ b/examples/bind/slave/conf-slave/highlights.conf @@ -0,0 +1,7 @@ +zone "highlights.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/highlights.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/hoa.conf b/examples/bind/slave/conf-slave/hoa.conf new file mode 100644 index 0000000..6693892 --- /dev/null +++ b/examples/bind/slave/conf-slave/hoa.conf @@ -0,0 +1,7 @@ +zone "hoa.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/hoa.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/info-dask.conf b/examples/bind/slave/conf-slave/info-dask.conf new file mode 100644 index 0000000..f97196c --- /dev/null +++ b/examples/bind/slave/conf-slave/info-dask.conf @@ -0,0 +1,7 @@ +zone "info-dask.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/info-dask.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/kompett.conf b/examples/bind/slave/conf-slave/kompett.conf new file mode 100644 index 0000000..6f4ba8a --- /dev/null +++ b/examples/bind/slave/conf-slave/kompett.conf @@ -0,0 +1,7 @@ +zone "kompett.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/kompett.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/komplett.conf b/examples/bind/slave/conf-slave/komplett.conf new file mode 100644 index 0000000..60c6888 --- /dev/null +++ b/examples/bind/slave/conf-slave/komplett.conf @@ -0,0 +1,7 @@ +zone "komplett.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/komplett.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/kompott.conf b/examples/bind/slave/conf-slave/kompott.conf new file mode 100644 index 0000000..b49aa71 --- /dev/null +++ b/examples/bind/slave/conf-slave/kompott.conf @@ -0,0 +1,7 @@ +zone "kompott.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/kompott.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/lavvo.conf b/examples/bind/slave/conf-slave/lavvo.conf new file mode 100644 index 0000000..f944a90 --- /dev/null +++ b/examples/bind/slave/conf-slave/lavvo.conf @@ -0,0 +1,7 @@ +zone "lavvo.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/lavvo.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/logistikk.conf b/examples/bind/slave/conf-slave/logistikk.conf new file mode 100644 index 0000000..e49dd1d --- /dev/null +++ b/examples/bind/slave/conf-slave/logistikk.conf @@ -0,0 +1,7 @@ +zone "logistikk.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/logistikk.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/lounge.conf b/examples/bind/slave/conf-slave/lounge.conf new file mode 100644 index 0000000..a869bcc --- /dev/null +++ b/examples/bind/slave/conf-slave/lounge.conf @@ -0,0 +1,7 @@ +zone "lounge.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/lounge.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/medic.conf b/examples/bind/slave/conf-slave/medic.conf new file mode 100644 index 0000000..705ee63 --- /dev/null +++ b/examples/bind/slave/conf-slave/medic.conf @@ -0,0 +1,7 @@ +zone "medic.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/medic.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/noc-server.conf b/examples/bind/slave/conf-slave/noc-server.conf new file mode 100644 index 0000000..6d7f5c4 --- /dev/null +++ b/examples/bind/slave/conf-slave/noc-server.conf @@ -0,0 +1,7 @@ +zone "noc-server.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/noc-server.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/noc.conf b/examples/bind/slave/conf-slave/noc.conf new file mode 100644 index 0000000..66062bf --- /dev/null +++ b/examples/bind/slave/conf-slave/noc.conf @@ -0,0 +1,7 @@ +zone "noc.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/noc.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/planke.conf b/examples/bind/slave/conf-slave/planke.conf new file mode 100644 index 0000000..8f2e2d9 --- /dev/null +++ b/examples/bind/slave/conf-slave/planke.conf @@ -0,0 +1,7 @@ +zone "planke.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/planke.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/presse.conf b/examples/bind/slave/conf-slave/presse.conf new file mode 100644 index 0000000..0bd87cb --- /dev/null +++ b/examples/bind/slave/conf-slave/presse.conf @@ -0,0 +1,7 @@ +zone "presse.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/presse.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/resepsjon.conf b/examples/bind/slave/conf-slave/resepsjon.conf new file mode 100644 index 0000000..2f14ac9 --- /dev/null +++ b/examples/bind/slave/conf-slave/resepsjon.conf @@ -0,0 +1,7 @@ +zone "resepsjon.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/resepsjon.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/rohypnol.conf b/examples/bind/slave/conf-slave/rohypnol.conf new file mode 100644 index 0000000..25eb2af --- /dev/null +++ b/examples/bind/slave/conf-slave/rohypnol.conf @@ -0,0 +1,7 @@ +zone "rohypnol.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/rohypnol.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/scenegulv.conf b/examples/bind/slave/conf-slave/scenegulv.conf new file mode 100644 index 0000000..20bd3bd --- /dev/null +++ b/examples/bind/slave/conf-slave/scenegulv.conf @@ -0,0 +1,7 @@ +zone "scenegulv.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/scenegulv.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/sponsor.conf b/examples/bind/slave/conf-slave/sponsor.conf new file mode 100644 index 0000000..7b43a7a --- /dev/null +++ b/examples/bind/slave/conf-slave/sponsor.conf @@ -0,0 +1,7 @@ +zone "sponsor.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/sponsor.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/tele.conf b/examples/bind/slave/conf-slave/tele.conf new file mode 100644 index 0000000..8ea8978 --- /dev/null +++ b/examples/bind/slave/conf-slave/tele.conf @@ -0,0 +1,7 @@ +zone "tele.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/tele.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/tg14-wlan.conf b/examples/bind/slave/conf-slave/tg14-wlan.conf new file mode 100644 index 0000000..7b86699 --- /dev/null +++ b/examples/bind/slave/conf-slave/tg14-wlan.conf @@ -0,0 +1,7 @@ +zone "tg14-wlan.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/tg14-wlan.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/managed-keys.bind b/examples/bind/slave/managed-keys.bind new file mode 100644 index 0000000..2207ea4 --- /dev/null +++ b/examples/bind/slave/managed-keys.bind @@ -0,0 +1,9 @@ +$ORIGIN . +$TTL 0 ; 0 seconds +@ IN SOA . . ( + 3 ; serial + 0 ; refresh (0 seconds) + 0 ; retry (0 seconds) + 0 ; expire (0 seconds) + 0 ; minimum (0 seconds) + ) diff --git a/examples/bind/slave/named.conf b/examples/bind/slave/named.conf new file mode 100644 index 0000000..5c66150 --- /dev/null +++ b/examples/bind/slave/named.conf @@ -0,0 +1,56 @@ +// This named.conf was generated by make-named.pl at 20140413-1806 +// The current version of make-named.pl should not overwrite this file. +acl tg-nett { 151.216.128.0/17; 2a02:ed02::/32; 127.0.0.0/8; ::1; }; +acl ns-xfr { 194.19.3.20; 151.216.253.2; 2a02:ed02:253::2; 151.216.254.2; 2a02:ed02:254::2; 151.216.252.0/24; }; +acl ripe-xfr { 194.19.3.20; 151.216.253.2; 2a02:ed02:253::2; 151.216.254.2; 2a02:ed02:254::2; 193.0.0.0/22; }; + +options { + directory "/etc/bind"; + allow-recursion { tg-nett; }; + allow-query { any; }; + allow-transfer { ns-xfr; }; + recursion yes; + auth-nxdomain no; + listen-on-v6 { any; }; +}; + +key DHCP_UPDATER { + algorithm HMAC-MD5.SIG-ALG.REG.INT; + secret <removed>; +}; + +masters bootstrap { 151.216.254.2; }; + +zone "tg14.gathering.org" { + type slave; + file "slave/tg14.gathering.org"; + notify no; + masters { bootstrap; }; +}; + +zone "infra.tg14.gathering.org" { + type slave; + file "slave/infra.tg14.gathering.org"; + notify no; + masters { bootstrap; }; +}; + +zone "2.0.d.e.2.0.a.2.ip6.arpa" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/2.0.d.e.2.0.a.2.ip6.arpa:"; + allow-transfer { ns-xfr; ripe-xfr; }; +}; + +zone "imgur.com" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/imgur.com"; + allow-transfer { ns-xfr; }; +}; + +include "named.conf.default-zones"; +include "named.slave-reverse4.conf"; +include "named.slave-include.conf"; diff --git a/examples/bind/slave/named.conf.default-zones b/examples/bind/slave/named.conf.default-zones new file mode 100644 index 0000000..355338b --- /dev/null +++ b/examples/bind/slave/named.conf.default-zones @@ -0,0 +1,30 @@ +// prime the server with knowledge of the root servers +zone "." { + type hint; + file "/etc/bind/db.root"; +}; + +// be authoritative for the localhost forward and reverse zones, and for +// broadcast zones as per RFC 1912 + +zone "localhost" { + type master; + file "/etc/bind/db.local"; +}; + +zone "127.in-addr.arpa" { + type master; + file "/etc/bind/db.127"; +}; + +zone "0.in-addr.arpa" { + type master; + file "/etc/bind/db.0"; +}; + +zone "255.in-addr.arpa" { + type master; + file "/etc/bind/db.255"; +}; + + diff --git a/examples/bind/slave/named.conf.local b/examples/bind/slave/named.conf.local new file mode 100644 index 0000000..7a57b10 --- /dev/null +++ b/examples/bind/slave/named.conf.local @@ -0,0 +1,8 @@ +// +// Do any local configuration here +// + +// Consider adding the 1918 zones here, if they are not used in your +// organization +//include "/etc/bind/zones.rfc1918"; + diff --git a/examples/bind/slave/named.conf.options b/examples/bind/slave/named.conf.options new file mode 100644 index 0000000..b1bef51 --- /dev/null +++ b/examples/bind/slave/named.conf.options @@ -0,0 +1,26 @@ +options { + directory "/var/cache/bind"; + + // If there is a firewall between you and nameservers you want + // to talk to, you may need to fix the firewall to allow multiple + // ports to talk. See http://www.kb.cert.org/vuls/id/800113 + + // If your ISP provided one or more IP addresses for stable + // nameservers, you probably want to use them as forwarders. + // Uncomment the following block, and insert the addresses replacing + // the all-0's placeholder. + + // forwarders { + // 0.0.0.0; + // }; + + //======================================================================== + // If BIND logs error messages about the root key being expired, + // you will need to update your keys. See https://www.isc.org/bind-keys + //======================================================================== + dnssec-validation auto; + + auth-nxdomain no; # conform to RFC1035 + listen-on-v6 { any; }; +}; + diff --git a/examples/bind/slave/named.slave-include.conf b/examples/bind/slave/named.slave-include.conf new file mode 100644 index 0000000..dd91a6d --- /dev/null +++ b/examples/bind/slave/named.slave-include.conf @@ -0,0 +1,193 @@ +include "/etc/bind/conf-slave/apekatt.conf"; +include "/etc/bind/conf-slave/apenett00.conf"; +include "/etc/bind/conf-slave/apenett01.conf"; +include "/etc/bind/conf-slave/apenett02.conf"; +include "/etc/bind/conf-slave/apenett03.conf"; +include "/etc/bind/conf-slave/apenett04.conf"; +include "/etc/bind/conf-slave/apenett05.conf"; +include "/etc/bind/conf-slave/apenett06.conf"; +include "/etc/bind/conf-slave/bonus.conf"; +include "/etc/bind/conf-slave/bonus1.conf"; +include "/etc/bind/conf-slave/bonus2.conf"; +include "/etc/bind/conf-slave/bordell.conf"; +include "/etc/bind/conf-slave/clientcam.conf"; +include "/etc/bind/conf-slave/creative1-1.conf"; +include "/etc/bind/conf-slave/creative2-1.conf"; +include "/etc/bind/conf-slave/creative3-1.conf"; +include "/etc/bind/conf-slave/creative4-1.conf"; +include "/etc/bind/conf-slave/creative4-2.conf"; +include "/etc/bind/conf-slave/creative5-1.conf"; +include "/etc/bind/conf-slave/creative5-2.conf"; +include "/etc/bind/conf-slave/creative6-1.conf"; +include "/etc/bind/conf-slave/creative6-2.conf"; +include "/etc/bind/conf-slave/creative7-1.conf"; +include "/etc/bind/conf-slave/creative7-2.conf"; +include "/etc/bind/conf-slave/creative8-1.conf"; +include "/etc/bind/conf-slave/creative8-2.conf"; +include "/etc/bind/conf-slave/crew1-1.conf"; +include "/etc/bind/conf-slave/crew2-1.conf"; +include "/etc/bind/conf-slave/crew2-2.conf"; +include "/etc/bind/conf-slave/crew3-1.conf"; +include "/etc/bind/conf-slave/crew3-2.conf"; +include "/etc/bind/conf-slave/crew4-1.conf"; +include "/etc/bind/conf-slave/crew4-2.conf"; +include "/etc/bind/conf-slave/e1-3.conf"; +include "/etc/bind/conf-slave/e1-4.conf"; +include "/etc/bind/conf-slave/e11-1.conf"; +include "/etc/bind/conf-slave/e11-2.conf"; +include "/etc/bind/conf-slave/e11-3.conf"; +include "/etc/bind/conf-slave/e11-4.conf"; +include "/etc/bind/conf-slave/e13-1.conf"; +include "/etc/bind/conf-slave/e13-2.conf"; +include "/etc/bind/conf-slave/e13-3.conf"; +include "/etc/bind/conf-slave/e13-4.conf"; +include "/etc/bind/conf-slave/e15-1.conf"; +include "/etc/bind/conf-slave/e15-2.conf"; +include "/etc/bind/conf-slave/e15-3.conf"; +include "/etc/bind/conf-slave/e15-4.conf"; +include "/etc/bind/conf-slave/e17-1.conf"; +include "/etc/bind/conf-slave/e17-2.conf"; +include "/etc/bind/conf-slave/e17-3.conf"; +include "/etc/bind/conf-slave/e17-4.conf"; +include "/etc/bind/conf-slave/e19-1.conf"; +include "/etc/bind/conf-slave/e19-2.conf"; +include "/etc/bind/conf-slave/e19-3.conf"; +include "/etc/bind/conf-slave/e19-4.conf"; +include "/etc/bind/conf-slave/e21-1.conf"; +include "/etc/bind/conf-slave/e21-2.conf"; +include "/etc/bind/conf-slave/e21-3.conf"; +include "/etc/bind/conf-slave/e21-4.conf"; +include "/etc/bind/conf-slave/e23-1.conf"; +include "/etc/bind/conf-slave/e23-2.conf"; +include "/etc/bind/conf-slave/e23-3.conf"; +include "/etc/bind/conf-slave/e23-4.conf"; +include "/etc/bind/conf-slave/e25-1.conf"; +include "/etc/bind/conf-slave/e25-2.conf"; +include "/etc/bind/conf-slave/e25-3.conf"; +include "/etc/bind/conf-slave/e25-4.conf"; +include "/etc/bind/conf-slave/e27-1.conf"; +include "/etc/bind/conf-slave/e27-2.conf"; +include "/etc/bind/conf-slave/e29-1.conf"; +include "/etc/bind/conf-slave/e29-2.conf"; +include "/etc/bind/conf-slave/e3-3.conf"; +include "/etc/bind/conf-slave/e3-4.conf"; +include "/etc/bind/conf-slave/e31-1.conf"; +include "/etc/bind/conf-slave/e31-2.conf"; +include "/etc/bind/conf-slave/e33-1.conf"; +include "/etc/bind/conf-slave/e33-2.conf"; +include "/etc/bind/conf-slave/e35-1.conf"; +include "/etc/bind/conf-slave/e35-2.conf"; +include "/etc/bind/conf-slave/e37-1.conf"; +include "/etc/bind/conf-slave/e37-2.conf"; +include "/etc/bind/conf-slave/e39-1.conf"; +include "/etc/bind/conf-slave/e39-2.conf"; +include "/etc/bind/conf-slave/e41-1.conf"; +include "/etc/bind/conf-slave/e41-2.conf"; +include "/etc/bind/conf-slave/e43-1.conf"; +include "/etc/bind/conf-slave/e43-2.conf"; +include "/etc/bind/conf-slave/e43-3.conf"; +include "/etc/bind/conf-slave/e43-4.conf"; +include "/etc/bind/conf-slave/e45-1.conf"; +include "/etc/bind/conf-slave/e45-2.conf"; +include "/etc/bind/conf-slave/e45-3.conf"; +include "/etc/bind/conf-slave/e45-4.conf"; +include "/etc/bind/conf-slave/e47-1.conf"; +include "/etc/bind/conf-slave/e47-2.conf"; +include "/etc/bind/conf-slave/e47-3.conf"; +include "/etc/bind/conf-slave/e47-4.conf"; +include "/etc/bind/conf-slave/e49-1.conf"; +include "/etc/bind/conf-slave/e49-2.conf"; +include "/etc/bind/conf-slave/e49-3.conf"; +include "/etc/bind/conf-slave/e49-4.conf"; +include "/etc/bind/conf-slave/e5-3.conf"; +include "/etc/bind/conf-slave/e5-4.conf"; +include "/etc/bind/conf-slave/e51-1.conf"; +include "/etc/bind/conf-slave/e51-2.conf"; +include "/etc/bind/conf-slave/e51-3.conf"; +include "/etc/bind/conf-slave/e51-4.conf"; +include "/etc/bind/conf-slave/e53-1.conf"; +include "/etc/bind/conf-slave/e53-2.conf"; +include "/etc/bind/conf-slave/e53-3.conf"; +include "/etc/bind/conf-slave/e53-4.conf"; +include "/etc/bind/conf-slave/e55-1.conf"; +include "/etc/bind/conf-slave/e55-2.conf"; +include "/etc/bind/conf-slave/e55-3.conf"; +include "/etc/bind/conf-slave/e55-4.conf"; +include "/etc/bind/conf-slave/e57-1.conf"; +include "/etc/bind/conf-slave/e57-2.conf"; +include "/etc/bind/conf-slave/e57-3.conf"; +include "/etc/bind/conf-slave/e57-4.conf"; +include "/etc/bind/conf-slave/e59-1.conf"; +include "/etc/bind/conf-slave/e59-2.conf"; +include "/etc/bind/conf-slave/e59-3.conf"; +include "/etc/bind/conf-slave/e59-4.conf"; +include "/etc/bind/conf-slave/e61-1.conf"; +include "/etc/bind/conf-slave/e61-2.conf"; +include "/etc/bind/conf-slave/e61-3.conf"; +include "/etc/bind/conf-slave/e61-4.conf"; +include "/etc/bind/conf-slave/e63-1.conf"; +include "/etc/bind/conf-slave/e63-2.conf"; +include "/etc/bind/conf-slave/e63-3.conf"; +include "/etc/bind/conf-slave/e63-4.conf"; +include "/etc/bind/conf-slave/e65-1.conf"; +include "/etc/bind/conf-slave/e65-2.conf"; +include "/etc/bind/conf-slave/e65-3.conf"; +include "/etc/bind/conf-slave/e65-4.conf"; +include "/etc/bind/conf-slave/e67-1.conf"; +include "/etc/bind/conf-slave/e67-2.conf"; +include "/etc/bind/conf-slave/e67-3.conf"; +include "/etc/bind/conf-slave/e67-4.conf"; +include "/etc/bind/conf-slave/e69-1.conf"; +include "/etc/bind/conf-slave/e69-2.conf"; +include "/etc/bind/conf-slave/e69-3.conf"; +include "/etc/bind/conf-slave/e69-4.conf"; +include "/etc/bind/conf-slave/e7-3.conf"; +include "/etc/bind/conf-slave/e7-4.conf"; +include "/etc/bind/conf-slave/e71-1.conf"; +include "/etc/bind/conf-slave/e71-2.conf"; +include "/etc/bind/conf-slave/e71-3.conf"; +include "/etc/bind/conf-slave/e71-4.conf"; +include "/etc/bind/conf-slave/e73-1.conf"; +include "/etc/bind/conf-slave/e73-2.conf"; +include "/etc/bind/conf-slave/e73-3.conf"; +include "/etc/bind/conf-slave/e73-4.conf"; +include "/etc/bind/conf-slave/e75-1.conf"; +include "/etc/bind/conf-slave/e75-2.conf"; +include "/etc/bind/conf-slave/e75-3.conf"; +include "/etc/bind/conf-slave/e75-4.conf"; +include "/etc/bind/conf-slave/e77-1.conf"; +include "/etc/bind/conf-slave/e77-2.conf"; +include "/etc/bind/conf-slave/e77-3.conf"; +include "/etc/bind/conf-slave/e77-4.conf"; +include "/etc/bind/conf-slave/e79-1.conf"; +include "/etc/bind/conf-slave/e79-2.conf"; +include "/etc/bind/conf-slave/e81-1.conf"; +include "/etc/bind/conf-slave/e81-2.conf"; +include "/etc/bind/conf-slave/e9-3.conf"; +include "/etc/bind/conf-slave/e9-4.conf"; +include "/etc/bind/conf-slave/event-studio.conf"; +include "/etc/bind/conf-slave/flanke.conf"; +include "/etc/bind/conf-slave/forsvarlig.conf"; +include "/etc/bind/conf-slave/fugleberget1.conf"; +include "/etc/bind/conf-slave/fugleberget2.conf"; +include "/etc/bind/conf-slave/gayme.conf"; +include "/etc/bind/conf-slave/highlights.conf"; +include "/etc/bind/conf-slave/hoa.conf"; +include "/etc/bind/conf-slave/info-dask.conf"; +include "/etc/bind/conf-slave/kompett.conf"; +include "/etc/bind/conf-slave/komplett.conf"; +include "/etc/bind/conf-slave/kompott.conf"; +include "/etc/bind/conf-slave/lavvo.conf"; +include "/etc/bind/conf-slave/logistikk.conf"; +include "/etc/bind/conf-slave/lounge.conf"; +include "/etc/bind/conf-slave/medic.conf"; +include "/etc/bind/conf-slave/noc-server.conf"; +include "/etc/bind/conf-slave/noc.conf"; +include "/etc/bind/conf-slave/planke.conf"; +include "/etc/bind/conf-slave/presse.conf"; +include "/etc/bind/conf-slave/resepsjon.conf"; +include "/etc/bind/conf-slave/rohypnol.conf"; +include "/etc/bind/conf-slave/scenegulv.conf"; +include "/etc/bind/conf-slave/sponsor.conf"; +include "/etc/bind/conf-slave/tele.conf"; +include "/etc/bind/conf-slave/tg14-wlan.conf"; diff --git a/examples/bind/slave/named.slave-reverse4.conf b/examples/bind/slave/named.slave-reverse4.conf new file mode 100644 index 0000000..3fb42a9 --- /dev/null +++ b/examples/bind/slave/named.slave-reverse4.conf @@ -0,0 +1,1024 @@ +zone "128.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/128.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "129.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/129.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "130.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/130.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "131.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/131.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "132.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/132.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "133.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/133.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "134.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/134.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "135.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/135.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "136.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/136.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "137.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/137.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "138.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/138.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "139.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/139.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "140.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/140.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "141.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/141.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "142.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/142.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "143.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/143.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "144.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/144.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "145.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/145.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "146.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/146.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "147.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/147.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "148.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/148.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "149.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/149.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "150.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/150.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "151.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/151.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "152.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/152.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "153.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/153.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "154.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/154.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "155.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/155.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "156.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/156.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "157.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/157.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "158.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/158.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "159.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/159.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "160.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/160.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "161.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/161.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "162.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/162.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "163.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/163.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "164.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/164.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "165.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/165.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "166.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/166.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "167.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/167.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "168.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/168.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "169.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/169.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "170.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/170.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "171.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/171.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "172.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/172.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "173.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/173.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "174.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/174.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "175.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/175.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "176.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/176.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "177.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/177.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "178.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/178.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "179.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/179.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "180.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/180.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "181.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/181.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "182.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/182.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "183.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/183.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "184.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/184.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "185.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/185.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "186.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/186.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "187.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/187.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "188.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/188.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "189.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/189.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "190.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/190.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "191.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/191.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "192.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/192.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "193.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/193.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "194.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/194.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "195.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/195.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "196.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/196.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "197.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/197.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "198.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/198.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "199.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/199.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "200.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/200.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "201.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/201.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "202.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/202.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "203.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/203.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "204.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/204.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "205.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/205.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "206.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/206.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "207.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/207.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "208.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/208.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "209.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/209.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "210.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/210.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "211.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/211.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "212.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/212.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "213.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/213.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "214.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/214.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "215.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/215.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "216.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/216.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "217.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/217.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "218.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/218.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "219.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/219.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "220.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/220.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "221.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/221.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "222.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/222.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "223.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/223.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "224.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/224.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "225.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/225.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "226.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/226.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "227.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/227.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "228.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/228.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "229.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/229.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "230.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/230.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "231.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/231.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "232.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/232.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "233.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/233.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "234.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/234.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "235.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/235.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "236.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/236.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "237.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/237.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "238.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/238.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "239.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/239.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "240.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/240.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "241.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/241.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "242.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/242.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "243.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/243.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "244.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/244.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "245.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/245.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "246.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/246.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "247.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/247.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "248.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/248.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "249.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/249.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "250.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/250.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "251.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/251.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "252.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/252.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "253.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/253.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "254.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/254.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "255.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/255.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + diff --git a/examples/bind/slave/slave/.gitignore b/examples/bind/slave/slave/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/examples/bind/slave/slave/.gitignore |