diff options
Diffstat (limited to 'examples/tg15/dns/slave')
184 files changed, 2812 insertions, 0 deletions
diff --git a/examples/tg15/dns/slave/conf-slave/ap-distro0.conf b/examples/tg15/dns/slave/conf-slave/ap-distro0.conf new file mode 100644 index 0000000..6899110 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/ap-distro0.conf @@ -0,0 +1,7 @@ +zone "ap-distro0.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/ap-distro0.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/ap-distro1.conf b/examples/tg15/dns/slave/conf-slave/ap-distro1.conf new file mode 100644 index 0000000..ac2f1f4 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/ap-distro1.conf @@ -0,0 +1,7 @@ +zone "ap-distro1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/ap-distro1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/ap-distro2.conf b/examples/tg15/dns/slave/conf-slave/ap-distro2.conf new file mode 100644 index 0000000..9c2b34b --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/ap-distro2.conf @@ -0,0 +1,7 @@ +zone "ap-distro2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/ap-distro2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/ap-distro3.conf b/examples/tg15/dns/slave/conf-slave/ap-distro3.conf new file mode 100644 index 0000000..44f57c6 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/ap-distro3.conf @@ -0,0 +1,7 @@ +zone "ap-distro3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/ap-distro3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/ap-distro4.conf b/examples/tg15/dns/slave/conf-slave/ap-distro4.conf new file mode 100644 index 0000000..2638667 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/ap-distro4.conf @@ -0,0 +1,7 @@ +zone "ap-distro4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/ap-distro4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/ap-distro5.conf b/examples/tg15/dns/slave/conf-slave/ap-distro5.conf new file mode 100644 index 0000000..2c3827f --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/ap-distro5.conf @@ -0,0 +1,7 @@ +zone "ap-distro5.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/ap-distro5.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/ap-distro6.conf b/examples/tg15/dns/slave/conf-slave/ap-distro6.conf new file mode 100644 index 0000000..f410944 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/ap-distro6.conf @@ -0,0 +1,7 @@ +zone "ap-distro6.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/ap-distro6.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/ap-distro7.conf b/examples/tg15/dns/slave/conf-slave/ap-distro7.conf new file mode 100644 index 0000000..9fd101a --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/ap-distro7.conf @@ -0,0 +1,7 @@ +zone "ap-distro7.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/ap-distro7.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/creativia1.conf b/examples/tg15/dns/slave/conf-slave/creativia1.conf new file mode 100644 index 0000000..2c1a853 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/creativia1.conf @@ -0,0 +1,7 @@ +zone "creativia1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/creativia1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/creativia2.conf b/examples/tg15/dns/slave/conf-slave/creativia2.conf new file mode 100644 index 0000000..442d40a --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/creativia2.conf @@ -0,0 +1,7 @@ +zone "creativia2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/creativia2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/creativia3.conf b/examples/tg15/dns/slave/conf-slave/creativia3.conf new file mode 100644 index 0000000..d33c790 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/creativia3.conf @@ -0,0 +1,7 @@ +zone "creativia3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/creativia3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/creativia4.conf b/examples/tg15/dns/slave/conf-slave/creativia4.conf new file mode 100644 index 0000000..06e32c6 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/creativia4.conf @@ -0,0 +1,7 @@ +zone "creativia4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/creativia4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/creativia5.conf b/examples/tg15/dns/slave/conf-slave/creativia5.conf new file mode 100644 index 0000000..1d160a9 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/creativia5.conf @@ -0,0 +1,7 @@ +zone "creativia5.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/creativia5.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/creativia6.conf b/examples/tg15/dns/slave/conf-slave/creativia6.conf new file mode 100644 index 0000000..2f3a354 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/creativia6.conf @@ -0,0 +1,7 @@ +zone "creativia6.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/creativia6.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/creativia7.conf b/examples/tg15/dns/slave/conf-slave/creativia7.conf new file mode 100644 index 0000000..6c11bbc --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/creativia7.conf @@ -0,0 +1,7 @@ +zone "creativia7.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/creativia7.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/creativia8.conf b/examples/tg15/dns/slave/conf-slave/creativia8.conf new file mode 100644 index 0000000..7e08155 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/creativia8.conf @@ -0,0 +1,7 @@ +zone "creativia8.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/creativia8.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/crew.conf b/examples/tg15/dns/slave/conf-slave/crew.conf new file mode 100644 index 0000000..21c7425 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/crew.conf @@ -0,0 +1,7 @@ +zone "crew.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/crew.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e1-3.conf b/examples/tg15/dns/slave/conf-slave/e1-3.conf new file mode 100644 index 0000000..d1b3aac --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e1-3.conf @@ -0,0 +1,7 @@ +zone "e1-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e1-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e11-1.conf b/examples/tg15/dns/slave/conf-slave/e11-1.conf new file mode 100644 index 0000000..c016f71 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e11-1.conf @@ -0,0 +1,7 @@ +zone "e11-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e11-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e11-2.conf b/examples/tg15/dns/slave/conf-slave/e11-2.conf new file mode 100644 index 0000000..31350e1 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e11-2.conf @@ -0,0 +1,7 @@ +zone "e11-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e11-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e11-3.conf b/examples/tg15/dns/slave/conf-slave/e11-3.conf new file mode 100644 index 0000000..8386bfe --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e11-3.conf @@ -0,0 +1,7 @@ +zone "e11-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e11-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e11-4.conf b/examples/tg15/dns/slave/conf-slave/e11-4.conf new file mode 100644 index 0000000..2fe7918 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e11-4.conf @@ -0,0 +1,7 @@ +zone "e11-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e11-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e13-1.conf b/examples/tg15/dns/slave/conf-slave/e13-1.conf new file mode 100644 index 0000000..dfbcc4c --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e13-1.conf @@ -0,0 +1,7 @@ +zone "e13-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e13-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e13-2.conf b/examples/tg15/dns/slave/conf-slave/e13-2.conf new file mode 100644 index 0000000..5676f8c --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e13-2.conf @@ -0,0 +1,7 @@ +zone "e13-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e13-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e13-3.conf b/examples/tg15/dns/slave/conf-slave/e13-3.conf new file mode 100644 index 0000000..823e839 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e13-3.conf @@ -0,0 +1,7 @@ +zone "e13-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e13-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e13-4.conf b/examples/tg15/dns/slave/conf-slave/e13-4.conf new file mode 100644 index 0000000..c694f58 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e13-4.conf @@ -0,0 +1,7 @@ +zone "e13-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e13-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e15-1.conf b/examples/tg15/dns/slave/conf-slave/e15-1.conf new file mode 100644 index 0000000..b7f7951 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e15-1.conf @@ -0,0 +1,7 @@ +zone "e15-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e15-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e15-2.conf b/examples/tg15/dns/slave/conf-slave/e15-2.conf new file mode 100644 index 0000000..4bcb597 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e15-2.conf @@ -0,0 +1,7 @@ +zone "e15-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e15-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e15-3.conf b/examples/tg15/dns/slave/conf-slave/e15-3.conf new file mode 100644 index 0000000..8f39757 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e15-3.conf @@ -0,0 +1,7 @@ +zone "e15-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e15-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e15-4.conf b/examples/tg15/dns/slave/conf-slave/e15-4.conf new file mode 100644 index 0000000..76abd4e --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e15-4.conf @@ -0,0 +1,7 @@ +zone "e15-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e15-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e17-1.conf b/examples/tg15/dns/slave/conf-slave/e17-1.conf new file mode 100644 index 0000000..fb11181 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e17-1.conf @@ -0,0 +1,7 @@ +zone "e17-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e17-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e17-2.conf b/examples/tg15/dns/slave/conf-slave/e17-2.conf new file mode 100644 index 0000000..129187f --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e17-2.conf @@ -0,0 +1,7 @@ +zone "e17-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e17-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e17-3.conf b/examples/tg15/dns/slave/conf-slave/e17-3.conf new file mode 100644 index 0000000..290c1c5 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e17-3.conf @@ -0,0 +1,7 @@ +zone "e17-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e17-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e17-4.conf b/examples/tg15/dns/slave/conf-slave/e17-4.conf new file mode 100644 index 0000000..b601ec2 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e17-4.conf @@ -0,0 +1,7 @@ +zone "e17-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e17-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e19-1.conf b/examples/tg15/dns/slave/conf-slave/e19-1.conf new file mode 100644 index 0000000..b733036 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e19-1.conf @@ -0,0 +1,7 @@ +zone "e19-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e19-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e19-2.conf b/examples/tg15/dns/slave/conf-slave/e19-2.conf new file mode 100644 index 0000000..18d8446 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e19-2.conf @@ -0,0 +1,7 @@ +zone "e19-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e19-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e19-3.conf b/examples/tg15/dns/slave/conf-slave/e19-3.conf new file mode 100644 index 0000000..b2b8ea2 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e19-3.conf @@ -0,0 +1,7 @@ +zone "e19-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e19-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e19-4.conf b/examples/tg15/dns/slave/conf-slave/e19-4.conf new file mode 100644 index 0000000..13021e3 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e19-4.conf @@ -0,0 +1,7 @@ +zone "e19-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e19-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e21-1.conf b/examples/tg15/dns/slave/conf-slave/e21-1.conf new file mode 100644 index 0000000..49be310 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e21-1.conf @@ -0,0 +1,7 @@ +zone "e21-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e21-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e21-2.conf b/examples/tg15/dns/slave/conf-slave/e21-2.conf new file mode 100644 index 0000000..ee27202 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e21-2.conf @@ -0,0 +1,7 @@ +zone "e21-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e21-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e21-3.conf b/examples/tg15/dns/slave/conf-slave/e21-3.conf new file mode 100644 index 0000000..09f2c2b --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e21-3.conf @@ -0,0 +1,7 @@ +zone "e21-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e21-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e21-4.conf b/examples/tg15/dns/slave/conf-slave/e21-4.conf new file mode 100644 index 0000000..22c3fe7 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e21-4.conf @@ -0,0 +1,7 @@ +zone "e21-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e21-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e23-1.conf b/examples/tg15/dns/slave/conf-slave/e23-1.conf new file mode 100644 index 0000000..ce35c4d --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e23-1.conf @@ -0,0 +1,7 @@ +zone "e23-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e23-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e23-2.conf b/examples/tg15/dns/slave/conf-slave/e23-2.conf new file mode 100644 index 0000000..9c49a48 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e23-2.conf @@ -0,0 +1,7 @@ +zone "e23-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e23-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e23-3.conf b/examples/tg15/dns/slave/conf-slave/e23-3.conf new file mode 100644 index 0000000..7a8f3eb --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e23-3.conf @@ -0,0 +1,7 @@ +zone "e23-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e23-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e23-4.conf b/examples/tg15/dns/slave/conf-slave/e23-4.conf new file mode 100644 index 0000000..864059d --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e23-4.conf @@ -0,0 +1,7 @@ +zone "e23-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e23-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e25-1.conf b/examples/tg15/dns/slave/conf-slave/e25-1.conf new file mode 100644 index 0000000..fbe4f89 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e25-1.conf @@ -0,0 +1,7 @@ +zone "e25-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e25-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e25-2.conf b/examples/tg15/dns/slave/conf-slave/e25-2.conf new file mode 100644 index 0000000..15429ad --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e25-2.conf @@ -0,0 +1,7 @@ +zone "e25-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e25-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e25-3.conf b/examples/tg15/dns/slave/conf-slave/e25-3.conf new file mode 100644 index 0000000..74e14f5 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e25-3.conf @@ -0,0 +1,7 @@ +zone "e25-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e25-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e25-4.conf b/examples/tg15/dns/slave/conf-slave/e25-4.conf new file mode 100644 index 0000000..ea342b1 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e25-4.conf @@ -0,0 +1,7 @@ +zone "e25-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e25-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e27-1.conf b/examples/tg15/dns/slave/conf-slave/e27-1.conf new file mode 100644 index 0000000..4d77413 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e27-1.conf @@ -0,0 +1,7 @@ +zone "e27-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e27-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e27-2.conf b/examples/tg15/dns/slave/conf-slave/e27-2.conf new file mode 100644 index 0000000..f4ff2dd --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e27-2.conf @@ -0,0 +1,7 @@ +zone "e27-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e27-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e27-3.conf b/examples/tg15/dns/slave/conf-slave/e27-3.conf new file mode 100644 index 0000000..6e45638 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e27-3.conf @@ -0,0 +1,7 @@ +zone "e27-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e27-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e27-4.conf b/examples/tg15/dns/slave/conf-slave/e27-4.conf new file mode 100644 index 0000000..735c698 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e27-4.conf @@ -0,0 +1,7 @@ +zone "e27-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e27-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e29-1.conf b/examples/tg15/dns/slave/conf-slave/e29-1.conf new file mode 100644 index 0000000..92cc4a6 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e29-1.conf @@ -0,0 +1,7 @@ +zone "e29-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e29-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e29-2.conf b/examples/tg15/dns/slave/conf-slave/e29-2.conf new file mode 100644 index 0000000..37f6009 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e29-2.conf @@ -0,0 +1,7 @@ +zone "e29-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e29-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e3-2.conf b/examples/tg15/dns/slave/conf-slave/e3-2.conf new file mode 100644 index 0000000..3ddeb9a --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e3-2.conf @@ -0,0 +1,7 @@ +zone "e3-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e3-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e3-3.conf b/examples/tg15/dns/slave/conf-slave/e3-3.conf new file mode 100644 index 0000000..c08ee38 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e3-3.conf @@ -0,0 +1,7 @@ +zone "e3-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e3-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e3-4.conf b/examples/tg15/dns/slave/conf-slave/e3-4.conf new file mode 100644 index 0000000..cde16ed --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e3-4.conf @@ -0,0 +1,7 @@ +zone "e3-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e3-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e31-1.conf b/examples/tg15/dns/slave/conf-slave/e31-1.conf new file mode 100644 index 0000000..fbc8e9b --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e31-1.conf @@ -0,0 +1,7 @@ +zone "e31-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e31-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e31-2.conf b/examples/tg15/dns/slave/conf-slave/e31-2.conf new file mode 100644 index 0000000..52cfa0f --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e31-2.conf @@ -0,0 +1,7 @@ +zone "e31-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e31-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e33-1.conf b/examples/tg15/dns/slave/conf-slave/e33-1.conf new file mode 100644 index 0000000..e959b73 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e33-1.conf @@ -0,0 +1,7 @@ +zone "e33-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e33-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e33-2.conf b/examples/tg15/dns/slave/conf-slave/e33-2.conf new file mode 100644 index 0000000..0b44703 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e33-2.conf @@ -0,0 +1,7 @@ +zone "e33-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e33-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e35-1.conf b/examples/tg15/dns/slave/conf-slave/e35-1.conf new file mode 100644 index 0000000..1fa5d79 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e35-1.conf @@ -0,0 +1,7 @@ +zone "e35-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e35-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e35-2.conf b/examples/tg15/dns/slave/conf-slave/e35-2.conf new file mode 100644 index 0000000..d45c7dd --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e35-2.conf @@ -0,0 +1,7 @@ +zone "e35-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e35-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e37-1.conf b/examples/tg15/dns/slave/conf-slave/e37-1.conf new file mode 100644 index 0000000..1cda9d4 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e37-1.conf @@ -0,0 +1,7 @@ +zone "e37-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e37-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e37-2.conf b/examples/tg15/dns/slave/conf-slave/e37-2.conf new file mode 100644 index 0000000..47c53b0 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e37-2.conf @@ -0,0 +1,7 @@ +zone "e37-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e37-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e39-1.conf b/examples/tg15/dns/slave/conf-slave/e39-1.conf new file mode 100644 index 0000000..e9df231 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e39-1.conf @@ -0,0 +1,7 @@ +zone "e39-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e39-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e39-2.conf b/examples/tg15/dns/slave/conf-slave/e39-2.conf new file mode 100644 index 0000000..85b320a --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e39-2.conf @@ -0,0 +1,7 @@ +zone "e39-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e39-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e41-1.conf b/examples/tg15/dns/slave/conf-slave/e41-1.conf new file mode 100644 index 0000000..7bdfd91 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e41-1.conf @@ -0,0 +1,7 @@ +zone "e41-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e41-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e41-2.conf b/examples/tg15/dns/slave/conf-slave/e41-2.conf new file mode 100644 index 0000000..ae3ca84 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e41-2.conf @@ -0,0 +1,7 @@ +zone "e41-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e41-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e43-1.conf b/examples/tg15/dns/slave/conf-slave/e43-1.conf new file mode 100644 index 0000000..7e979e8 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e43-1.conf @@ -0,0 +1,7 @@ +zone "e43-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e43-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e43-2.conf b/examples/tg15/dns/slave/conf-slave/e43-2.conf new file mode 100644 index 0000000..1e71651 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e43-2.conf @@ -0,0 +1,7 @@ +zone "e43-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e43-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e45-1.conf b/examples/tg15/dns/slave/conf-slave/e45-1.conf new file mode 100644 index 0000000..c14c074 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e45-1.conf @@ -0,0 +1,7 @@ +zone "e45-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e45-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e45-2.conf b/examples/tg15/dns/slave/conf-slave/e45-2.conf new file mode 100644 index 0000000..30e1c62 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e45-2.conf @@ -0,0 +1,7 @@ +zone "e45-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e45-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e45-3.conf b/examples/tg15/dns/slave/conf-slave/e45-3.conf new file mode 100644 index 0000000..51f9dea --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e45-3.conf @@ -0,0 +1,7 @@ +zone "e45-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e45-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e45-4.conf b/examples/tg15/dns/slave/conf-slave/e45-4.conf new file mode 100644 index 0000000..8653228 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e45-4.conf @@ -0,0 +1,7 @@ +zone "e45-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e45-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e47-1.conf b/examples/tg15/dns/slave/conf-slave/e47-1.conf new file mode 100644 index 0000000..026706e --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e47-1.conf @@ -0,0 +1,7 @@ +zone "e47-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e47-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e47-2.conf b/examples/tg15/dns/slave/conf-slave/e47-2.conf new file mode 100644 index 0000000..8ff0f93 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e47-2.conf @@ -0,0 +1,7 @@ +zone "e47-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e47-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e47-3.conf b/examples/tg15/dns/slave/conf-slave/e47-3.conf new file mode 100644 index 0000000..1b2d341 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e47-3.conf @@ -0,0 +1,7 @@ +zone "e47-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e47-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e47-4.conf b/examples/tg15/dns/slave/conf-slave/e47-4.conf new file mode 100644 index 0000000..0fb0959 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e47-4.conf @@ -0,0 +1,7 @@ +zone "e47-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e47-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e49-1.conf b/examples/tg15/dns/slave/conf-slave/e49-1.conf new file mode 100644 index 0000000..74dabee --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e49-1.conf @@ -0,0 +1,7 @@ +zone "e49-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e49-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e49-2.conf b/examples/tg15/dns/slave/conf-slave/e49-2.conf new file mode 100644 index 0000000..54ae047 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e49-2.conf @@ -0,0 +1,7 @@ +zone "e49-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e49-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e49-3.conf b/examples/tg15/dns/slave/conf-slave/e49-3.conf new file mode 100644 index 0000000..dd3a8ae --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e49-3.conf @@ -0,0 +1,7 @@ +zone "e49-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e49-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e49-4.conf b/examples/tg15/dns/slave/conf-slave/e49-4.conf new file mode 100644 index 0000000..d41e85d --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e49-4.conf @@ -0,0 +1,7 @@ +zone "e49-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e49-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e5-2.conf b/examples/tg15/dns/slave/conf-slave/e5-2.conf new file mode 100644 index 0000000..a830b4e --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e5-2.conf @@ -0,0 +1,7 @@ +zone "e5-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e5-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e5-3.conf b/examples/tg15/dns/slave/conf-slave/e5-3.conf new file mode 100644 index 0000000..a36aec4 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e5-3.conf @@ -0,0 +1,7 @@ +zone "e5-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e5-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e5-4.conf b/examples/tg15/dns/slave/conf-slave/e5-4.conf new file mode 100644 index 0000000..6311bf2 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e5-4.conf @@ -0,0 +1,7 @@ +zone "e5-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e5-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e51-1.conf b/examples/tg15/dns/slave/conf-slave/e51-1.conf new file mode 100644 index 0000000..a4ebee6 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e51-1.conf @@ -0,0 +1,7 @@ +zone "e51-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e51-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e51-2.conf b/examples/tg15/dns/slave/conf-slave/e51-2.conf new file mode 100644 index 0000000..47cc9d6 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e51-2.conf @@ -0,0 +1,7 @@ +zone "e51-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e51-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e51-3.conf b/examples/tg15/dns/slave/conf-slave/e51-3.conf new file mode 100644 index 0000000..b34f0b5 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e51-3.conf @@ -0,0 +1,7 @@ +zone "e51-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e51-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e51-4.conf b/examples/tg15/dns/slave/conf-slave/e51-4.conf new file mode 100644 index 0000000..1d6b8e8 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e51-4.conf @@ -0,0 +1,7 @@ +zone "e51-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e51-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e53-1.conf b/examples/tg15/dns/slave/conf-slave/e53-1.conf new file mode 100644 index 0000000..cf4b2b5 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e53-1.conf @@ -0,0 +1,7 @@ +zone "e53-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e53-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e53-2.conf b/examples/tg15/dns/slave/conf-slave/e53-2.conf new file mode 100644 index 0000000..53ede3e --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e53-2.conf @@ -0,0 +1,7 @@ +zone "e53-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e53-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e53-3.conf b/examples/tg15/dns/slave/conf-slave/e53-3.conf new file mode 100644 index 0000000..5b8942b --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e53-3.conf @@ -0,0 +1,7 @@ +zone "e53-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e53-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e53-4.conf b/examples/tg15/dns/slave/conf-slave/e53-4.conf new file mode 100644 index 0000000..d9548e9 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e53-4.conf @@ -0,0 +1,7 @@ +zone "e53-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e53-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e55-1.conf b/examples/tg15/dns/slave/conf-slave/e55-1.conf new file mode 100644 index 0000000..409d1e3 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e55-1.conf @@ -0,0 +1,7 @@ +zone "e55-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e55-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e55-2.conf b/examples/tg15/dns/slave/conf-slave/e55-2.conf new file mode 100644 index 0000000..c798b86 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e55-2.conf @@ -0,0 +1,7 @@ +zone "e55-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e55-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e55-3.conf b/examples/tg15/dns/slave/conf-slave/e55-3.conf new file mode 100644 index 0000000..9a18bf3 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e55-3.conf @@ -0,0 +1,7 @@ +zone "e55-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e55-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e55-4.conf b/examples/tg15/dns/slave/conf-slave/e55-4.conf new file mode 100644 index 0000000..b834cac --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e55-4.conf @@ -0,0 +1,7 @@ +zone "e55-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e55-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e57-1.conf b/examples/tg15/dns/slave/conf-slave/e57-1.conf new file mode 100644 index 0000000..a80b5b0 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e57-1.conf @@ -0,0 +1,7 @@ +zone "e57-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e57-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e57-2.conf b/examples/tg15/dns/slave/conf-slave/e57-2.conf new file mode 100644 index 0000000..6d6581f --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e57-2.conf @@ -0,0 +1,7 @@ +zone "e57-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e57-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e57-3.conf b/examples/tg15/dns/slave/conf-slave/e57-3.conf new file mode 100644 index 0000000..34d021b --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e57-3.conf @@ -0,0 +1,7 @@ +zone "e57-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e57-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e57-4.conf b/examples/tg15/dns/slave/conf-slave/e57-4.conf new file mode 100644 index 0000000..7d41abb --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e57-4.conf @@ -0,0 +1,7 @@ +zone "e57-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e57-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e59-1.conf b/examples/tg15/dns/slave/conf-slave/e59-1.conf new file mode 100644 index 0000000..264c514 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e59-1.conf @@ -0,0 +1,7 @@ +zone "e59-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e59-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e59-2.conf b/examples/tg15/dns/slave/conf-slave/e59-2.conf new file mode 100644 index 0000000..a1818c6 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e59-2.conf @@ -0,0 +1,7 @@ +zone "e59-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e59-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e59-3.conf b/examples/tg15/dns/slave/conf-slave/e59-3.conf new file mode 100644 index 0000000..e507570 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e59-3.conf @@ -0,0 +1,7 @@ +zone "e59-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e59-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e59-4.conf b/examples/tg15/dns/slave/conf-slave/e59-4.conf new file mode 100644 index 0000000..06a58e8 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e59-4.conf @@ -0,0 +1,7 @@ +zone "e59-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e59-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e61-1.conf b/examples/tg15/dns/slave/conf-slave/e61-1.conf new file mode 100644 index 0000000..e4c3533 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e61-1.conf @@ -0,0 +1,7 @@ +zone "e61-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e61-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e61-2.conf b/examples/tg15/dns/slave/conf-slave/e61-2.conf new file mode 100644 index 0000000..9231d0c --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e61-2.conf @@ -0,0 +1,7 @@ +zone "e61-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e61-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e61-3.conf b/examples/tg15/dns/slave/conf-slave/e61-3.conf new file mode 100644 index 0000000..69c3b57 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e61-3.conf @@ -0,0 +1,7 @@ +zone "e61-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e61-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e61-4.conf b/examples/tg15/dns/slave/conf-slave/e61-4.conf new file mode 100644 index 0000000..b421973 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e61-4.conf @@ -0,0 +1,7 @@ +zone "e61-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e61-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e63-1.conf b/examples/tg15/dns/slave/conf-slave/e63-1.conf new file mode 100644 index 0000000..0d084d5 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e63-1.conf @@ -0,0 +1,7 @@ +zone "e63-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e63-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e63-2.conf b/examples/tg15/dns/slave/conf-slave/e63-2.conf new file mode 100644 index 0000000..1b49639 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e63-2.conf @@ -0,0 +1,7 @@ +zone "e63-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e63-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e63-3.conf b/examples/tg15/dns/slave/conf-slave/e63-3.conf new file mode 100644 index 0000000..4622da1 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e63-3.conf @@ -0,0 +1,7 @@ +zone "e63-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e63-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e63-4.conf b/examples/tg15/dns/slave/conf-slave/e63-4.conf new file mode 100644 index 0000000..1ad6a5e --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e63-4.conf @@ -0,0 +1,7 @@ +zone "e63-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e63-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e65-1.conf b/examples/tg15/dns/slave/conf-slave/e65-1.conf new file mode 100644 index 0000000..db1ba76 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e65-1.conf @@ -0,0 +1,7 @@ +zone "e65-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e65-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e65-2.conf b/examples/tg15/dns/slave/conf-slave/e65-2.conf new file mode 100644 index 0000000..0b193da --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e65-2.conf @@ -0,0 +1,7 @@ +zone "e65-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e65-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e65-3.conf b/examples/tg15/dns/slave/conf-slave/e65-3.conf new file mode 100644 index 0000000..272beb3 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e65-3.conf @@ -0,0 +1,7 @@ +zone "e65-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e65-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e65-4.conf b/examples/tg15/dns/slave/conf-slave/e65-4.conf new file mode 100644 index 0000000..6e3df23 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e65-4.conf @@ -0,0 +1,7 @@ +zone "e65-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e65-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e67-1.conf b/examples/tg15/dns/slave/conf-slave/e67-1.conf new file mode 100644 index 0000000..107949b --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e67-1.conf @@ -0,0 +1,7 @@ +zone "e67-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e67-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e67-2.conf b/examples/tg15/dns/slave/conf-slave/e67-2.conf new file mode 100644 index 0000000..b6f73f1 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e67-2.conf @@ -0,0 +1,7 @@ +zone "e67-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e67-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e67-3.conf b/examples/tg15/dns/slave/conf-slave/e67-3.conf new file mode 100644 index 0000000..c2a99cf --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e67-3.conf @@ -0,0 +1,7 @@ +zone "e67-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e67-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e67-4.conf b/examples/tg15/dns/slave/conf-slave/e67-4.conf new file mode 100644 index 0000000..cbe3f08 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e67-4.conf @@ -0,0 +1,7 @@ +zone "e67-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e67-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e69-1.conf b/examples/tg15/dns/slave/conf-slave/e69-1.conf new file mode 100644 index 0000000..2aedabf --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e69-1.conf @@ -0,0 +1,7 @@ +zone "e69-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e69-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e69-2.conf b/examples/tg15/dns/slave/conf-slave/e69-2.conf new file mode 100644 index 0000000..a938101 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e69-2.conf @@ -0,0 +1,7 @@ +zone "e69-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e69-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e69-3.conf b/examples/tg15/dns/slave/conf-slave/e69-3.conf new file mode 100644 index 0000000..f86d02c --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e69-3.conf @@ -0,0 +1,7 @@ +zone "e69-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e69-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e69-4.conf b/examples/tg15/dns/slave/conf-slave/e69-4.conf new file mode 100644 index 0000000..9d32b6b --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e69-4.conf @@ -0,0 +1,7 @@ +zone "e69-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e69-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e7-2.conf b/examples/tg15/dns/slave/conf-slave/e7-2.conf new file mode 100644 index 0000000..6ce4310 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e7-2.conf @@ -0,0 +1,7 @@ +zone "e7-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e7-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e7-3.conf b/examples/tg15/dns/slave/conf-slave/e7-3.conf new file mode 100644 index 0000000..02461ff --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e7-3.conf @@ -0,0 +1,7 @@ +zone "e7-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e7-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e7-4.conf b/examples/tg15/dns/slave/conf-slave/e7-4.conf new file mode 100644 index 0000000..cf5b0f9 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e7-4.conf @@ -0,0 +1,7 @@ +zone "e7-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e7-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e71-1.conf b/examples/tg15/dns/slave/conf-slave/e71-1.conf new file mode 100644 index 0000000..34de888 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e71-1.conf @@ -0,0 +1,7 @@ +zone "e71-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e71-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e71-2.conf b/examples/tg15/dns/slave/conf-slave/e71-2.conf new file mode 100644 index 0000000..b3e5ded --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e71-2.conf @@ -0,0 +1,7 @@ +zone "e71-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e71-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e71-3.conf b/examples/tg15/dns/slave/conf-slave/e71-3.conf new file mode 100644 index 0000000..ee68067 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e71-3.conf @@ -0,0 +1,7 @@ +zone "e71-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e71-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e71-4.conf b/examples/tg15/dns/slave/conf-slave/e71-4.conf new file mode 100644 index 0000000..81940e8 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e71-4.conf @@ -0,0 +1,7 @@ +zone "e71-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e71-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e73-1.conf b/examples/tg15/dns/slave/conf-slave/e73-1.conf new file mode 100644 index 0000000..f7547ae --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e73-1.conf @@ -0,0 +1,7 @@ +zone "e73-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e73-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e73-2.conf b/examples/tg15/dns/slave/conf-slave/e73-2.conf new file mode 100644 index 0000000..53997c0 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e73-2.conf @@ -0,0 +1,7 @@ +zone "e73-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e73-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e73-3.conf b/examples/tg15/dns/slave/conf-slave/e73-3.conf new file mode 100644 index 0000000..cc55424 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e73-3.conf @@ -0,0 +1,7 @@ +zone "e73-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e73-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e73-4.conf b/examples/tg15/dns/slave/conf-slave/e73-4.conf new file mode 100644 index 0000000..79b65c9 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e73-4.conf @@ -0,0 +1,7 @@ +zone "e73-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e73-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e75-1.conf b/examples/tg15/dns/slave/conf-slave/e75-1.conf new file mode 100644 index 0000000..4e8725e --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e75-1.conf @@ -0,0 +1,7 @@ +zone "e75-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e75-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e75-2.conf b/examples/tg15/dns/slave/conf-slave/e75-2.conf new file mode 100644 index 0000000..1dd8da9 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e75-2.conf @@ -0,0 +1,7 @@ +zone "e75-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e75-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e75-3.conf b/examples/tg15/dns/slave/conf-slave/e75-3.conf new file mode 100644 index 0000000..c4b1cbf --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e75-3.conf @@ -0,0 +1,7 @@ +zone "e75-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e75-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e75-4.conf b/examples/tg15/dns/slave/conf-slave/e75-4.conf new file mode 100644 index 0000000..2117343 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e75-4.conf @@ -0,0 +1,7 @@ +zone "e75-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e75-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e77-1.conf b/examples/tg15/dns/slave/conf-slave/e77-1.conf new file mode 100644 index 0000000..f2659a1 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e77-1.conf @@ -0,0 +1,7 @@ +zone "e77-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e77-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e77-2.conf b/examples/tg15/dns/slave/conf-slave/e77-2.conf new file mode 100644 index 0000000..e81b6e2 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e77-2.conf @@ -0,0 +1,7 @@ +zone "e77-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e77-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e77-3.conf b/examples/tg15/dns/slave/conf-slave/e77-3.conf new file mode 100644 index 0000000..deb334a --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e77-3.conf @@ -0,0 +1,7 @@ +zone "e77-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e77-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e77-4.conf b/examples/tg15/dns/slave/conf-slave/e77-4.conf new file mode 100644 index 0000000..d7884dc --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e77-4.conf @@ -0,0 +1,7 @@ +zone "e77-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e77-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e79-1.conf b/examples/tg15/dns/slave/conf-slave/e79-1.conf new file mode 100644 index 0000000..65d9310 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e79-1.conf @@ -0,0 +1,7 @@ +zone "e79-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e79-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e79-2.conf b/examples/tg15/dns/slave/conf-slave/e79-2.conf new file mode 100644 index 0000000..98ebd47 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e79-2.conf @@ -0,0 +1,7 @@ +zone "e79-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e79-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e79-3.conf b/examples/tg15/dns/slave/conf-slave/e79-3.conf new file mode 100644 index 0000000..6a2fc31 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e79-3.conf @@ -0,0 +1,7 @@ +zone "e79-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e79-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e79-4.conf b/examples/tg15/dns/slave/conf-slave/e79-4.conf new file mode 100644 index 0000000..9484066 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e79-4.conf @@ -0,0 +1,7 @@ +zone "e79-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e79-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e81-1.conf b/examples/tg15/dns/slave/conf-slave/e81-1.conf new file mode 100644 index 0000000..261360c --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e81-1.conf @@ -0,0 +1,7 @@ +zone "e81-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e81-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e81-2.conf b/examples/tg15/dns/slave/conf-slave/e81-2.conf new file mode 100644 index 0000000..df380be --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e81-2.conf @@ -0,0 +1,7 @@ +zone "e81-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e81-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e83-1.conf b/examples/tg15/dns/slave/conf-slave/e83-1.conf new file mode 100644 index 0000000..f13f77c --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e83-1.conf @@ -0,0 +1,7 @@ +zone "e83-1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e83-1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e83-2.conf b/examples/tg15/dns/slave/conf-slave/e83-2.conf new file mode 100644 index 0000000..b1fa0f6 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e83-2.conf @@ -0,0 +1,7 @@ +zone "e83-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e83-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e9-2.conf b/examples/tg15/dns/slave/conf-slave/e9-2.conf new file mode 100644 index 0000000..af29aa9 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e9-2.conf @@ -0,0 +1,7 @@ +zone "e9-2.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e9-2.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e9-3.conf b/examples/tg15/dns/slave/conf-slave/e9-3.conf new file mode 100644 index 0000000..de61d4d --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e9-3.conf @@ -0,0 +1,7 @@ +zone "e9-3.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e9-3.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/e9-4.conf b/examples/tg15/dns/slave/conf-slave/e9-4.conf new file mode 100644 index 0000000..5aaab2c --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/e9-4.conf @@ -0,0 +1,7 @@ +zone "e9-4.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/e9-4.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/event-north.conf b/examples/tg15/dns/slave/conf-slave/event-north.conf new file mode 100644 index 0000000..22ed99c --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/event-north.conf @@ -0,0 +1,7 @@ +zone "event-north.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/event-north.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/fugleberget1.conf b/examples/tg15/dns/slave/conf-slave/fugleberget1.conf new file mode 100644 index 0000000..fd60848 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/fugleberget1.conf @@ -0,0 +1,7 @@ +zone "fugleberget1.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/fugleberget1.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/game.conf b/examples/tg15/dns/slave/conf-slave/game.conf new file mode 100644 index 0000000..6e12b83 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/game.conf @@ -0,0 +1,7 @@ +zone "game.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/game.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/gamecrew.conf b/examples/tg15/dns/slave/conf-slave/gamecrew.conf new file mode 100644 index 0000000..a5f303f --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/gamecrew.conf @@ -0,0 +1,7 @@ +zone "gamecrew.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/gamecrew.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/infodesk.conf b/examples/tg15/dns/slave/conf-slave/infodesk.conf new file mode 100644 index 0000000..8f7890e --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/infodesk.conf @@ -0,0 +1,7 @@ +zone "infodesk.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/infodesk.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/logistikk.conf b/examples/tg15/dns/slave/conf-slave/logistikk.conf new file mode 100644 index 0000000..15c0bd9 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/logistikk.conf @@ -0,0 +1,7 @@ +zone "logistikk.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/logistikk.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/lounge.conf b/examples/tg15/dns/slave/conf-slave/lounge.conf new file mode 100644 index 0000000..b8db6c3 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/lounge.conf @@ -0,0 +1,7 @@ +zone "lounge.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/lounge.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/medic.conf b/examples/tg15/dns/slave/conf-slave/medic.conf new file mode 100644 index 0000000..f1bd5e8 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/medic.conf @@ -0,0 +1,7 @@ +zone "medic.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/medic.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/motell.conf b/examples/tg15/dns/slave/conf-slave/motell.conf new file mode 100644 index 0000000..c5ecbb8 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/motell.conf @@ -0,0 +1,7 @@ +zone "motell.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/motell.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/nextron.conf b/examples/tg15/dns/slave/conf-slave/nextron.conf new file mode 100644 index 0000000..64c10ac --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/nextron.conf @@ -0,0 +1,7 @@ +zone "nextron.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/nextron.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/noc.conf b/examples/tg15/dns/slave/conf-slave/noc.conf new file mode 100644 index 0000000..6963e9a --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/noc.conf @@ -0,0 +1,7 @@ +zone "noc.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/noc.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/presse.conf b/examples/tg15/dns/slave/conf-slave/presse.conf new file mode 100644 index 0000000..24c5352 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/presse.conf @@ -0,0 +1,7 @@ +zone "presse.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/presse.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/resepsjon.conf b/examples/tg15/dns/slave/conf-slave/resepsjon.conf new file mode 100644 index 0000000..faea0cb --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/resepsjon.conf @@ -0,0 +1,7 @@ +zone "resepsjon.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/resepsjon.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/southcam.conf b/examples/tg15/dns/slave/conf-slave/southcam.conf new file mode 100644 index 0000000..ebeabd4 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/southcam.conf @@ -0,0 +1,7 @@ +zone "southcam.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/southcam.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/sponsor.conf b/examples/tg15/dns/slave/conf-slave/sponsor.conf new file mode 100644 index 0000000..d5c1852 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/sponsor.conf @@ -0,0 +1,7 @@ +zone "sponsor.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/sponsor.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/stage.conf b/examples/tg15/dns/slave/conf-slave/stage.conf new file mode 100644 index 0000000..48cd03d --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/stage.conf @@ -0,0 +1,7 @@ +zone "stage.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/stage.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/studio.conf b/examples/tg15/dns/slave/conf-slave/studio.conf new file mode 100644 index 0000000..3d2cd52 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/studio.conf @@ -0,0 +1,7 @@ +zone "studio.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/studio.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/sw1-crew.conf b/examples/tg15/dns/slave/conf-slave/sw1-crew.conf new file mode 100644 index 0000000..b1a5e6e --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/sw1-crew.conf @@ -0,0 +1,7 @@ +zone "sw1-crew.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/sw1-crew.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/sw2-crew.conf b/examples/tg15/dns/slave/conf-slave/sw2-crew.conf new file mode 100644 index 0000000..830ece5 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/sw2-crew.conf @@ -0,0 +1,7 @@ +zone "sw2-crew.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/sw2-crew.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/sw3-crew.conf b/examples/tg15/dns/slave/conf-slave/sw3-crew.conf new file mode 100644 index 0000000..63058db --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/sw3-crew.conf @@ -0,0 +1,7 @@ +zone "sw3-crew.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/sw3-crew.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/conf-slave/tg15-wlan.conf b/examples/tg15/dns/slave/conf-slave/tg15-wlan.conf new file mode 100644 index 0000000..e3e33c3 --- /dev/null +++ b/examples/tg15/dns/slave/conf-slave/tg15-wlan.conf @@ -0,0 +1,7 @@ +zone "tg15-wlan.tg15.gathering.org" { + allow-transfer { ns-xfr; }; + type slave; + notify no; + masters { master_ns; }; + file "slave/tg15-wlan.tg15.gathering.org.zone"; +}; diff --git a/examples/tg15/dns/slave/named.conf b/examples/tg15/dns/slave/named.conf new file mode 100644 index 0000000..e9dd757 --- /dev/null +++ b/examples/tg15/dns/slave/named.conf @@ -0,0 +1,49 @@ +// This named.conf was generated by make-named.pl at 20150329-1511 +// The current version of make-named.pl should not overwrite this file. +acl tg-nett { 151.216.128.0/17; 2a02:ed02::/32; 185.12.59.0/24; 127.0.0.0/8; ::1; }; +acl ns-xfr { 185.12.59.2; 2a02:ed02:1337::2; 185.12.59.66; 2a02:ed02:1ee7::66; 151.216.254.0/24; 2a02:ed02:254::/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 "/var/cache/bind/named.stats"; +}; + +key DHCP_UPDATER { + algorithm HMAC-MD5.SIG-ALG.REG.INT; + secret <removed>; +}; + +masters master_ns { 2a02:ed02:1ee7::66; 185.12.59.66; }; + +zone "tg15.gathering.org" { + type slave; + file "slave/tg15.gathering.org"; + notify no; + masters { master_ns; }; +}; + +zone "infra.tg15.gathering.org" { + type slave; + file "slave/infra.tg15.gathering.org"; + notify no; + masters { master_ns; }; +}; + +zone "2.0.d.e.2.0.a.2.ip6.arpa" { + type slave; + notify no; + masters { master_ns; }; + file "slave/2.0.d.e.2.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/tg15/dns/slave/named.conf.default-zones b/examples/tg15/dns/slave/named.conf.default-zones new file mode 100644 index 0000000..355338b --- /dev/null +++ b/examples/tg15/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/tg15/dns/slave/named.slave-include.conf b/examples/tg15/dns/slave/named.slave-include.conf new file mode 100644 index 0000000..a000eee --- /dev/null +++ b/examples/tg15/dns/slave/named.slave-include.conf @@ -0,0 +1,179 @@ +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/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/creativia8.conf"; +include "/etc/bind/conf-slave/crew.conf"; +include "/etc/bind/conf-slave/e1-3.conf"; +include "/etc/bind/conf-slave/e11-1.conf"; +include "/etc/bind/conf-slave/e11-2.conf"; +include "/etc/bind/conf-slave/e11-3.conf"; +include "/etc/bind/conf-slave/e11-4.conf"; +include "/etc/bind/conf-slave/e13-1.conf"; +include "/etc/bind/conf-slave/e13-2.conf"; +include "/etc/bind/conf-slave/e13-3.conf"; +include "/etc/bind/conf-slave/e13-4.conf"; +include "/etc/bind/conf-slave/e15-1.conf"; +include "/etc/bind/conf-slave/e15-2.conf"; +include "/etc/bind/conf-slave/e15-3.conf"; +include "/etc/bind/conf-slave/e15-4.conf"; +include "/etc/bind/conf-slave/e17-1.conf"; +include "/etc/bind/conf-slave/e17-2.conf"; +include "/etc/bind/conf-slave/e17-3.conf"; +include "/etc/bind/conf-slave/e17-4.conf"; +include "/etc/bind/conf-slave/e19-1.conf"; +include "/etc/bind/conf-slave/e19-2.conf"; +include "/etc/bind/conf-slave/e19-3.conf"; +include "/etc/bind/conf-slave/e19-4.conf"; +include "/etc/bind/conf-slave/e21-1.conf"; +include "/etc/bind/conf-slave/e21-2.conf"; +include "/etc/bind/conf-slave/e21-3.conf"; +include "/etc/bind/conf-slave/e21-4.conf"; +include "/etc/bind/conf-slave/e23-1.conf"; +include "/etc/bind/conf-slave/e23-2.conf"; +include "/etc/bind/conf-slave/e23-3.conf"; +include "/etc/bind/conf-slave/e23-4.conf"; +include "/etc/bind/conf-slave/e25-1.conf"; +include "/etc/bind/conf-slave/e25-2.conf"; +include "/etc/bind/conf-slave/e25-3.conf"; +include "/etc/bind/conf-slave/e25-4.conf"; +include "/etc/bind/conf-slave/e27-1.conf"; +include "/etc/bind/conf-slave/e27-2.conf"; +include "/etc/bind/conf-slave/e27-3.conf"; +include "/etc/bind/conf-slave/e27-4.conf"; +include "/etc/bind/conf-slave/e29-1.conf"; +include "/etc/bind/conf-slave/e29-2.conf"; +include "/etc/bind/conf-slave/e3-2.conf"; +include "/etc/bind/conf-slave/e3-3.conf"; +include "/etc/bind/conf-slave/e3-4.conf"; +include "/etc/bind/conf-slave/e31-1.conf"; +include "/etc/bind/conf-slave/e31-2.conf"; +include "/etc/bind/conf-slave/e33-1.conf"; +include "/etc/bind/conf-slave/e33-2.conf"; +include "/etc/bind/conf-slave/e35-1.conf"; +include "/etc/bind/conf-slave/e35-2.conf"; +include "/etc/bind/conf-slave/e37-1.conf"; +include "/etc/bind/conf-slave/e37-2.conf"; +include "/etc/bind/conf-slave/e39-1.conf"; +include "/etc/bind/conf-slave/e39-2.conf"; +include "/etc/bind/conf-slave/e41-1.conf"; +include "/etc/bind/conf-slave/e41-2.conf"; +include "/etc/bind/conf-slave/e43-1.conf"; +include "/etc/bind/conf-slave/e43-2.conf"; +include "/etc/bind/conf-slave/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/e69-3.conf"; +include "/etc/bind/conf-slave/e69-4.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/e71-3.conf"; +include "/etc/bind/conf-slave/e71-4.conf"; +include "/etc/bind/conf-slave/e73-1.conf"; +include "/etc/bind/conf-slave/e73-2.conf"; +include "/etc/bind/conf-slave/e73-3.conf"; +include "/etc/bind/conf-slave/e73-4.conf"; +include "/etc/bind/conf-slave/e75-1.conf"; +include "/etc/bind/conf-slave/e75-2.conf"; +include "/etc/bind/conf-slave/e75-3.conf"; +include "/etc/bind/conf-slave/e75-4.conf"; +include "/etc/bind/conf-slave/e77-1.conf"; +include "/etc/bind/conf-slave/e77-2.conf"; +include "/etc/bind/conf-slave/e77-3.conf"; +include "/etc/bind/conf-slave/e77-4.conf"; +include "/etc/bind/conf-slave/e79-1.conf"; +include "/etc/bind/conf-slave/e79-2.conf"; +include "/etc/bind/conf-slave/e79-3.conf"; +include "/etc/bind/conf-slave/e79-4.conf"; +include "/etc/bind/conf-slave/e81-1.conf"; +include "/etc/bind/conf-slave/e81-2.conf"; +include "/etc/bind/conf-slave/e83-1.conf"; +include "/etc/bind/conf-slave/e83-2.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-north.conf"; +include "/etc/bind/conf-slave/fugleberget1.conf"; +include "/etc/bind/conf-slave/game.conf"; +include "/etc/bind/conf-slave/gamecrew.conf"; +include "/etc/bind/conf-slave/infodesk.conf"; +include "/etc/bind/conf-slave/logistikk.conf"; +include "/etc/bind/conf-slave/lounge.conf"; +include "/etc/bind/conf-slave/medic.conf"; +include "/etc/bind/conf-slave/motell.conf"; +include "/etc/bind/conf-slave/nextron.conf"; +include "/etc/bind/conf-slave/noc.conf"; +include "/etc/bind/conf-slave/presse.conf"; +include "/etc/bind/conf-slave/resepsjon.conf"; +include "/etc/bind/conf-slave/southcam.conf"; +include "/etc/bind/conf-slave/sponsor.conf"; +include "/etc/bind/conf-slave/stage.conf"; +include "/etc/bind/conf-slave/studio.conf"; +include "/etc/bind/conf-slave/sw1-crew.conf"; +include "/etc/bind/conf-slave/sw2-crew.conf"; +include "/etc/bind/conf-slave/sw3-crew.conf"; +include "/etc/bind/conf-slave/tg15-wlan.conf"; diff --git a/examples/tg15/dns/slave/named.slave-reverse4.conf b/examples/tg15/dns/slave/named.slave-reverse4.conf new file mode 100644 index 0000000..7403a7b --- /dev/null +++ b/examples/tg15/dns/slave/named.slave-reverse4.conf @@ -0,0 +1,1161 @@ +// 151.216.128.0/24 +zone "128.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/128.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.129.0/24 +zone "129.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/129.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.130.0/24 +zone "130.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/130.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.131.0/24 +zone "131.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/131.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.132.0/24 +zone "132.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/132.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.133.0/24 +zone "133.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/133.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.134.0/24 +zone "134.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/134.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.135.0/24 +zone "135.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/135.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.136.0/24 +zone "136.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/136.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.137.0/24 +zone "137.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/137.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.138.0/24 +zone "138.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/138.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.139.0/24 +zone "139.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/139.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.140.0/24 +zone "140.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/140.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.141.0/24 +zone "141.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/141.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.142.0/24 +zone "142.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/142.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.143.0/24 +zone "143.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/143.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.144.0/24 +zone "144.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/144.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.145.0/24 +zone "145.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/145.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.146.0/24 +zone "146.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/146.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.147.0/24 +zone "147.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/147.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.148.0/24 +zone "148.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/148.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.149.0/24 +zone "149.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/149.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.150.0/24 +zone "150.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/150.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.151.0/24 +zone "151.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/151.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.152.0/24 +zone "152.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/152.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.153.0/24 +zone "153.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/153.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.154.0/24 +zone "154.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/154.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.155.0/24 +zone "155.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/155.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.156.0/24 +zone "156.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/156.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.157.0/24 +zone "157.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/157.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.158.0/24 +zone "158.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/158.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.159.0/24 +zone "159.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/159.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.160.0/24 +zone "160.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/160.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.161.0/24 +zone "161.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/161.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.162.0/24 +zone "162.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/162.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.163.0/24 +zone "163.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/163.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.164.0/24 +zone "164.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/164.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.165.0/24 +zone "165.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/165.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.166.0/24 +zone "166.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/166.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.167.0/24 +zone "167.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/167.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.168.0/24 +zone "168.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/168.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.169.0/24 +zone "169.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/169.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.170.0/24 +zone "170.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/170.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.171.0/24 +zone "171.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/171.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.172.0/24 +zone "172.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/172.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.173.0/24 +zone "173.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/173.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.174.0/24 +zone "174.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/174.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.175.0/24 +zone "175.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/175.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.176.0/24 +zone "176.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/176.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.177.0/24 +zone "177.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/177.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.178.0/24 +zone "178.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/178.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.179.0/24 +zone "179.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/179.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.180.0/24 +zone "180.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/180.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.181.0/24 +zone "181.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/181.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.182.0/24 +zone "182.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/182.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.183.0/24 +zone "183.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/183.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.184.0/24 +zone "184.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/184.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.185.0/24 +zone "185.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/185.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.186.0/24 +zone "186.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/186.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.187.0/24 +zone "187.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/187.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.188.0/24 +zone "188.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/188.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.189.0/24 +zone "189.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/189.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.190.0/24 +zone "190.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/190.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.191.0/24 +zone "191.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/191.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.192.0/24 +zone "192.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/192.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.193.0/24 +zone "193.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/193.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.194.0/24 +zone "194.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/194.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.195.0/24 +zone "195.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/195.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.196.0/24 +zone "196.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/196.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.197.0/24 +zone "197.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/197.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.198.0/24 +zone "198.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/198.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.199.0/24 +zone "199.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/199.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.200.0/24 +zone "200.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/200.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.201.0/24 +zone "201.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/201.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.202.0/24 +zone "202.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/202.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.203.0/24 +zone "203.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/203.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.204.0/24 +zone "204.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/204.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.205.0/24 +zone "205.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/205.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.206.0/24 +zone "206.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/206.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.207.0/24 +zone "207.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/207.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.208.0/24 +zone "208.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/208.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.209.0/24 +zone "209.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/209.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.210.0/24 +zone "210.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/210.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.211.0/24 +zone "211.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/211.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.212.0/24 +zone "212.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/212.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.213.0/24 +zone "213.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/213.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.214.0/24 +zone "214.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/214.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.215.0/24 +zone "215.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/215.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.216.0/24 +zone "216.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/216.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.217.0/24 +zone "217.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/217.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.218.0/24 +zone "218.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/218.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.219.0/24 +zone "219.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/219.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.220.0/24 +zone "220.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/220.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.221.0/24 +zone "221.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/221.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.222.0/24 +zone "222.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/222.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.223.0/24 +zone "223.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/223.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.224.0/24 +zone "224.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/224.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.225.0/24 +zone "225.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/225.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.226.0/24 +zone "226.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/226.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.227.0/24 +zone "227.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/227.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.228.0/24 +zone "228.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/228.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.229.0/24 +zone "229.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/229.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.230.0/24 +zone "230.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/230.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.231.0/24 +zone "231.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/231.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.232.0/24 +zone "232.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/232.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.233.0/24 +zone "233.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/233.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.234.0/24 +zone "234.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/234.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.235.0/24 +zone "235.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/235.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.236.0/24 +zone "236.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/236.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.237.0/24 +zone "237.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/237.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.238.0/24 +zone "238.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/238.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.239.0/24 +zone "239.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/239.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.240.0/24 +zone "240.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/240.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.241.0/24 +zone "241.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/241.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.242.0/24 +zone "242.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/242.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.243.0/24 +zone "243.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/243.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.244.0/24 +zone "244.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/244.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.245.0/24 +zone "245.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/245.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.246.0/24 +zone "246.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/246.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.247.0/24 +zone "247.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/247.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.248.0/24 +zone "248.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/248.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.249.0/24 +zone "249.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/249.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.250.0/24 +zone "250.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/250.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.251.0/24 +zone "251.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/251.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.252.0/24 +zone "252.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/252.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.253.0/24 +zone "253.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/253.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.254.0/24 +zone "254.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/254.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 151.216.255.0/24 +zone "255.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/255.216.151.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + +// 185.12.59.0/24 +zone "59.12.185.in-addr.arpa" { + type slave; + notify no; + file "slave/59.12.185.in-addr.arpa.cache"; + masters { master_ns; }; + allow-transfer { ns-xfr; ext-xfr; }; +}; + diff --git a/examples/tg15/dns/slave/named.stats b/examples/tg15/dns/slave/named.stats new file mode 100644 index 0000000..e59f475 --- /dev/null +++ b/examples/tg15/dns/slave/named.stats @@ -0,0 +1,140 @@ ++++ Statistics Dump +++ (1427891041) +++ Incoming Requests ++ + 1106456 QUERY + 50547 NOTIFY + 5 UPDATE +++ Incoming Queries ++ + 623882 A + 1342 NS + 2225 CNAME + 4592 SOA + 87929 PTR + 143 MX + 3974 TXT + 376814 AAAA + 4691 SRV + 198 A6 + 2 DS + 307 DNSKEY + 1 AXFR + 356 ANY +++ Outgoing Queries ++ +[View: default] + 528059 A + 5077 NS + 1898 CNAME + 338 SOA + 8705 PTR + 28 MX + 4491 TXT + 366117 AAAA + 1176 SRV + 13 ANY +[View: _bind] +++ Name Server Statistics ++ + 753536 IPv4 requests received + 403613 IPv6 requests received + 134529 requests with EDNS(0) received + 1458 TCP requests received + 80 auth queries rejected + 14625 recursive queries rejected + 1 transfer requests rejected + 5 update requests rejected + 1146728 responses sent + 684 truncated responses sent + 134527 responses with EDNS(0) sent + 871955 queries resulted in successful answer + 190723 queries resulted in authoritative answer + 874360 queries resulted in non authoritative answer + 125 queries resulted in referral answer + 102475 queries resulted in nxrrset + 16323 queries resulted in SERVFAIL + 90528 queries resulted in NXDOMAIN + 514854 queries caused recursion + 10115 duplicate queries received + 294 queries dropped + 14638 other query failures +++ Zone Maintenance Statistics ++ + 25300 IPv4 notifies received + 25222 IPv6 notifies received + 32348 IPv4 SOA queries sent + 56085 IPv6 SOA queries sent + 310 IPv6 AXFR requested + 165 IPv4 IXFR requested + 23360 IPv6 IXFR requested + 23822 transfer requests succeeded + 15 transfer requests failed +++ Resolver Statistics ++ +[Common] +[View: default] + 816149 IPv4 queries sent + 99753 IPv6 queries sent + 782584 IPv4 responses received + 95488 IPv6 responses received + 14696 NXDOMAIN received + 15020 SERVFAIL received + 581 FORMERR received + 8615 other errors received + 7890 EDNS(0) query failures + 158 truncated responses received + 400 lame delegations received + 74858 query retries + 38359 query timeouts + 36490 IPv4 NS address fetches + 36925 IPv6 NS address fetches + 414 IPv4 NS address fetch failed + 26062 IPv6 NS address fetch failed + 113397 queries with RTT < 10ms + 632263 queries with RTT 10-100ms + 130776 queries with RTT 100-500ms + 902 queries with RTT 500-800ms + 20 queries with RTT 800-1600ms + 3 queries with RTT > 1600ms +[View: _bind] +++ Cache DB RRsets ++ +[View: default] + 30010 A + 18922 NS + 10322 CNAME + 3 SOA + 1023 PTR + 1 MX + 291 TXT + 4393 AAAA + 7 SRV + 655 DS + 3379 RRSIG + 1620 NSEC + 1 DNSKEY + 1 NSEC3PARAM + 20 !A + 8 !NS + 113 !TXT + 9613 !AAAA + 13 !SRV + 1473 NXDOMAIN +[View: _bind (Cache: _bind)] +++ Socket I/O Statistics ++ + 847574 UDP/IPv4 sockets opened + 150548 UDP/IPv6 sockets opened + 309 TCP/IPv4 sockets opened + 23689 TCP/IPv6 sockets opened + 847556 UDP/IPv4 sockets closed + 150540 UDP/IPv6 sockets closed + 1141 TCP/IPv4 sockets closed + 24228 TCP/IPv6 sockets closed + 104 UDP/IPv4 socket bind failures + 10 UDP/IPv6 socket bind failures + 5 TCP/IPv4 socket connect failures + 8 TCP/IPv6 socket connect failures + 816008 UDP/IPv4 connections established + 99736 UDP/IPv6 connections established + 295 TCP/IPv4 connections established + 23679 TCP/IPv6 connections established + 836 TCP/IPv4 connections accepted + 541 TCP/IPv6 connections accepted + 610 UDP/IPv4 recv errors + 146 UDP/IPv6 recv errors + 3 TCP/IPv4 recv errors +++ Per Zone Query Statistics ++ +--- Statistics Dump --- (1427891041) |