diff options
Diffstat (limited to 'examples/tg16/dns/slave')
184 files changed, 2934 insertions, 0 deletions
diff --git a/examples/tg16/dns/slave/conf-slave/ap-creativia.conf b/examples/tg16/dns/slave/conf-slave/ap-creativia.conf new file mode 100644 index 0000000..3251663 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/ap-creativia.conf @@ -0,0 +1,7 @@ +zone "ap-creativia.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/ap-creativia.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/ap-distro0.conf b/examples/tg16/dns/slave/conf-slave/ap-distro0.conf new file mode 100644 index 0000000..8b439ab --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/ap-distro0.conf @@ -0,0 +1,7 @@ +zone "ap-distro0.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/ap-distro0.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/ap-distro1.conf b/examples/tg16/dns/slave/conf-slave/ap-distro1.conf new file mode 100644 index 0000000..b55d8df --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/ap-distro1.conf @@ -0,0 +1,7 @@ +zone "ap-distro1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/ap-distro1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/ap-distro2.conf b/examples/tg16/dns/slave/conf-slave/ap-distro2.conf new file mode 100644 index 0000000..f664917 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/ap-distro2.conf @@ -0,0 +1,7 @@ +zone "ap-distro2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/ap-distro2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/ap-distro3.conf b/examples/tg16/dns/slave/conf-slave/ap-distro3.conf new file mode 100644 index 0000000..55c5caa --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/ap-distro3.conf @@ -0,0 +1,7 @@ +zone "ap-distro3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/ap-distro3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/ap-distro4.conf b/examples/tg16/dns/slave/conf-slave/ap-distro4.conf new file mode 100644 index 0000000..8b54d06 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/ap-distro4.conf @@ -0,0 +1,7 @@ +zone "ap-distro4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/ap-distro4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/ap-distro5.conf b/examples/tg16/dns/slave/conf-slave/ap-distro5.conf new file mode 100644 index 0000000..3a2adf9 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/ap-distro5.conf @@ -0,0 +1,7 @@ +zone "ap-distro5.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/ap-distro5.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/ap-distro6.conf b/examples/tg16/dns/slave/conf-slave/ap-distro6.conf new file mode 100644 index 0000000..7fb0a1f --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/ap-distro6.conf @@ -0,0 +1,7 @@ +zone "ap-distro6.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/ap-distro6.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/ap-distro7.conf b/examples/tg16/dns/slave/conf-slave/ap-distro7.conf new file mode 100644 index 0000000..3eaa1fb --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/ap-distro7.conf @@ -0,0 +1,7 @@ +zone "ap-distro7.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/ap-distro7.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/ap-stand.conf b/examples/tg16/dns/slave/conf-slave/ap-stand.conf new file mode 100644 index 0000000..1d29354 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/ap-stand.conf @@ -0,0 +1,7 @@ +zone "ap-stand.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/ap-stand.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/auditorium.conf b/examples/tg16/dns/slave/conf-slave/auditorium.conf new file mode 100644 index 0000000..b51347b --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/auditorium.conf @@ -0,0 +1,7 @@ +zone "auditorium.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/auditorium.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/creativia-village.conf b/examples/tg16/dns/slave/conf-slave/creativia-village.conf new file mode 100644 index 0000000..06c7a3c --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/creativia-village.conf @@ -0,0 +1,7 @@ +zone "creativia-village.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/creativia-village.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/creativia.conf b/examples/tg16/dns/slave/conf-slave/creativia.conf new file mode 100644 index 0000000..5253217 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/creativia.conf @@ -0,0 +1,7 @@ +zone "creativia.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/creativia.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/creativia1.conf b/examples/tg16/dns/slave/conf-slave/creativia1.conf new file mode 100644 index 0000000..defc41a --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/creativia1.conf @@ -0,0 +1,7 @@ +zone "creativia1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/creativia1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/creativia2.conf b/examples/tg16/dns/slave/conf-slave/creativia2.conf new file mode 100644 index 0000000..f532276 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/creativia2.conf @@ -0,0 +1,7 @@ +zone "creativia2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/creativia2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/creativia3.conf b/examples/tg16/dns/slave/conf-slave/creativia3.conf new file mode 100644 index 0000000..4a9ba42 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/creativia3.conf @@ -0,0 +1,7 @@ +zone "creativia3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/creativia3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/creativia4.conf b/examples/tg16/dns/slave/conf-slave/creativia4.conf new file mode 100644 index 0000000..562bd88 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/creativia4.conf @@ -0,0 +1,7 @@ +zone "creativia4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/creativia4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/creativia5.conf b/examples/tg16/dns/slave/conf-slave/creativia5.conf new file mode 100644 index 0000000..3babcb9 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/creativia5.conf @@ -0,0 +1,7 @@ +zone "creativia5.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/creativia5.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/creativia6.conf b/examples/tg16/dns/slave/conf-slave/creativia6.conf new file mode 100644 index 0000000..32452ec --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/creativia6.conf @@ -0,0 +1,7 @@ +zone "creativia6.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/creativia6.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/creativia7.conf b/examples/tg16/dns/slave/conf-slave/creativia7.conf new file mode 100644 index 0000000..4e3bec1 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/creativia7.conf @@ -0,0 +1,7 @@ +zone "creativia7.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/creativia7.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/creativiasw1.conf b/examples/tg16/dns/slave/conf-slave/creativiasw1.conf new file mode 100644 index 0000000..739d875 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/creativiasw1.conf @@ -0,0 +1,7 @@ +zone "creativiasw1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/creativiasw1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/crew.conf b/examples/tg16/dns/slave/conf-slave/crew.conf new file mode 100644 index 0000000..618af5b --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/crew.conf @@ -0,0 +1,7 @@ +zone "crew.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/crew.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/deltaker-srv.conf b/examples/tg16/dns/slave/conf-slave/deltaker-srv.conf new file mode 100644 index 0000000..82bc33e --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/deltaker-srv.conf @@ -0,0 +1,7 @@ +zone "deltaker-srv.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/deltaker-srv.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e1-3.conf b/examples/tg16/dns/slave/conf-slave/e1-3.conf new file mode 100644 index 0000000..702b70d --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e1-3.conf @@ -0,0 +1,7 @@ +zone "e1-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e1-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e1-4.conf b/examples/tg16/dns/slave/conf-slave/e1-4.conf new file mode 100644 index 0000000..f121067 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e1-4.conf @@ -0,0 +1,7 @@ +zone "e1-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e1-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e11-1.conf b/examples/tg16/dns/slave/conf-slave/e11-1.conf new file mode 100644 index 0000000..9b00896 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e11-1.conf @@ -0,0 +1,7 @@ +zone "e11-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e11-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e11-2.conf b/examples/tg16/dns/slave/conf-slave/e11-2.conf new file mode 100644 index 0000000..cb96dad --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e11-2.conf @@ -0,0 +1,7 @@ +zone "e11-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e11-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e11-3.conf b/examples/tg16/dns/slave/conf-slave/e11-3.conf new file mode 100644 index 0000000..ab6c6c2 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e11-3.conf @@ -0,0 +1,7 @@ +zone "e11-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e11-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e11-4.conf b/examples/tg16/dns/slave/conf-slave/e11-4.conf new file mode 100644 index 0000000..2af27b2 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e11-4.conf @@ -0,0 +1,7 @@ +zone "e11-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e11-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e13-1.conf b/examples/tg16/dns/slave/conf-slave/e13-1.conf new file mode 100644 index 0000000..da1323d --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e13-1.conf @@ -0,0 +1,7 @@ +zone "e13-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e13-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e13-2.conf b/examples/tg16/dns/slave/conf-slave/e13-2.conf new file mode 100644 index 0000000..048108c --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e13-2.conf @@ -0,0 +1,7 @@ +zone "e13-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e13-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e13-3.conf b/examples/tg16/dns/slave/conf-slave/e13-3.conf new file mode 100644 index 0000000..d64557d --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e13-3.conf @@ -0,0 +1,7 @@ +zone "e13-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e13-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e13-4.conf b/examples/tg16/dns/slave/conf-slave/e13-4.conf new file mode 100644 index 0000000..02e19e3 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e13-4.conf @@ -0,0 +1,7 @@ +zone "e13-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e13-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e15-1.conf b/examples/tg16/dns/slave/conf-slave/e15-1.conf new file mode 100644 index 0000000..b6f1217 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e15-1.conf @@ -0,0 +1,7 @@ +zone "e15-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e15-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e15-2.conf b/examples/tg16/dns/slave/conf-slave/e15-2.conf new file mode 100644 index 0000000..484fe97 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e15-2.conf @@ -0,0 +1,7 @@ +zone "e15-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e15-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e15-3.conf b/examples/tg16/dns/slave/conf-slave/e15-3.conf new file mode 100644 index 0000000..86a4410 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e15-3.conf @@ -0,0 +1,7 @@ +zone "e15-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e15-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e15-4.conf b/examples/tg16/dns/slave/conf-slave/e15-4.conf new file mode 100644 index 0000000..7040cf1 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e15-4.conf @@ -0,0 +1,7 @@ +zone "e15-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e15-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e17-1.conf b/examples/tg16/dns/slave/conf-slave/e17-1.conf new file mode 100644 index 0000000..f6751b3 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e17-1.conf @@ -0,0 +1,7 @@ +zone "e17-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e17-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e17-2.conf b/examples/tg16/dns/slave/conf-slave/e17-2.conf new file mode 100644 index 0000000..7e74ef9 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e17-2.conf @@ -0,0 +1,7 @@ +zone "e17-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e17-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e17-3.conf b/examples/tg16/dns/slave/conf-slave/e17-3.conf new file mode 100644 index 0000000..a9752f2 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e17-3.conf @@ -0,0 +1,7 @@ +zone "e17-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e17-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e17-4.conf b/examples/tg16/dns/slave/conf-slave/e17-4.conf new file mode 100644 index 0000000..feeb5d2 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e17-4.conf @@ -0,0 +1,7 @@ +zone "e17-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e17-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e19-1.conf b/examples/tg16/dns/slave/conf-slave/e19-1.conf new file mode 100644 index 0000000..080881e --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e19-1.conf @@ -0,0 +1,7 @@ +zone "e19-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e19-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e19-2.conf b/examples/tg16/dns/slave/conf-slave/e19-2.conf new file mode 100644 index 0000000..25c812b --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e19-2.conf @@ -0,0 +1,7 @@ +zone "e19-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e19-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e19-3.conf b/examples/tg16/dns/slave/conf-slave/e19-3.conf new file mode 100644 index 0000000..8219197 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e19-3.conf @@ -0,0 +1,7 @@ +zone "e19-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e19-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e19-4.conf b/examples/tg16/dns/slave/conf-slave/e19-4.conf new file mode 100644 index 0000000..b396a14 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e19-4.conf @@ -0,0 +1,7 @@ +zone "e19-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e19-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e21-1.conf b/examples/tg16/dns/slave/conf-slave/e21-1.conf new file mode 100644 index 0000000..196209f --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e21-1.conf @@ -0,0 +1,7 @@ +zone "e21-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e21-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e21-2.conf b/examples/tg16/dns/slave/conf-slave/e21-2.conf new file mode 100644 index 0000000..cf99859 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e21-2.conf @@ -0,0 +1,7 @@ +zone "e21-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e21-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e21-3.conf b/examples/tg16/dns/slave/conf-slave/e21-3.conf new file mode 100644 index 0000000..30bfb8f --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e21-3.conf @@ -0,0 +1,7 @@ +zone "e21-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e21-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e21-4.conf b/examples/tg16/dns/slave/conf-slave/e21-4.conf new file mode 100644 index 0000000..67f323e --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e21-4.conf @@ -0,0 +1,7 @@ +zone "e21-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e21-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e23-1.conf b/examples/tg16/dns/slave/conf-slave/e23-1.conf new file mode 100644 index 0000000..8349389 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e23-1.conf @@ -0,0 +1,7 @@ +zone "e23-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e23-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e23-2.conf b/examples/tg16/dns/slave/conf-slave/e23-2.conf new file mode 100644 index 0000000..89ce3f8 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e23-2.conf @@ -0,0 +1,7 @@ +zone "e23-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e23-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e23-3.conf b/examples/tg16/dns/slave/conf-slave/e23-3.conf new file mode 100644 index 0000000..e7bb3d9 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e23-3.conf @@ -0,0 +1,7 @@ +zone "e23-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e23-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e23-4.conf b/examples/tg16/dns/slave/conf-slave/e23-4.conf new file mode 100644 index 0000000..a8b6313 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e23-4.conf @@ -0,0 +1,7 @@ +zone "e23-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e23-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e25-1.conf b/examples/tg16/dns/slave/conf-slave/e25-1.conf new file mode 100644 index 0000000..6cd58a4 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e25-1.conf @@ -0,0 +1,7 @@ +zone "e25-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e25-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e25-2.conf b/examples/tg16/dns/slave/conf-slave/e25-2.conf new file mode 100644 index 0000000..1c53529 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e25-2.conf @@ -0,0 +1,7 @@ +zone "e25-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e25-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e27-1.conf b/examples/tg16/dns/slave/conf-slave/e27-1.conf new file mode 100644 index 0000000..06e7f6e --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e27-1.conf @@ -0,0 +1,7 @@ +zone "e27-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e27-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e27-2.conf b/examples/tg16/dns/slave/conf-slave/e27-2.conf new file mode 100644 index 0000000..de98ca6 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e27-2.conf @@ -0,0 +1,7 @@ +zone "e27-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e27-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e29-1.conf b/examples/tg16/dns/slave/conf-slave/e29-1.conf new file mode 100644 index 0000000..dca329c --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e29-1.conf @@ -0,0 +1,7 @@ +zone "e29-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e29-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e29-2.conf b/examples/tg16/dns/slave/conf-slave/e29-2.conf new file mode 100644 index 0000000..2f77a67 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e29-2.conf @@ -0,0 +1,7 @@ +zone "e29-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e29-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e3-3.conf b/examples/tg16/dns/slave/conf-slave/e3-3.conf new file mode 100644 index 0000000..edbc3a5 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e3-3.conf @@ -0,0 +1,7 @@ +zone "e3-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e3-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e3-4.conf b/examples/tg16/dns/slave/conf-slave/e3-4.conf new file mode 100644 index 0000000..ecba404 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e3-4.conf @@ -0,0 +1,7 @@ +zone "e3-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e3-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e31-1.conf b/examples/tg16/dns/slave/conf-slave/e31-1.conf new file mode 100644 index 0000000..fb97af7 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e31-1.conf @@ -0,0 +1,7 @@ +zone "e31-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e31-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e31-2.conf b/examples/tg16/dns/slave/conf-slave/e31-2.conf new file mode 100644 index 0000000..3e745b4 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e31-2.conf @@ -0,0 +1,7 @@ +zone "e31-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e31-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e33-1.conf b/examples/tg16/dns/slave/conf-slave/e33-1.conf new file mode 100644 index 0000000..9085d49 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e33-1.conf @@ -0,0 +1,7 @@ +zone "e33-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e33-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e33-2.conf b/examples/tg16/dns/slave/conf-slave/e33-2.conf new file mode 100644 index 0000000..9e74c5b --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e33-2.conf @@ -0,0 +1,7 @@ +zone "e33-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e33-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e35-1.conf b/examples/tg16/dns/slave/conf-slave/e35-1.conf new file mode 100644 index 0000000..542e199 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e35-1.conf @@ -0,0 +1,7 @@ +zone "e35-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e35-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e35-2.conf b/examples/tg16/dns/slave/conf-slave/e35-2.conf new file mode 100644 index 0000000..68d890c --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e35-2.conf @@ -0,0 +1,7 @@ +zone "e35-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e35-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e37-1.conf b/examples/tg16/dns/slave/conf-slave/e37-1.conf new file mode 100644 index 0000000..8371c17 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e37-1.conf @@ -0,0 +1,7 @@ +zone "e37-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e37-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e37-2.conf b/examples/tg16/dns/slave/conf-slave/e37-2.conf new file mode 100644 index 0000000..c9ea2eb --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e37-2.conf @@ -0,0 +1,7 @@ +zone "e37-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e37-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e39-1.conf b/examples/tg16/dns/slave/conf-slave/e39-1.conf new file mode 100644 index 0000000..ef978f7 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e39-1.conf @@ -0,0 +1,7 @@ +zone "e39-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e39-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e39-2.conf b/examples/tg16/dns/slave/conf-slave/e39-2.conf new file mode 100644 index 0000000..6598526 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e39-2.conf @@ -0,0 +1,7 @@ +zone "e39-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e39-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e41-1.conf b/examples/tg16/dns/slave/conf-slave/e41-1.conf new file mode 100644 index 0000000..08108e2 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e41-1.conf @@ -0,0 +1,7 @@ +zone "e41-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e41-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e41-2.conf b/examples/tg16/dns/slave/conf-slave/e41-2.conf new file mode 100644 index 0000000..13a2935 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e41-2.conf @@ -0,0 +1,7 @@ +zone "e41-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e41-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e41-3.conf b/examples/tg16/dns/slave/conf-slave/e41-3.conf new file mode 100644 index 0000000..c53aac3 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e41-3.conf @@ -0,0 +1,7 @@ +zone "e41-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e41-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e41-4.conf b/examples/tg16/dns/slave/conf-slave/e41-4.conf new file mode 100644 index 0000000..21fe492 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e41-4.conf @@ -0,0 +1,7 @@ +zone "e41-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e41-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e43-1.conf b/examples/tg16/dns/slave/conf-slave/e43-1.conf new file mode 100644 index 0000000..9144093 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e43-1.conf @@ -0,0 +1,7 @@ +zone "e43-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e43-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e43-2.conf b/examples/tg16/dns/slave/conf-slave/e43-2.conf new file mode 100644 index 0000000..a008d9e --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e43-2.conf @@ -0,0 +1,7 @@ +zone "e43-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e43-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e43-3.conf b/examples/tg16/dns/slave/conf-slave/e43-3.conf new file mode 100644 index 0000000..0d67ecc --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e43-3.conf @@ -0,0 +1,7 @@ +zone "e43-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e43-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e43-4.conf b/examples/tg16/dns/slave/conf-slave/e43-4.conf new file mode 100644 index 0000000..872d5de --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e43-4.conf @@ -0,0 +1,7 @@ +zone "e43-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e43-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e45-1.conf b/examples/tg16/dns/slave/conf-slave/e45-1.conf new file mode 100644 index 0000000..626b7af --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e45-1.conf @@ -0,0 +1,7 @@ +zone "e45-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e45-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e45-2.conf b/examples/tg16/dns/slave/conf-slave/e45-2.conf new file mode 100644 index 0000000..d909d88 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e45-2.conf @@ -0,0 +1,7 @@ +zone "e45-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e45-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e45-3.conf b/examples/tg16/dns/slave/conf-slave/e45-3.conf new file mode 100644 index 0000000..e803514 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e45-3.conf @@ -0,0 +1,7 @@ +zone "e45-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e45-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e45-4.conf b/examples/tg16/dns/slave/conf-slave/e45-4.conf new file mode 100644 index 0000000..c1e0d77 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e45-4.conf @@ -0,0 +1,7 @@ +zone "e45-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e45-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e47-1.conf b/examples/tg16/dns/slave/conf-slave/e47-1.conf new file mode 100644 index 0000000..73b175a --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e47-1.conf @@ -0,0 +1,7 @@ +zone "e47-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e47-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e47-2.conf b/examples/tg16/dns/slave/conf-slave/e47-2.conf new file mode 100644 index 0000000..fd72665 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e47-2.conf @@ -0,0 +1,7 @@ +zone "e47-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e47-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e47-3.conf b/examples/tg16/dns/slave/conf-slave/e47-3.conf new file mode 100644 index 0000000..040ead1 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e47-3.conf @@ -0,0 +1,7 @@ +zone "e47-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e47-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e47-4.conf b/examples/tg16/dns/slave/conf-slave/e47-4.conf new file mode 100644 index 0000000..cafa2c6 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e47-4.conf @@ -0,0 +1,7 @@ +zone "e47-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e47-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e49-1.conf b/examples/tg16/dns/slave/conf-slave/e49-1.conf new file mode 100644 index 0000000..20a6967 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e49-1.conf @@ -0,0 +1,7 @@ +zone "e49-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e49-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e49-2.conf b/examples/tg16/dns/slave/conf-slave/e49-2.conf new file mode 100644 index 0000000..70ea999 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e49-2.conf @@ -0,0 +1,7 @@ +zone "e49-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e49-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e49-3.conf b/examples/tg16/dns/slave/conf-slave/e49-3.conf new file mode 100644 index 0000000..360453c --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e49-3.conf @@ -0,0 +1,7 @@ +zone "e49-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e49-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e49-4.conf b/examples/tg16/dns/slave/conf-slave/e49-4.conf new file mode 100644 index 0000000..7b66752 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e49-4.conf @@ -0,0 +1,7 @@ +zone "e49-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e49-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e5-2.conf b/examples/tg16/dns/slave/conf-slave/e5-2.conf new file mode 100644 index 0000000..2866648 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e5-2.conf @@ -0,0 +1,7 @@ +zone "e5-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e5-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e5-3.conf b/examples/tg16/dns/slave/conf-slave/e5-3.conf new file mode 100644 index 0000000..cf9ac28 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e5-3.conf @@ -0,0 +1,7 @@ +zone "e5-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e5-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e5-4.conf b/examples/tg16/dns/slave/conf-slave/e5-4.conf new file mode 100644 index 0000000..239266f --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e5-4.conf @@ -0,0 +1,7 @@ +zone "e5-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e5-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e51-1.conf b/examples/tg16/dns/slave/conf-slave/e51-1.conf new file mode 100644 index 0000000..e223a89 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e51-1.conf @@ -0,0 +1,7 @@ +zone "e51-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e51-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e51-2.conf b/examples/tg16/dns/slave/conf-slave/e51-2.conf new file mode 100644 index 0000000..d885632 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e51-2.conf @@ -0,0 +1,7 @@ +zone "e51-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e51-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e51-3.conf b/examples/tg16/dns/slave/conf-slave/e51-3.conf new file mode 100644 index 0000000..4b1d8a4 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e51-3.conf @@ -0,0 +1,7 @@ +zone "e51-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e51-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e51-4.conf b/examples/tg16/dns/slave/conf-slave/e51-4.conf new file mode 100644 index 0000000..0270d80 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e51-4.conf @@ -0,0 +1,7 @@ +zone "e51-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e51-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e53-1.conf b/examples/tg16/dns/slave/conf-slave/e53-1.conf new file mode 100644 index 0000000..da0a4c4 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e53-1.conf @@ -0,0 +1,7 @@ +zone "e53-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e53-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e53-2.conf b/examples/tg16/dns/slave/conf-slave/e53-2.conf new file mode 100644 index 0000000..cb018f0 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e53-2.conf @@ -0,0 +1,7 @@ +zone "e53-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e53-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e53-3.conf b/examples/tg16/dns/slave/conf-slave/e53-3.conf new file mode 100644 index 0000000..b17ba8a --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e53-3.conf @@ -0,0 +1,7 @@ +zone "e53-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e53-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e53-4.conf b/examples/tg16/dns/slave/conf-slave/e53-4.conf new file mode 100644 index 0000000..66390a9 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e53-4.conf @@ -0,0 +1,7 @@ +zone "e53-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e53-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e55-1.conf b/examples/tg16/dns/slave/conf-slave/e55-1.conf new file mode 100644 index 0000000..e0effc0 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e55-1.conf @@ -0,0 +1,7 @@ +zone "e55-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e55-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e55-2.conf b/examples/tg16/dns/slave/conf-slave/e55-2.conf new file mode 100644 index 0000000..9c2f9e0 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e55-2.conf @@ -0,0 +1,7 @@ +zone "e55-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e55-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e55-3.conf b/examples/tg16/dns/slave/conf-slave/e55-3.conf new file mode 100644 index 0000000..3a642ca --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e55-3.conf @@ -0,0 +1,7 @@ +zone "e55-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e55-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e55-4.conf b/examples/tg16/dns/slave/conf-slave/e55-4.conf new file mode 100644 index 0000000..4997e9a --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e55-4.conf @@ -0,0 +1,7 @@ +zone "e55-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e55-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e57-1.conf b/examples/tg16/dns/slave/conf-slave/e57-1.conf new file mode 100644 index 0000000..f7a35b9 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e57-1.conf @@ -0,0 +1,7 @@ +zone "e57-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e57-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e57-2.conf b/examples/tg16/dns/slave/conf-slave/e57-2.conf new file mode 100644 index 0000000..56617c9 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e57-2.conf @@ -0,0 +1,7 @@ +zone "e57-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e57-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e57-3.conf b/examples/tg16/dns/slave/conf-slave/e57-3.conf new file mode 100644 index 0000000..61edd0e --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e57-3.conf @@ -0,0 +1,7 @@ +zone "e57-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e57-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e57-4.conf b/examples/tg16/dns/slave/conf-slave/e57-4.conf new file mode 100644 index 0000000..f2a239b --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e57-4.conf @@ -0,0 +1,7 @@ +zone "e57-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e57-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e59-1.conf b/examples/tg16/dns/slave/conf-slave/e59-1.conf new file mode 100644 index 0000000..c741ded --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e59-1.conf @@ -0,0 +1,7 @@ +zone "e59-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e59-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e59-2.conf b/examples/tg16/dns/slave/conf-slave/e59-2.conf new file mode 100644 index 0000000..f103092 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e59-2.conf @@ -0,0 +1,7 @@ +zone "e59-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e59-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e59-3.conf b/examples/tg16/dns/slave/conf-slave/e59-3.conf new file mode 100644 index 0000000..d307a6c --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e59-3.conf @@ -0,0 +1,7 @@ +zone "e59-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e59-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e59-4.conf b/examples/tg16/dns/slave/conf-slave/e59-4.conf new file mode 100644 index 0000000..39e6610 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e59-4.conf @@ -0,0 +1,7 @@ +zone "e59-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e59-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e61-1.conf b/examples/tg16/dns/slave/conf-slave/e61-1.conf new file mode 100644 index 0000000..970c7d4 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e61-1.conf @@ -0,0 +1,7 @@ +zone "e61-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e61-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e61-2.conf b/examples/tg16/dns/slave/conf-slave/e61-2.conf new file mode 100644 index 0000000..bf768ae --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e61-2.conf @@ -0,0 +1,7 @@ +zone "e61-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e61-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e61-3.conf b/examples/tg16/dns/slave/conf-slave/e61-3.conf new file mode 100644 index 0000000..d4111bd --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e61-3.conf @@ -0,0 +1,7 @@ +zone "e61-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e61-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e61-4.conf b/examples/tg16/dns/slave/conf-slave/e61-4.conf new file mode 100644 index 0000000..b9a6bb4 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e61-4.conf @@ -0,0 +1,7 @@ +zone "e61-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e61-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e63-1.conf b/examples/tg16/dns/slave/conf-slave/e63-1.conf new file mode 100644 index 0000000..cdce58e --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e63-1.conf @@ -0,0 +1,7 @@ +zone "e63-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e63-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e63-2.conf b/examples/tg16/dns/slave/conf-slave/e63-2.conf new file mode 100644 index 0000000..9615ea0 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e63-2.conf @@ -0,0 +1,7 @@ +zone "e63-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e63-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e63-3.conf b/examples/tg16/dns/slave/conf-slave/e63-3.conf new file mode 100644 index 0000000..81cc277 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e63-3.conf @@ -0,0 +1,7 @@ +zone "e63-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e63-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e63-4.conf b/examples/tg16/dns/slave/conf-slave/e63-4.conf new file mode 100644 index 0000000..98f2495 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e63-4.conf @@ -0,0 +1,7 @@ +zone "e63-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e63-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e65-1.conf b/examples/tg16/dns/slave/conf-slave/e65-1.conf new file mode 100644 index 0000000..8668998 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e65-1.conf @@ -0,0 +1,7 @@ +zone "e65-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e65-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e65-2.conf b/examples/tg16/dns/slave/conf-slave/e65-2.conf new file mode 100644 index 0000000..fe46fe1 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e65-2.conf @@ -0,0 +1,7 @@ +zone "e65-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e65-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e65-3.conf b/examples/tg16/dns/slave/conf-slave/e65-3.conf new file mode 100644 index 0000000..13c23be --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e65-3.conf @@ -0,0 +1,7 @@ +zone "e65-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e65-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e65-4.conf b/examples/tg16/dns/slave/conf-slave/e65-4.conf new file mode 100644 index 0000000..aa2f20b --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e65-4.conf @@ -0,0 +1,7 @@ +zone "e65-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e65-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e67-1.conf b/examples/tg16/dns/slave/conf-slave/e67-1.conf new file mode 100644 index 0000000..11d3244 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e67-1.conf @@ -0,0 +1,7 @@ +zone "e67-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e67-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e67-2.conf b/examples/tg16/dns/slave/conf-slave/e67-2.conf new file mode 100644 index 0000000..fa99da6 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e67-2.conf @@ -0,0 +1,7 @@ +zone "e67-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e67-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e67-3.conf b/examples/tg16/dns/slave/conf-slave/e67-3.conf new file mode 100644 index 0000000..07c2028 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e67-3.conf @@ -0,0 +1,7 @@ +zone "e67-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e67-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e67-4.conf b/examples/tg16/dns/slave/conf-slave/e67-4.conf new file mode 100644 index 0000000..3f6d462 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e67-4.conf @@ -0,0 +1,7 @@ +zone "e67-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e67-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e69-1.conf b/examples/tg16/dns/slave/conf-slave/e69-1.conf new file mode 100644 index 0000000..5b61d69 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e69-1.conf @@ -0,0 +1,7 @@ +zone "e69-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e69-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e69-2.conf b/examples/tg16/dns/slave/conf-slave/e69-2.conf new file mode 100644 index 0000000..3710313 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e69-2.conf @@ -0,0 +1,7 @@ +zone "e69-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e69-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e7-1.conf b/examples/tg16/dns/slave/conf-slave/e7-1.conf new file mode 100644 index 0000000..2bddf0f --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e7-1.conf @@ -0,0 +1,7 @@ +zone "e7-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e7-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e7-2.conf b/examples/tg16/dns/slave/conf-slave/e7-2.conf new file mode 100644 index 0000000..3ee8e04 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e7-2.conf @@ -0,0 +1,7 @@ +zone "e7-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e7-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e7-3.conf b/examples/tg16/dns/slave/conf-slave/e7-3.conf new file mode 100644 index 0000000..67f7b24 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e7-3.conf @@ -0,0 +1,7 @@ +zone "e7-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e7-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e7-4.conf b/examples/tg16/dns/slave/conf-slave/e7-4.conf new file mode 100644 index 0000000..7c3a454 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e7-4.conf @@ -0,0 +1,7 @@ +zone "e7-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e7-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e71-1.conf b/examples/tg16/dns/slave/conf-slave/e71-1.conf new file mode 100644 index 0000000..c63bbb4 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e71-1.conf @@ -0,0 +1,7 @@ +zone "e71-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e71-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e71-2.conf b/examples/tg16/dns/slave/conf-slave/e71-2.conf new file mode 100644 index 0000000..8f4f70f --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e71-2.conf @@ -0,0 +1,7 @@ +zone "e71-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e71-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e73-1.conf b/examples/tg16/dns/slave/conf-slave/e73-1.conf new file mode 100644 index 0000000..52676cf --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e73-1.conf @@ -0,0 +1,7 @@ +zone "e73-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e73-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e73-2.conf b/examples/tg16/dns/slave/conf-slave/e73-2.conf new file mode 100644 index 0000000..747aa0e --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e73-2.conf @@ -0,0 +1,7 @@ +zone "e73-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e73-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e75-1.conf b/examples/tg16/dns/slave/conf-slave/e75-1.conf new file mode 100644 index 0000000..77dd814 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e75-1.conf @@ -0,0 +1,7 @@ +zone "e75-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e75-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e75-2.conf b/examples/tg16/dns/slave/conf-slave/e75-2.conf new file mode 100644 index 0000000..ad3849d --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e75-2.conf @@ -0,0 +1,7 @@ +zone "e75-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e75-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e77-1.conf b/examples/tg16/dns/slave/conf-slave/e77-1.conf new file mode 100644 index 0000000..097a97b --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e77-1.conf @@ -0,0 +1,7 @@ +zone "e77-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e77-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e77-2.conf b/examples/tg16/dns/slave/conf-slave/e77-2.conf new file mode 100644 index 0000000..6f2c8e8 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e77-2.conf @@ -0,0 +1,7 @@ +zone "e77-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e77-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e79-1.conf b/examples/tg16/dns/slave/conf-slave/e79-1.conf new file mode 100644 index 0000000..8fb38a1 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e79-1.conf @@ -0,0 +1,7 @@ +zone "e79-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e79-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e79-2.conf b/examples/tg16/dns/slave/conf-slave/e79-2.conf new file mode 100644 index 0000000..2d8b086 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e79-2.conf @@ -0,0 +1,7 @@ +zone "e79-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e79-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e81-1.conf b/examples/tg16/dns/slave/conf-slave/e81-1.conf new file mode 100644 index 0000000..67f9652 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e81-1.conf @@ -0,0 +1,7 @@ +zone "e81-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e81-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e81-2.conf b/examples/tg16/dns/slave/conf-slave/e81-2.conf new file mode 100644 index 0000000..bdb1ff9 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e81-2.conf @@ -0,0 +1,7 @@ +zone "e81-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e81-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e83-2.conf b/examples/tg16/dns/slave/conf-slave/e83-2.conf new file mode 100644 index 0000000..8f75ff9 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e83-2.conf @@ -0,0 +1,7 @@ +zone "e83-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e83-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e85-2.conf b/examples/tg16/dns/slave/conf-slave/e85-2.conf new file mode 100644 index 0000000..99bdbaf --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e85-2.conf @@ -0,0 +1,7 @@ +zone "e85-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e85-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e9-1.conf b/examples/tg16/dns/slave/conf-slave/e9-1.conf new file mode 100644 index 0000000..05849c6 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e9-1.conf @@ -0,0 +1,7 @@ +zone "e9-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e9-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e9-2.conf b/examples/tg16/dns/slave/conf-slave/e9-2.conf new file mode 100644 index 0000000..b86b434 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e9-2.conf @@ -0,0 +1,7 @@ +zone "e9-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e9-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e9-3.conf b/examples/tg16/dns/slave/conf-slave/e9-3.conf new file mode 100644 index 0000000..949eaff --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e9-3.conf @@ -0,0 +1,7 @@ +zone "e9-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e9-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/e9-4.conf b/examples/tg16/dns/slave/conf-slave/e9-4.conf new file mode 100644 index 0000000..f7789fc --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/e9-4.conf @@ -0,0 +1,7 @@ +zone "e9-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e9-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/event.conf b/examples/tg16/dns/slave/conf-slave/event.conf new file mode 100644 index 0000000..167da78 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/event.conf @@ -0,0 +1,7 @@ +zone "event.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/event.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/flankenord.conf b/examples/tg16/dns/slave/conf-slave/flankenord.conf new file mode 100644 index 0000000..d9465fa --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/flankenord.conf @@ -0,0 +1,7 @@ +zone "flankenord.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/flankenord.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/flankesor.conf b/examples/tg16/dns/slave/conf-slave/flankesor.conf new file mode 100644 index 0000000..b92a758 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/flankesor.conf @@ -0,0 +1,7 @@ +zone "flankesor.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/flankesor.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/foh.conf b/examples/tg16/dns/slave/conf-slave/foh.conf new file mode 100644 index 0000000..400a3b3 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/foh.conf @@ -0,0 +1,7 @@ +zone "foh.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/foh.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/fugleberget.conf b/examples/tg16/dns/slave/conf-slave/fugleberget.conf new file mode 100644 index 0000000..3439fa8 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/fugleberget.conf @@ -0,0 +1,7 @@ +zone "fugleberget.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/fugleberget.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/game.conf b/examples/tg16/dns/slave/conf-slave/game.conf new file mode 100644 index 0000000..b2f02ea --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/game.conf @@ -0,0 +1,7 @@ +zone "game.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/game.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/gamestage.conf b/examples/tg16/dns/slave/conf-slave/gamestage.conf new file mode 100644 index 0000000..678232d --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/gamestage.conf @@ -0,0 +1,7 @@ +zone "gamestage.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/gamestage.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/highlights.conf b/examples/tg16/dns/slave/conf-slave/highlights.conf new file mode 100644 index 0000000..eb52c6a --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/highlights.conf @@ -0,0 +1,7 @@ +zone "highlights.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/highlights.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/hon.conf b/examples/tg16/dns/slave/conf-slave/hon.conf new file mode 100644 index 0000000..4128b5b --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/hon.conf @@ -0,0 +1,7 @@ +zone "hon.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/hon.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/info.conf b/examples/tg16/dns/slave/conf-slave/info.conf new file mode 100644 index 0000000..b3e433a --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/info.conf @@ -0,0 +1,7 @@ +zone "info.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/info.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/innsjekk.conf b/examples/tg16/dns/slave/conf-slave/innsjekk.conf new file mode 100644 index 0000000..0ac8a15 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/innsjekk.conf @@ -0,0 +1,7 @@ +zone "innsjekk.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/innsjekk.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/logistikk.conf b/examples/tg16/dns/slave/conf-slave/logistikk.conf new file mode 100644 index 0000000..c4904fd --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/logistikk.conf @@ -0,0 +1,7 @@ +zone "logistikk.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/logistikk.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/medic.conf b/examples/tg16/dns/slave/conf-slave/medic.conf new file mode 100644 index 0000000..333fd18 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/medic.conf @@ -0,0 +1,7 @@ +zone "medic.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/medic.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/noc.conf b/examples/tg16/dns/slave/conf-slave/noc.conf new file mode 100644 index 0000000..9b8ce50 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/noc.conf @@ -0,0 +1,7 @@ +zone "noc.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/noc.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/north.conf b/examples/tg16/dns/slave/conf-slave/north.conf new file mode 100644 index 0000000..6488679 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/north.conf @@ -0,0 +1,7 @@ +zone "north.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/north.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/presse.conf b/examples/tg16/dns/slave/conf-slave/presse.conf new file mode 100644 index 0000000..76f3a89 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/presse.conf @@ -0,0 +1,7 @@ +zone "presse.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/presse.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/resepsjon.conf b/examples/tg16/dns/slave/conf-slave/resepsjon.conf new file mode 100644 index 0000000..6b80571 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/resepsjon.conf @@ -0,0 +1,7 @@ +zone "resepsjon.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/resepsjon.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/santander-temp.conf b/examples/tg16/dns/slave/conf-slave/santander-temp.conf new file mode 100644 index 0000000..3273c3d --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/santander-temp.conf @@ -0,0 +1,7 @@ +zone "santander-temp.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/santander-temp.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/security.conf b/examples/tg16/dns/slave/conf-slave/security.conf new file mode 100644 index 0000000..55109c5 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/security.conf @@ -0,0 +1,7 @@ +zone "security.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/security.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/security2.conf b/examples/tg16/dns/slave/conf-slave/security2.conf new file mode 100644 index 0000000..f7349c6 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/security2.conf @@ -0,0 +1,7 @@ +zone "security2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/security2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/sponsor.conf b/examples/tg16/dns/slave/conf-slave/sponsor.conf new file mode 100644 index 0000000..186f0ee --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/sponsor.conf @@ -0,0 +1,7 @@ +zone "sponsor.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/sponsor.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/stage.conf b/examples/tg16/dns/slave/conf-slave/stage.conf new file mode 100644 index 0000000..02b5a12 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/stage.conf @@ -0,0 +1,7 @@ +zone "stage.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/stage.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/streamer1.conf b/examples/tg16/dns/slave/conf-slave/streamer1.conf new file mode 100644 index 0000000..1002318 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/streamer1.conf @@ -0,0 +1,7 @@ +zone "streamer1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/streamer1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/tech-wlan.conf b/examples/tg16/dns/slave/conf-slave/tech-wlan.conf new file mode 100644 index 0000000..4699c9b --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/tech-wlan.conf @@ -0,0 +1,7 @@ +zone "tech-wlan.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/tech-wlan.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/conf-slave/wlan.conf b/examples/tg16/dns/slave/conf-slave/wlan.conf new file mode 100644 index 0000000..aa1ef15 --- /dev/null +++ b/examples/tg16/dns/slave/conf-slave/wlan.conf @@ -0,0 +1,7 @@ +zone "wlan.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/wlan.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/slave/named.conf b/examples/tg16/dns/slave/named.conf new file mode 100644 index 0000000..feb504a --- /dev/null +++ b/examples/tg16/dns/slave/named.conf @@ -0,0 +1,148 @@ +// This named.conf was generated by make-named.pl at 20160322-2330 +// The current version of make-named.pl should not overwrite this file. +acl tg-nett { 88.92.0.0/17; 2a06:5840::/29; 185.110.148.0/22; 127.0.0.0/8; ::1; }; +acl ns-xfr { 185.110.148.2; 2a06:5841:1337::2; 185.110.149.2; 2a06:5841:149a::2; 185.110.150.0/25; 2a06:5841:150a::1/64; }; +acl ext-xfr { 193.0.0.0/22; 2001:610:240::/48; 2001:67c:2e8::/48; }; + +options { + directory "/etc/bind"; + allow-recursion { tg-nett; }; + allow-query { any; }; + allow-transfer { ns-xfr; }; + recursion yes; + auth-nxdomain no; + listen-on-v6 { any; }; + statistics-file "/etc/bind/named.rndc-stats"; +}; + +logging { + category "default" { "debug"; }; + category "general" { "debug"; }; + category "database" { "debug"; }; + category "security" { "debug"; "stats"; }; + category "config" { "debug"; "stats"; }; + category "resolver" { "debug"; "stats"; }; + category "xfer-in" { "debug"; "stats"; }; + category "xfer-out" { "debug"; "stats"; }; + category "notify" { "debug"; "stats"; }; + category "client" { "debug"; }; + category "unmatched" { "debug"; }; + category "network" { "debug"; }; + category "update" { "debug"; }; + category "queries" { "stats"; "query"; }; + category "dispatch" { "debug"; }; + category "dnssec" { "debug"; }; + category "lame-servers" { "debug"; }; + + channel "debug" { + file "/etc/bind/nameddbg" versions 2 size 50m; + print-time yes; + print-category yes; + print-severity yes; + severity debug 9; + }; + + channel "stats" { + file "/etc/bind/namedstats" versions 2 size 50m; + print-time yes; + print-category yes; + print-severity yes; + severity debug 3; + }; + + channel "query" { + file "/etc/bind/namedquery" versions 2 size 500m; + print-time yes; + severity info; + }; +}; + +key DHCP_UPDATER { + algorithm HMAC-MD5.SIG-ALG.REG.INT; + secret <removed>; +}; + +masters master_ns { 2a06:5841:149a::2; 185.110.149.2; }; + +zone "tg16.gathering.org" { + type slave; + file "slave/tg16.gathering.org"; + notify no; + masters { master_ns; }; +}; + +zone "infra.tg16.gathering.org" { + type slave; + file "slave/infra.tg16.gathering.org"; + notify no; + masters { master_ns; }; +}; + +zone "0.4.8.5.6.0.a.2.ip6.arpa" { + type slave; + notify no; + masters { master_ns; }; + file "slave/0.4.8.5.6.0.a.2.ip6.arpa"; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +zone "1.4.8.5.6.0.a.2.ip6.arpa" { + type slave; + notify no; + masters { master_ns; }; + file "slave/1.4.8.5.6.0.a.2.ip6.arpa"; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +zone "2.4.8.5.6.0.a.2.ip6.arpa" { + type slave; + notify no; + masters { master_ns; }; + file "slave/2.4.8.5.6.0.a.2.ip6.arpa"; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +zone "3.4.8.5.6.0.a.2.ip6.arpa" { + type slave; + notify no; + masters { master_ns; }; + file "slave/3.4.8.5.6.0.a.2.ip6.arpa"; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +zone "4.4.8.5.6.0.a.2.ip6.arpa" { + type slave; + notify no; + masters { master_ns; }; + file "slave/4.4.8.5.6.0.a.2.ip6.arpa"; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +zone "5.4.8.5.6.0.a.2.ip6.arpa" { + type slave; + notify no; + masters { master_ns; }; + file "slave/5.4.8.5.6.0.a.2.ip6.arpa"; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +zone "6.4.8.5.6.0.a.2.ip6.arpa" { + type slave; + notify no; + masters { master_ns; }; + file "slave/6.4.8.5.6.0.a.2.ip6.arpa"; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +zone "7.4.8.5.6.0.a.2.ip6.arpa" { + type slave; + notify no; + masters { master_ns; }; + file "slave/7.4.8.5.6.0.a.2.ip6.arpa"; + allow-transfer { ns-xfr; ext-xfr; }; +}; + + +include "named.conf.default-zones"; +include "named.slave-reverse4.conf"; +include "named.slave-include.conf"; diff --git a/examples/tg16/dns/slave/named.conf.default-zones b/examples/tg16/dns/slave/named.conf.default-zones new file mode 100644 index 0000000..355338b --- /dev/null +++ b/examples/tg16/dns/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/tg16/dns/slave/named.rndc-stats b/examples/tg16/dns/slave/named.rndc-stats new file mode 100644 index 0000000..aafb6f8 --- /dev/null +++ b/examples/tg16/dns/slave/named.rndc-stats @@ -0,0 +1,136 @@ ++++ Statistics Dump +++ (1459077002) +++ Incoming Requests ++ + 11710890 QUERY + 128708 NOTIFY +++ Incoming Queries ++ + 6682245 A + 56471 NS + 132 CNAME + 5562 SOA + 1940294 PTR + 82 MX + 16526 TXT + 2739744 AAAA + 239167 SRV + 9 NAPTR + 820 A6 + 122 DS + 81 DNSKEY + 26306 ANY + 3329 Others +++ Outgoing Queries ++ +[View: default] + 4178011 A + 24412 NS + 127 CNAME + 1309 SOA + 511408 PTR + 11 MX + 10365 TXT + 1125990 AAAA + 23413 SRV + 15 NAPTR + 2 DS + 1 DNSKEY + 1076 ANY + 1837 Others +[View: _bind] +++ Name Server Statistics ++ + 8204466 IPv4 requests received + 3635136 IPv6 requests received + 1753950 requests with EDNS(0) received + 625 TCP requests received + 449 auth queries rejected + 3228241 recursive queries rejected + 11755227 responses sent + 2315 truncated responses sent + 1753900 responses with EDNS(0) sent + 7068307 queries resulted in successful answer + 2315088 queries resulted in authoritative answer + 5939914 queries resulted in non authoritative answer + 540 queries resulted in referral answer + 432653 queries resulted in nxrrset + 142823 queries resulted in SERVFAIL + 753502 queries resulted in NXDOMAIN + 3494338 queries caused recursion + 82063 duplicate queries received + 2312 queries dropped + 3228690 other query failures + 2 responses dropped for rate limits +++ Zone Maintenance Statistics ++ + 64353 IPv4 notifies received + 64355 IPv6 notifies received + 35217 IPv4 SOA queries sent + 93276 IPv6 SOA queries sent + 155 IPv4 IXFR requested + 58059 IPv6 IXFR requested + 58214 transfer requests succeeded +++ Resolver Statistics ++ +[Common] + 13 mismatch responses received +[View: default] + 5226295 IPv4 queries sent + 651682 IPv6 queries sent + 5026991 IPv4 responses received + 623811 IPv6 responses received + 145200 NXDOMAIN received + 23839 SERVFAIL received + 1588 FORMERR received + 259050 other errors received + 3506 EDNS(0) query failures + 10643 truncated responses received + 9974 lame delegations received + 592187 query retries + 231528 query timeouts + 234600 IPv4 NS address fetches + 235694 IPv6 NS address fetches + 5261 IPv4 NS address fetch failed + 183487 IPv6 NS address fetch failed + 708744 queries with RTT < 10ms + 2474745 queries with RTT 10-100ms + 2452911 queries with RTT 100-500ms + 5578 queries with RTT 500-800ms + 102 queries with RTT 800-1600ms + 25 queries with RTT > 1600ms +[View: _bind] +++ Cache DB RRsets ++ +[View: default] + 39773 A + 95605 NS + 7763 CNAME + 1 SOA + 41407 PTR + 402 TXT + 5339 AAAA + 9 SRV + 983 DS + 22326 RRSIG + 19873 NSEC + 1 DNSKEY + 8 !A + 371 !AAAA + 35926 NXDOMAIN +[View: _bind (Cache: _bind)] +++ Socket I/O Statistics ++ + 5257275 UDP/IPv4 sockets opened + 728337 UDP/IPv6 sockets opened + 5365 TCP/IPv4 sockets opened + 63497 TCP/IPv6 sockets opened + 5257259 UDP/IPv4 sockets closed + 728329 UDP/IPv6 sockets closed + 6968 TCP/IPv4 sockets closed + 63623 TCP/IPv6 sockets closed + 1461 UDP/IPv4 socket bind failures + 114 UDP/IPv6 socket bind failures + 10 UDP/IPv6 socket connect failures + 5221088 UDP/IPv4 connections established + 646246 UDP/IPv6 connections established + 5023 TCP/IPv4 connections established + 63451 TCP/IPv6 connections established + 1607 TCP/IPv4 connections accepted + 128 TCP/IPv6 connections accepted + 8107 UDP/IPv4 recv errors + 882 UDP/IPv6 recv errors + 13 TCP/IPv4 recv errors +++ Per Zone Query Statistics ++ +--- Statistics Dump --- (1459077002)
\ No newline at end of file diff --git a/examples/tg16/dns/slave/named.slave-include.conf b/examples/tg16/dns/slave/named.slave-include.conf new file mode 100644 index 0000000..1f74f88 --- /dev/null +++ b/examples/tg16/dns/slave/named.slave-include.conf @@ -0,0 +1,179 @@ +include "/etc/bind/conf-slave/ap-creativia.conf"; +include "/etc/bind/conf-slave/ap-distro0.conf"; +include "/etc/bind/conf-slave/ap-distro1.conf"; +include "/etc/bind/conf-slave/ap-distro2.conf"; +include "/etc/bind/conf-slave/ap-distro3.conf"; +include "/etc/bind/conf-slave/ap-distro4.conf"; +include "/etc/bind/conf-slave/ap-distro5.conf"; +include "/etc/bind/conf-slave/ap-distro6.conf"; +include "/etc/bind/conf-slave/ap-distro7.conf"; +include "/etc/bind/conf-slave/ap-stand.conf"; +include "/etc/bind/conf-slave/auditorium.conf"; +include "/etc/bind/conf-slave/creativia-village.conf"; +include "/etc/bind/conf-slave/creativia.conf"; +include "/etc/bind/conf-slave/creativia1.conf"; +include "/etc/bind/conf-slave/creativia2.conf"; +include "/etc/bind/conf-slave/creativia3.conf"; +include "/etc/bind/conf-slave/creativia4.conf"; +include "/etc/bind/conf-slave/creativia5.conf"; +include "/etc/bind/conf-slave/creativia6.conf"; +include "/etc/bind/conf-slave/creativia7.conf"; +include "/etc/bind/conf-slave/creativiasw1.conf"; +include "/etc/bind/conf-slave/crew.conf"; +include "/etc/bind/conf-slave/deltaker-srv.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/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/e41-3.conf"; +include "/etc/bind/conf-slave/e41-4.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-2.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/e7-1.conf"; +include "/etc/bind/conf-slave/e7-2.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/e73-1.conf"; +include "/etc/bind/conf-slave/e73-2.conf"; +include "/etc/bind/conf-slave/e75-1.conf"; +include "/etc/bind/conf-slave/e75-2.conf"; +include "/etc/bind/conf-slave/e77-1.conf"; +include "/etc/bind/conf-slave/e77-2.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/e83-2.conf"; +include "/etc/bind/conf-slave/e85-2.conf"; +include "/etc/bind/conf-slave/e9-1.conf"; +include "/etc/bind/conf-slave/e9-2.conf"; +include "/etc/bind/conf-slave/e9-3.conf"; +include "/etc/bind/conf-slave/e9-4.conf"; +include "/etc/bind/conf-slave/event.conf"; +include "/etc/bind/conf-slave/flankenord.conf"; +include "/etc/bind/conf-slave/flankesor.conf"; +include "/etc/bind/conf-slave/foh.conf"; +include "/etc/bind/conf-slave/fugleberget.conf"; +include "/etc/bind/conf-slave/game.conf"; +include "/etc/bind/conf-slave/gamestage.conf"; +include "/etc/bind/conf-slave/highlights.conf"; +include "/etc/bind/conf-slave/hon.conf"; +include "/etc/bind/conf-slave/info.conf"; +include "/etc/bind/conf-slave/innsjekk.conf"; +include "/etc/bind/conf-slave/logistikk.conf"; +include "/etc/bind/conf-slave/medic.conf"; +include "/etc/bind/conf-slave/noc.conf"; +include "/etc/bind/conf-slave/north.conf"; +include "/etc/bind/conf-slave/presse.conf"; +include "/etc/bind/conf-slave/resepsjon.conf"; +include "/etc/bind/conf-slave/santander-temp.conf"; +include "/etc/bind/conf-slave/security.conf"; +include "/etc/bind/conf-slave/security2.conf"; +include "/etc/bind/conf-slave/sponsor.conf"; +include "/etc/bind/conf-slave/stage.conf"; +include "/etc/bind/conf-slave/streamer1.conf"; +include "/etc/bind/conf-slave/tech-wlan.conf"; +include "/etc/bind/conf-slave/wlan.conf"; diff --git a/examples/tg16/dns/slave/named.slave-reverse4.conf b/examples/tg16/dns/slave/named.slave-reverse4.conf new file mode 100644 index 0000000..97c25ef --- /dev/null +++ b/examples/tg16/dns/slave/named.slave-reverse4.conf @@ -0,0 +1,1188 @@ +// 88.92.0.0/24 +zone "0.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/0.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.1.0/24 +zone "1.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/1.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.2.0/24 +zone "2.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/2.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.3.0/24 +zone "3.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/3.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.4.0/24 +zone "4.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/4.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.5.0/24 +zone "5.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/5.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.6.0/24 +zone "6.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/6.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.7.0/24 +zone "7.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/7.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.8.0/24 +zone "8.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/8.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.9.0/24 +zone "9.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/9.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.10.0/24 +zone "10.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/10.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.11.0/24 +zone "11.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/11.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.12.0/24 +zone "12.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/12.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.13.0/24 +zone "13.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/13.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.14.0/24 +zone "14.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/14.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.15.0/24 +zone "15.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/15.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.16.0/24 +zone "16.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/16.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.17.0/24 +zone "17.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/17.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.18.0/24 +zone "18.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/18.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.19.0/24 +zone "19.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/19.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.20.0/24 +zone "20.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/20.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.21.0/24 +zone "21.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/21.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.22.0/24 +zone "22.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/22.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.23.0/24 +zone "23.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/23.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.24.0/24 +zone "24.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/24.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.25.0/24 +zone "25.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/25.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.26.0/24 +zone "26.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/26.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.27.0/24 +zone "27.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/27.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.28.0/24 +zone "28.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/28.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.29.0/24 +zone "29.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/29.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.30.0/24 +zone "30.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/30.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.31.0/24 +zone "31.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/31.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.32.0/24 +zone "32.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/32.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.33.0/24 +zone "33.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/33.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.34.0/24 +zone "34.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/34.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.35.0/24 +zone "35.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/35.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.36.0/24 +zone "36.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/36.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.37.0/24 +zone "37.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/37.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.38.0/24 +zone "38.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/38.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.39.0/24 +zone "39.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/39.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.40.0/24 +zone "40.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/40.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.41.0/24 +zone "41.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/41.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.42.0/24 +zone "42.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/42.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.43.0/24 +zone "43.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/43.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.44.0/24 +zone "44.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/44.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.45.0/24 +zone "45.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/45.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.46.0/24 +zone "46.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/46.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.47.0/24 +zone "47.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/47.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.48.0/24 +zone "48.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/48.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.49.0/24 +zone "49.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/49.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.50.0/24 +zone "50.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/50.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.51.0/24 +zone "51.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/51.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.52.0/24 +zone "52.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/52.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.53.0/24 +zone "53.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/53.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.54.0/24 +zone "54.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/54.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.55.0/24 +zone "55.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/55.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.56.0/24 +zone "56.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/56.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.57.0/24 +zone "57.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/57.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.58.0/24 +zone "58.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/58.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.59.0/24 +zone "59.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/59.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.60.0/24 +zone "60.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/60.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.61.0/24 +zone "61.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/61.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.62.0/24 +zone "62.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/62.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.63.0/24 +zone "63.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/63.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.64.0/24 +zone "64.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/64.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.65.0/24 +zone "65.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/65.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.66.0/24 +zone "66.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/66.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.67.0/24 +zone "67.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/67.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.68.0/24 +zone "68.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/68.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.69.0/24 +zone "69.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/69.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.70.0/24 +zone "70.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/70.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.71.0/24 +zone "71.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/71.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.72.0/24 +zone "72.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/72.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.73.0/24 +zone "73.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/73.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.74.0/24 +zone "74.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/74.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.75.0/24 +zone "75.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/75.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.76.0/24 +zone "76.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/76.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.77.0/24 +zone "77.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/77.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.78.0/24 +zone "78.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/78.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.79.0/24 +zone "79.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/79.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.80.0/24 +zone "80.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/80.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.81.0/24 +zone "81.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/81.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.82.0/24 +zone "82.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/82.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.83.0/24 +zone "83.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/83.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.84.0/24 +zone "84.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/84.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.85.0/24 +zone "85.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/85.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.86.0/24 +zone "86.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/86.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.87.0/24 +zone "87.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/87.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.88.0/24 +zone "88.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/88.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.89.0/24 +zone "89.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/89.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.90.0/24 +zone "90.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/90.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.91.0/24 +zone "91.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/91.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.92.0/24 +zone "92.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/92.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.93.0/24 +zone "93.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/93.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.94.0/24 +zone "94.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/94.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.95.0/24 +zone "95.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/95.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.96.0/24 +zone "96.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/96.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.97.0/24 +zone "97.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/97.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.98.0/24 +zone "98.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/98.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.99.0/24 +zone "99.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/99.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.100.0/24 +zone "100.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/100.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.101.0/24 +zone "101.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/101.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.102.0/24 +zone "102.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/102.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.103.0/24 +zone "103.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/103.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.104.0/24 +zone "104.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/104.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.105.0/24 +zone "105.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/105.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.106.0/24 +zone "106.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/106.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.107.0/24 +zone "107.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/107.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.108.0/24 +zone "108.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/108.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.109.0/24 +zone "109.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/109.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.110.0/24 +zone "110.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/110.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.111.0/24 +zone "111.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/111.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.112.0/24 +zone "112.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/112.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.113.0/24 +zone "113.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/113.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.114.0/24 +zone "114.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/114.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.115.0/24 +zone "115.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/115.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.116.0/24 +zone "116.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/116.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.117.0/24 +zone "117.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/117.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.118.0/24 +zone "118.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/118.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.119.0/24 +zone "119.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/119.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.120.0/24 +zone "120.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/120.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.121.0/24 +zone "121.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/121.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.122.0/24 +zone "122.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/122.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.123.0/24 +zone "123.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/123.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.124.0/24 +zone "124.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/124.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.125.0/24 +zone "125.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/125.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.126.0/24 +zone "126.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/126.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 88.92.127.0/24 +zone "127.92.88.in-addr.arpa" { + type slave; + notify no; + file "slave/127.92.88.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 185.110.148.0/24 +zone "148.110.185.in-addr.arpa" { + type slave; + notify no; + file "slave/148.110.185.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 185.110.149.0/24 +zone "149.110.185.in-addr.arpa" { + type slave; + notify no; + file "slave/149.110.185.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 185.110.150.0/24 +zone "150.110.185.in-addr.arpa" { + type slave; + notify no; + file "slave/150.110.185.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 185.110.151.0/24 +zone "151.110.185.in-addr.arpa" { + type slave; + notify no; + file "slave/151.110.185.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + |