diff options
Diffstat (limited to 'examples/bind/slave')
202 files changed, 2697 insertions, 0 deletions
diff --git a/examples/bind/slave/.gitignore b/examples/bind/slave/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/examples/bind/slave/.gitignore diff --git a/examples/bind/slave/conf-slave/apekatt.conf b/examples/bind/slave/conf-slave/apekatt.conf new file mode 100644 index 0000000..4c3ac6b --- /dev/null +++ b/examples/bind/slave/conf-slave/apekatt.conf @@ -0,0 +1,7 @@ +zone "apekatt.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/apekatt.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/apenett00.conf b/examples/bind/slave/conf-slave/apenett00.conf new file mode 100644 index 0000000..82cb41a --- /dev/null +++ b/examples/bind/slave/conf-slave/apenett00.conf @@ -0,0 +1,7 @@ +zone "apenett00.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/apenett00.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/apenett01.conf b/examples/bind/slave/conf-slave/apenett01.conf new file mode 100644 index 0000000..7eeaeae --- /dev/null +++ b/examples/bind/slave/conf-slave/apenett01.conf @@ -0,0 +1,7 @@ +zone "apenett01.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/apenett01.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/apenett02.conf b/examples/bind/slave/conf-slave/apenett02.conf new file mode 100644 index 0000000..4f0e929 --- /dev/null +++ b/examples/bind/slave/conf-slave/apenett02.conf @@ -0,0 +1,7 @@ +zone "apenett02.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/apenett02.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/apenett03.conf b/examples/bind/slave/conf-slave/apenett03.conf new file mode 100644 index 0000000..b9c3e0a --- /dev/null +++ b/examples/bind/slave/conf-slave/apenett03.conf @@ -0,0 +1,7 @@ +zone "apenett03.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/apenett03.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/apenett04.conf b/examples/bind/slave/conf-slave/apenett04.conf new file mode 100644 index 0000000..7a9076d --- /dev/null +++ b/examples/bind/slave/conf-slave/apenett04.conf @@ -0,0 +1,7 @@ +zone "apenett04.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/apenett04.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/apenett05.conf b/examples/bind/slave/conf-slave/apenett05.conf new file mode 100644 index 0000000..4fb4a88 --- /dev/null +++ b/examples/bind/slave/conf-slave/apenett05.conf @@ -0,0 +1,7 @@ +zone "apenett05.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/apenett05.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/apenett06.conf b/examples/bind/slave/conf-slave/apenett06.conf new file mode 100644 index 0000000..bffc70a --- /dev/null +++ b/examples/bind/slave/conf-slave/apenett06.conf @@ -0,0 +1,7 @@ +zone "apenett06.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/apenett06.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/bonus.conf b/examples/bind/slave/conf-slave/bonus.conf new file mode 100644 index 0000000..1c693e7 --- /dev/null +++ b/examples/bind/slave/conf-slave/bonus.conf @@ -0,0 +1,7 @@ +zone "bonus.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/bonus.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/bonus1.conf b/examples/bind/slave/conf-slave/bonus1.conf new file mode 100644 index 0000000..ef6c143 --- /dev/null +++ b/examples/bind/slave/conf-slave/bonus1.conf @@ -0,0 +1,7 @@ +zone "bonus1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/bonus1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/bonus2.conf b/examples/bind/slave/conf-slave/bonus2.conf new file mode 100644 index 0000000..88c56c8 --- /dev/null +++ b/examples/bind/slave/conf-slave/bonus2.conf @@ -0,0 +1,7 @@ +zone "bonus2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/bonus2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/bordell.conf b/examples/bind/slave/conf-slave/bordell.conf new file mode 100644 index 0000000..6dcb95a --- /dev/null +++ b/examples/bind/slave/conf-slave/bordell.conf @@ -0,0 +1,7 @@ +zone "bordell.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/bordell.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/clientcam.conf b/examples/bind/slave/conf-slave/clientcam.conf new file mode 100644 index 0000000..2b17e1b --- /dev/null +++ b/examples/bind/slave/conf-slave/clientcam.conf @@ -0,0 +1,7 @@ +zone "clientcam.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/clientcam.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative1-1.conf b/examples/bind/slave/conf-slave/creative1-1.conf new file mode 100644 index 0000000..46c42a8 --- /dev/null +++ b/examples/bind/slave/conf-slave/creative1-1.conf @@ -0,0 +1,7 @@ +zone "creative1-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative1-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative2-1.conf b/examples/bind/slave/conf-slave/creative2-1.conf new file mode 100644 index 0000000..2daba76 --- /dev/null +++ b/examples/bind/slave/conf-slave/creative2-1.conf @@ -0,0 +1,7 @@ +zone "creative2-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative2-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative3-1.conf b/examples/bind/slave/conf-slave/creative3-1.conf new file mode 100644 index 0000000..7fb95ff --- /dev/null +++ b/examples/bind/slave/conf-slave/creative3-1.conf @@ -0,0 +1,7 @@ +zone "creative3-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative3-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative4-1.conf b/examples/bind/slave/conf-slave/creative4-1.conf new file mode 100644 index 0000000..5e58fbb --- /dev/null +++ b/examples/bind/slave/conf-slave/creative4-1.conf @@ -0,0 +1,7 @@ +zone "creative4-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative4-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative4-2.conf b/examples/bind/slave/conf-slave/creative4-2.conf new file mode 100644 index 0000000..82f8aff --- /dev/null +++ b/examples/bind/slave/conf-slave/creative4-2.conf @@ -0,0 +1,7 @@ +zone "creative4-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative4-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative5-1.conf b/examples/bind/slave/conf-slave/creative5-1.conf new file mode 100644 index 0000000..4c57184 --- /dev/null +++ b/examples/bind/slave/conf-slave/creative5-1.conf @@ -0,0 +1,7 @@ +zone "creative5-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative5-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative5-2.conf b/examples/bind/slave/conf-slave/creative5-2.conf new file mode 100644 index 0000000..3bc148f --- /dev/null +++ b/examples/bind/slave/conf-slave/creative5-2.conf @@ -0,0 +1,7 @@ +zone "creative5-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative5-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative6-1.conf b/examples/bind/slave/conf-slave/creative6-1.conf new file mode 100644 index 0000000..96223bc --- /dev/null +++ b/examples/bind/slave/conf-slave/creative6-1.conf @@ -0,0 +1,7 @@ +zone "creative6-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative6-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative6-2.conf b/examples/bind/slave/conf-slave/creative6-2.conf new file mode 100644 index 0000000..4f16a7d --- /dev/null +++ b/examples/bind/slave/conf-slave/creative6-2.conf @@ -0,0 +1,7 @@ +zone "creative6-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative6-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative7-1.conf b/examples/bind/slave/conf-slave/creative7-1.conf new file mode 100644 index 0000000..613de1f --- /dev/null +++ b/examples/bind/slave/conf-slave/creative7-1.conf @@ -0,0 +1,7 @@ +zone "creative7-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative7-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative7-2.conf b/examples/bind/slave/conf-slave/creative7-2.conf new file mode 100644 index 0000000..abd26cf --- /dev/null +++ b/examples/bind/slave/conf-slave/creative7-2.conf @@ -0,0 +1,7 @@ +zone "creative7-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative7-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative8-1.conf b/examples/bind/slave/conf-slave/creative8-1.conf new file mode 100644 index 0000000..997b754 --- /dev/null +++ b/examples/bind/slave/conf-slave/creative8-1.conf @@ -0,0 +1,7 @@ +zone "creative8-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative8-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/creative8-2.conf b/examples/bind/slave/conf-slave/creative8-2.conf new file mode 100644 index 0000000..46e40e1 --- /dev/null +++ b/examples/bind/slave/conf-slave/creative8-2.conf @@ -0,0 +1,7 @@ +zone "creative8-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creative8-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/crew1-1.conf b/examples/bind/slave/conf-slave/crew1-1.conf new file mode 100644 index 0000000..25fd955 --- /dev/null +++ b/examples/bind/slave/conf-slave/crew1-1.conf @@ -0,0 +1,7 @@ +zone "crew1-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/crew1-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/crew2-1.conf b/examples/bind/slave/conf-slave/crew2-1.conf new file mode 100644 index 0000000..b3df70d --- /dev/null +++ b/examples/bind/slave/conf-slave/crew2-1.conf @@ -0,0 +1,7 @@ +zone "crew2-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/crew2-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/crew2-2.conf b/examples/bind/slave/conf-slave/crew2-2.conf new file mode 100644 index 0000000..35d2db1 --- /dev/null +++ b/examples/bind/slave/conf-slave/crew2-2.conf @@ -0,0 +1,7 @@ +zone "crew2-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/crew2-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/crew3-1.conf b/examples/bind/slave/conf-slave/crew3-1.conf new file mode 100644 index 0000000..acfc4b5 --- /dev/null +++ b/examples/bind/slave/conf-slave/crew3-1.conf @@ -0,0 +1,7 @@ +zone "crew3-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/crew3-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/crew3-2.conf b/examples/bind/slave/conf-slave/crew3-2.conf new file mode 100644 index 0000000..0c22859 --- /dev/null +++ b/examples/bind/slave/conf-slave/crew3-2.conf @@ -0,0 +1,7 @@ +zone "crew3-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/crew3-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/crew4-1.conf b/examples/bind/slave/conf-slave/crew4-1.conf new file mode 100644 index 0000000..0d3019a --- /dev/null +++ b/examples/bind/slave/conf-slave/crew4-1.conf @@ -0,0 +1,7 @@ +zone "crew4-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/crew4-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/crew4-2.conf b/examples/bind/slave/conf-slave/crew4-2.conf new file mode 100644 index 0000000..d6c9f1a --- /dev/null +++ b/examples/bind/slave/conf-slave/crew4-2.conf @@ -0,0 +1,7 @@ +zone "crew4-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/crew4-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e1-3.conf b/examples/bind/slave/conf-slave/e1-3.conf new file mode 100644 index 0000000..3a373ad --- /dev/null +++ b/examples/bind/slave/conf-slave/e1-3.conf @@ -0,0 +1,7 @@ +zone "e1-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e1-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e1-4.conf b/examples/bind/slave/conf-slave/e1-4.conf new file mode 100644 index 0000000..03fd497 --- /dev/null +++ b/examples/bind/slave/conf-slave/e1-4.conf @@ -0,0 +1,7 @@ +zone "e1-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e1-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e11-1.conf b/examples/bind/slave/conf-slave/e11-1.conf new file mode 100644 index 0000000..7708423 --- /dev/null +++ b/examples/bind/slave/conf-slave/e11-1.conf @@ -0,0 +1,7 @@ +zone "e11-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e11-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e11-2.conf b/examples/bind/slave/conf-slave/e11-2.conf new file mode 100644 index 0000000..958dc23 --- /dev/null +++ b/examples/bind/slave/conf-slave/e11-2.conf @@ -0,0 +1,7 @@ +zone "e11-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e11-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e11-3.conf b/examples/bind/slave/conf-slave/e11-3.conf new file mode 100644 index 0000000..17c9def --- /dev/null +++ b/examples/bind/slave/conf-slave/e11-3.conf @@ -0,0 +1,7 @@ +zone "e11-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e11-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e11-4.conf b/examples/bind/slave/conf-slave/e11-4.conf new file mode 100644 index 0000000..b29f80d --- /dev/null +++ b/examples/bind/slave/conf-slave/e11-4.conf @@ -0,0 +1,7 @@ +zone "e11-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e11-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e13-1.conf b/examples/bind/slave/conf-slave/e13-1.conf new file mode 100644 index 0000000..9bd0361 --- /dev/null +++ b/examples/bind/slave/conf-slave/e13-1.conf @@ -0,0 +1,7 @@ +zone "e13-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e13-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e13-2.conf b/examples/bind/slave/conf-slave/e13-2.conf new file mode 100644 index 0000000..b4fc16d --- /dev/null +++ b/examples/bind/slave/conf-slave/e13-2.conf @@ -0,0 +1,7 @@ +zone "e13-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e13-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e13-3.conf b/examples/bind/slave/conf-slave/e13-3.conf new file mode 100644 index 0000000..17931a2 --- /dev/null +++ b/examples/bind/slave/conf-slave/e13-3.conf @@ -0,0 +1,7 @@ +zone "e13-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e13-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e13-4.conf b/examples/bind/slave/conf-slave/e13-4.conf new file mode 100644 index 0000000..cd92b06 --- /dev/null +++ b/examples/bind/slave/conf-slave/e13-4.conf @@ -0,0 +1,7 @@ +zone "e13-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e13-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e15-1.conf b/examples/bind/slave/conf-slave/e15-1.conf new file mode 100644 index 0000000..a69bcc0 --- /dev/null +++ b/examples/bind/slave/conf-slave/e15-1.conf @@ -0,0 +1,7 @@ +zone "e15-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e15-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e15-2.conf b/examples/bind/slave/conf-slave/e15-2.conf new file mode 100644 index 0000000..359864c --- /dev/null +++ b/examples/bind/slave/conf-slave/e15-2.conf @@ -0,0 +1,7 @@ +zone "e15-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e15-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e15-3.conf b/examples/bind/slave/conf-slave/e15-3.conf new file mode 100644 index 0000000..4edd89f --- /dev/null +++ b/examples/bind/slave/conf-slave/e15-3.conf @@ -0,0 +1,7 @@ +zone "e15-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e15-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e15-4.conf b/examples/bind/slave/conf-slave/e15-4.conf new file mode 100644 index 0000000..eab5f5e --- /dev/null +++ b/examples/bind/slave/conf-slave/e15-4.conf @@ -0,0 +1,7 @@ +zone "e15-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e15-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e17-1.conf b/examples/bind/slave/conf-slave/e17-1.conf new file mode 100644 index 0000000..a729e32 --- /dev/null +++ b/examples/bind/slave/conf-slave/e17-1.conf @@ -0,0 +1,7 @@ +zone "e17-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e17-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e17-2.conf b/examples/bind/slave/conf-slave/e17-2.conf new file mode 100644 index 0000000..4df6c22 --- /dev/null +++ b/examples/bind/slave/conf-slave/e17-2.conf @@ -0,0 +1,7 @@ +zone "e17-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e17-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e17-3.conf b/examples/bind/slave/conf-slave/e17-3.conf new file mode 100644 index 0000000..9c7738a --- /dev/null +++ b/examples/bind/slave/conf-slave/e17-3.conf @@ -0,0 +1,7 @@ +zone "e17-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e17-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e17-4.conf b/examples/bind/slave/conf-slave/e17-4.conf new file mode 100644 index 0000000..660abba --- /dev/null +++ b/examples/bind/slave/conf-slave/e17-4.conf @@ -0,0 +1,7 @@ +zone "e17-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e17-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e19-1.conf b/examples/bind/slave/conf-slave/e19-1.conf new file mode 100644 index 0000000..9a107a6 --- /dev/null +++ b/examples/bind/slave/conf-slave/e19-1.conf @@ -0,0 +1,7 @@ +zone "e19-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e19-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e19-2.conf b/examples/bind/slave/conf-slave/e19-2.conf new file mode 100644 index 0000000..6849fbb --- /dev/null +++ b/examples/bind/slave/conf-slave/e19-2.conf @@ -0,0 +1,7 @@ +zone "e19-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e19-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e19-3.conf b/examples/bind/slave/conf-slave/e19-3.conf new file mode 100644 index 0000000..bcf514d --- /dev/null +++ b/examples/bind/slave/conf-slave/e19-3.conf @@ -0,0 +1,7 @@ +zone "e19-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e19-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e19-4.conf b/examples/bind/slave/conf-slave/e19-4.conf new file mode 100644 index 0000000..dda9cb7 --- /dev/null +++ b/examples/bind/slave/conf-slave/e19-4.conf @@ -0,0 +1,7 @@ +zone "e19-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e19-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e21-1.conf b/examples/bind/slave/conf-slave/e21-1.conf new file mode 100644 index 0000000..af499de --- /dev/null +++ b/examples/bind/slave/conf-slave/e21-1.conf @@ -0,0 +1,7 @@ +zone "e21-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e21-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e21-2.conf b/examples/bind/slave/conf-slave/e21-2.conf new file mode 100644 index 0000000..33b09b0 --- /dev/null +++ b/examples/bind/slave/conf-slave/e21-2.conf @@ -0,0 +1,7 @@ +zone "e21-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e21-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e21-3.conf b/examples/bind/slave/conf-slave/e21-3.conf new file mode 100644 index 0000000..4b368a3 --- /dev/null +++ b/examples/bind/slave/conf-slave/e21-3.conf @@ -0,0 +1,7 @@ +zone "e21-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e21-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e21-4.conf b/examples/bind/slave/conf-slave/e21-4.conf new file mode 100644 index 0000000..3d57fd6 --- /dev/null +++ b/examples/bind/slave/conf-slave/e21-4.conf @@ -0,0 +1,7 @@ +zone "e21-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e21-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e23-1.conf b/examples/bind/slave/conf-slave/e23-1.conf new file mode 100644 index 0000000..57a0549 --- /dev/null +++ b/examples/bind/slave/conf-slave/e23-1.conf @@ -0,0 +1,7 @@ +zone "e23-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e23-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e23-2.conf b/examples/bind/slave/conf-slave/e23-2.conf new file mode 100644 index 0000000..f373b76 --- /dev/null +++ b/examples/bind/slave/conf-slave/e23-2.conf @@ -0,0 +1,7 @@ +zone "e23-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e23-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e23-3.conf b/examples/bind/slave/conf-slave/e23-3.conf new file mode 100644 index 0000000..f5a09cd --- /dev/null +++ b/examples/bind/slave/conf-slave/e23-3.conf @@ -0,0 +1,7 @@ +zone "e23-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e23-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e23-4.conf b/examples/bind/slave/conf-slave/e23-4.conf new file mode 100644 index 0000000..bfc7fc7 --- /dev/null +++ b/examples/bind/slave/conf-slave/e23-4.conf @@ -0,0 +1,7 @@ +zone "e23-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e23-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e25-1.conf b/examples/bind/slave/conf-slave/e25-1.conf new file mode 100644 index 0000000..b9c4436 --- /dev/null +++ b/examples/bind/slave/conf-slave/e25-1.conf @@ -0,0 +1,7 @@ +zone "e25-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e25-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e25-2.conf b/examples/bind/slave/conf-slave/e25-2.conf new file mode 100644 index 0000000..40b2f75 --- /dev/null +++ b/examples/bind/slave/conf-slave/e25-2.conf @@ -0,0 +1,7 @@ +zone "e25-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e25-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e25-3.conf b/examples/bind/slave/conf-slave/e25-3.conf new file mode 100644 index 0000000..65f2533 --- /dev/null +++ b/examples/bind/slave/conf-slave/e25-3.conf @@ -0,0 +1,7 @@ +zone "e25-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e25-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e25-4.conf b/examples/bind/slave/conf-slave/e25-4.conf new file mode 100644 index 0000000..2fe5e12 --- /dev/null +++ b/examples/bind/slave/conf-slave/e25-4.conf @@ -0,0 +1,7 @@ +zone "e25-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e25-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e27-1.conf b/examples/bind/slave/conf-slave/e27-1.conf new file mode 100644 index 0000000..3819997 --- /dev/null +++ b/examples/bind/slave/conf-slave/e27-1.conf @@ -0,0 +1,7 @@ +zone "e27-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e27-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e27-2.conf b/examples/bind/slave/conf-slave/e27-2.conf new file mode 100644 index 0000000..015344e --- /dev/null +++ b/examples/bind/slave/conf-slave/e27-2.conf @@ -0,0 +1,7 @@ +zone "e27-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e27-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e29-1.conf b/examples/bind/slave/conf-slave/e29-1.conf new file mode 100644 index 0000000..fe87e3c --- /dev/null +++ b/examples/bind/slave/conf-slave/e29-1.conf @@ -0,0 +1,7 @@ +zone "e29-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e29-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e29-2.conf b/examples/bind/slave/conf-slave/e29-2.conf new file mode 100644 index 0000000..8c90834 --- /dev/null +++ b/examples/bind/slave/conf-slave/e29-2.conf @@ -0,0 +1,7 @@ +zone "e29-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e29-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e3-3.conf b/examples/bind/slave/conf-slave/e3-3.conf new file mode 100644 index 0000000..743521c --- /dev/null +++ b/examples/bind/slave/conf-slave/e3-3.conf @@ -0,0 +1,7 @@ +zone "e3-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e3-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e3-4.conf b/examples/bind/slave/conf-slave/e3-4.conf new file mode 100644 index 0000000..dd078d8 --- /dev/null +++ b/examples/bind/slave/conf-slave/e3-4.conf @@ -0,0 +1,7 @@ +zone "e3-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e3-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e31-1.conf b/examples/bind/slave/conf-slave/e31-1.conf new file mode 100644 index 0000000..50c1410 --- /dev/null +++ b/examples/bind/slave/conf-slave/e31-1.conf @@ -0,0 +1,7 @@ +zone "e31-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e31-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e31-2.conf b/examples/bind/slave/conf-slave/e31-2.conf new file mode 100644 index 0000000..133624b --- /dev/null +++ b/examples/bind/slave/conf-slave/e31-2.conf @@ -0,0 +1,7 @@ +zone "e31-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e31-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e33-1.conf b/examples/bind/slave/conf-slave/e33-1.conf new file mode 100644 index 0000000..774bb3e --- /dev/null +++ b/examples/bind/slave/conf-slave/e33-1.conf @@ -0,0 +1,7 @@ +zone "e33-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e33-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e33-2.conf b/examples/bind/slave/conf-slave/e33-2.conf new file mode 100644 index 0000000..495453e --- /dev/null +++ b/examples/bind/slave/conf-slave/e33-2.conf @@ -0,0 +1,7 @@ +zone "e33-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e33-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e35-1.conf b/examples/bind/slave/conf-slave/e35-1.conf new file mode 100644 index 0000000..8be7e8c --- /dev/null +++ b/examples/bind/slave/conf-slave/e35-1.conf @@ -0,0 +1,7 @@ +zone "e35-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e35-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e35-2.conf b/examples/bind/slave/conf-slave/e35-2.conf new file mode 100644 index 0000000..a5fa57c --- /dev/null +++ b/examples/bind/slave/conf-slave/e35-2.conf @@ -0,0 +1,7 @@ +zone "e35-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e35-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e37-1.conf b/examples/bind/slave/conf-slave/e37-1.conf new file mode 100644 index 0000000..bd5f237 --- /dev/null +++ b/examples/bind/slave/conf-slave/e37-1.conf @@ -0,0 +1,7 @@ +zone "e37-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e37-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e37-2.conf b/examples/bind/slave/conf-slave/e37-2.conf new file mode 100644 index 0000000..76a92fd --- /dev/null +++ b/examples/bind/slave/conf-slave/e37-2.conf @@ -0,0 +1,7 @@ +zone "e37-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e37-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e39-1.conf b/examples/bind/slave/conf-slave/e39-1.conf new file mode 100644 index 0000000..8af9b13 --- /dev/null +++ b/examples/bind/slave/conf-slave/e39-1.conf @@ -0,0 +1,7 @@ +zone "e39-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e39-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e39-2.conf b/examples/bind/slave/conf-slave/e39-2.conf new file mode 100644 index 0000000..a5cf4a4 --- /dev/null +++ b/examples/bind/slave/conf-slave/e39-2.conf @@ -0,0 +1,7 @@ +zone "e39-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e39-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e41-1.conf b/examples/bind/slave/conf-slave/e41-1.conf new file mode 100644 index 0000000..f42f509 --- /dev/null +++ b/examples/bind/slave/conf-slave/e41-1.conf @@ -0,0 +1,7 @@ +zone "e41-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e41-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e41-2.conf b/examples/bind/slave/conf-slave/e41-2.conf new file mode 100644 index 0000000..c3bdbe9 --- /dev/null +++ b/examples/bind/slave/conf-slave/e41-2.conf @@ -0,0 +1,7 @@ +zone "e41-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e41-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e43-1.conf b/examples/bind/slave/conf-slave/e43-1.conf new file mode 100644 index 0000000..6556b13 --- /dev/null +++ b/examples/bind/slave/conf-slave/e43-1.conf @@ -0,0 +1,7 @@ +zone "e43-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e43-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e43-2.conf b/examples/bind/slave/conf-slave/e43-2.conf new file mode 100644 index 0000000..bb1459f --- /dev/null +++ b/examples/bind/slave/conf-slave/e43-2.conf @@ -0,0 +1,7 @@ +zone "e43-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e43-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e43-3.conf b/examples/bind/slave/conf-slave/e43-3.conf new file mode 100644 index 0000000..50876b5 --- /dev/null +++ b/examples/bind/slave/conf-slave/e43-3.conf @@ -0,0 +1,7 @@ +zone "e43-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e43-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e43-4.conf b/examples/bind/slave/conf-slave/e43-4.conf new file mode 100644 index 0000000..58c2c46 --- /dev/null +++ b/examples/bind/slave/conf-slave/e43-4.conf @@ -0,0 +1,7 @@ +zone "e43-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e43-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e45-1.conf b/examples/bind/slave/conf-slave/e45-1.conf new file mode 100644 index 0000000..6a5a2ec --- /dev/null +++ b/examples/bind/slave/conf-slave/e45-1.conf @@ -0,0 +1,7 @@ +zone "e45-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e45-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e45-2.conf b/examples/bind/slave/conf-slave/e45-2.conf new file mode 100644 index 0000000..3a1fa66 --- /dev/null +++ b/examples/bind/slave/conf-slave/e45-2.conf @@ -0,0 +1,7 @@ +zone "e45-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e45-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e45-3.conf b/examples/bind/slave/conf-slave/e45-3.conf new file mode 100644 index 0000000..83ca825 --- /dev/null +++ b/examples/bind/slave/conf-slave/e45-3.conf @@ -0,0 +1,7 @@ +zone "e45-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e45-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e45-4.conf b/examples/bind/slave/conf-slave/e45-4.conf new file mode 100644 index 0000000..5d74a9f --- /dev/null +++ b/examples/bind/slave/conf-slave/e45-4.conf @@ -0,0 +1,7 @@ +zone "e45-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e45-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e47-1.conf b/examples/bind/slave/conf-slave/e47-1.conf new file mode 100644 index 0000000..fffc346 --- /dev/null +++ b/examples/bind/slave/conf-slave/e47-1.conf @@ -0,0 +1,7 @@ +zone "e47-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e47-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e47-2.conf b/examples/bind/slave/conf-slave/e47-2.conf new file mode 100644 index 0000000..03ef406 --- /dev/null +++ b/examples/bind/slave/conf-slave/e47-2.conf @@ -0,0 +1,7 @@ +zone "e47-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e47-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e47-3.conf b/examples/bind/slave/conf-slave/e47-3.conf new file mode 100644 index 0000000..ccbcec1 --- /dev/null +++ b/examples/bind/slave/conf-slave/e47-3.conf @@ -0,0 +1,7 @@ +zone "e47-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e47-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e47-4.conf b/examples/bind/slave/conf-slave/e47-4.conf new file mode 100644 index 0000000..d269231 --- /dev/null +++ b/examples/bind/slave/conf-slave/e47-4.conf @@ -0,0 +1,7 @@ +zone "e47-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e47-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e49-1.conf b/examples/bind/slave/conf-slave/e49-1.conf new file mode 100644 index 0000000..a70c567 --- /dev/null +++ b/examples/bind/slave/conf-slave/e49-1.conf @@ -0,0 +1,7 @@ +zone "e49-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e49-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e49-2.conf b/examples/bind/slave/conf-slave/e49-2.conf new file mode 100644 index 0000000..dfcc4cb --- /dev/null +++ b/examples/bind/slave/conf-slave/e49-2.conf @@ -0,0 +1,7 @@ +zone "e49-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e49-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e49-3.conf b/examples/bind/slave/conf-slave/e49-3.conf new file mode 100644 index 0000000..8292656 --- /dev/null +++ b/examples/bind/slave/conf-slave/e49-3.conf @@ -0,0 +1,7 @@ +zone "e49-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e49-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e49-4.conf b/examples/bind/slave/conf-slave/e49-4.conf new file mode 100644 index 0000000..ca20c7e --- /dev/null +++ b/examples/bind/slave/conf-slave/e49-4.conf @@ -0,0 +1,7 @@ +zone "e49-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e49-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e5-3.conf b/examples/bind/slave/conf-slave/e5-3.conf new file mode 100644 index 0000000..2d19a0f --- /dev/null +++ b/examples/bind/slave/conf-slave/e5-3.conf @@ -0,0 +1,7 @@ +zone "e5-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e5-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e5-4.conf b/examples/bind/slave/conf-slave/e5-4.conf new file mode 100644 index 0000000..a60292f --- /dev/null +++ b/examples/bind/slave/conf-slave/e5-4.conf @@ -0,0 +1,7 @@ +zone "e5-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e5-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e51-1.conf b/examples/bind/slave/conf-slave/e51-1.conf new file mode 100644 index 0000000..8a51a23 --- /dev/null +++ b/examples/bind/slave/conf-slave/e51-1.conf @@ -0,0 +1,7 @@ +zone "e51-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e51-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e51-2.conf b/examples/bind/slave/conf-slave/e51-2.conf new file mode 100644 index 0000000..9f05142 --- /dev/null +++ b/examples/bind/slave/conf-slave/e51-2.conf @@ -0,0 +1,7 @@ +zone "e51-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e51-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e51-3.conf b/examples/bind/slave/conf-slave/e51-3.conf new file mode 100644 index 0000000..5edea20 --- /dev/null +++ b/examples/bind/slave/conf-slave/e51-3.conf @@ -0,0 +1,7 @@ +zone "e51-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e51-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e51-4.conf b/examples/bind/slave/conf-slave/e51-4.conf new file mode 100644 index 0000000..8f035fb --- /dev/null +++ b/examples/bind/slave/conf-slave/e51-4.conf @@ -0,0 +1,7 @@ +zone "e51-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e51-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e53-1.conf b/examples/bind/slave/conf-slave/e53-1.conf new file mode 100644 index 0000000..ca3c140 --- /dev/null +++ b/examples/bind/slave/conf-slave/e53-1.conf @@ -0,0 +1,7 @@ +zone "e53-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e53-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e53-2.conf b/examples/bind/slave/conf-slave/e53-2.conf new file mode 100644 index 0000000..062b5a8 --- /dev/null +++ b/examples/bind/slave/conf-slave/e53-2.conf @@ -0,0 +1,7 @@ +zone "e53-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e53-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e53-3.conf b/examples/bind/slave/conf-slave/e53-3.conf new file mode 100644 index 0000000..07af42e --- /dev/null +++ b/examples/bind/slave/conf-slave/e53-3.conf @@ -0,0 +1,7 @@ +zone "e53-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e53-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e53-4.conf b/examples/bind/slave/conf-slave/e53-4.conf new file mode 100644 index 0000000..6d5ac32 --- /dev/null +++ b/examples/bind/slave/conf-slave/e53-4.conf @@ -0,0 +1,7 @@ +zone "e53-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e53-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e55-1.conf b/examples/bind/slave/conf-slave/e55-1.conf new file mode 100644 index 0000000..8ecdcc9 --- /dev/null +++ b/examples/bind/slave/conf-slave/e55-1.conf @@ -0,0 +1,7 @@ +zone "e55-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e55-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e55-2.conf b/examples/bind/slave/conf-slave/e55-2.conf new file mode 100644 index 0000000..5e7fcca --- /dev/null +++ b/examples/bind/slave/conf-slave/e55-2.conf @@ -0,0 +1,7 @@ +zone "e55-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e55-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e55-3.conf b/examples/bind/slave/conf-slave/e55-3.conf new file mode 100644 index 0000000..ecedba5 --- /dev/null +++ b/examples/bind/slave/conf-slave/e55-3.conf @@ -0,0 +1,7 @@ +zone "e55-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e55-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e55-4.conf b/examples/bind/slave/conf-slave/e55-4.conf new file mode 100644 index 0000000..bf8028f --- /dev/null +++ b/examples/bind/slave/conf-slave/e55-4.conf @@ -0,0 +1,7 @@ +zone "e55-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e55-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e57-1.conf b/examples/bind/slave/conf-slave/e57-1.conf new file mode 100644 index 0000000..7255b6f --- /dev/null +++ b/examples/bind/slave/conf-slave/e57-1.conf @@ -0,0 +1,7 @@ +zone "e57-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e57-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e57-2.conf b/examples/bind/slave/conf-slave/e57-2.conf new file mode 100644 index 0000000..f324a7f --- /dev/null +++ b/examples/bind/slave/conf-slave/e57-2.conf @@ -0,0 +1,7 @@ +zone "e57-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e57-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e57-3.conf b/examples/bind/slave/conf-slave/e57-3.conf new file mode 100644 index 0000000..1860f4c --- /dev/null +++ b/examples/bind/slave/conf-slave/e57-3.conf @@ -0,0 +1,7 @@ +zone "e57-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e57-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e57-4.conf b/examples/bind/slave/conf-slave/e57-4.conf new file mode 100644 index 0000000..5f951c8 --- /dev/null +++ b/examples/bind/slave/conf-slave/e57-4.conf @@ -0,0 +1,7 @@ +zone "e57-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e57-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e59-1.conf b/examples/bind/slave/conf-slave/e59-1.conf new file mode 100644 index 0000000..93aa112 --- /dev/null +++ b/examples/bind/slave/conf-slave/e59-1.conf @@ -0,0 +1,7 @@ +zone "e59-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e59-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e59-2.conf b/examples/bind/slave/conf-slave/e59-2.conf new file mode 100644 index 0000000..d07e946 --- /dev/null +++ b/examples/bind/slave/conf-slave/e59-2.conf @@ -0,0 +1,7 @@ +zone "e59-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e59-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e59-3.conf b/examples/bind/slave/conf-slave/e59-3.conf new file mode 100644 index 0000000..a952c03 --- /dev/null +++ b/examples/bind/slave/conf-slave/e59-3.conf @@ -0,0 +1,7 @@ +zone "e59-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e59-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e59-4.conf b/examples/bind/slave/conf-slave/e59-4.conf new file mode 100644 index 0000000..d9a4d15 --- /dev/null +++ b/examples/bind/slave/conf-slave/e59-4.conf @@ -0,0 +1,7 @@ +zone "e59-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e59-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e61-1.conf b/examples/bind/slave/conf-slave/e61-1.conf new file mode 100644 index 0000000..7046895 --- /dev/null +++ b/examples/bind/slave/conf-slave/e61-1.conf @@ -0,0 +1,7 @@ +zone "e61-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e61-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e61-2.conf b/examples/bind/slave/conf-slave/e61-2.conf new file mode 100644 index 0000000..bc36906 --- /dev/null +++ b/examples/bind/slave/conf-slave/e61-2.conf @@ -0,0 +1,7 @@ +zone "e61-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e61-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e61-3.conf b/examples/bind/slave/conf-slave/e61-3.conf new file mode 100644 index 0000000..8e4e700 --- /dev/null +++ b/examples/bind/slave/conf-slave/e61-3.conf @@ -0,0 +1,7 @@ +zone "e61-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e61-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e61-4.conf b/examples/bind/slave/conf-slave/e61-4.conf new file mode 100644 index 0000000..4048436 --- /dev/null +++ b/examples/bind/slave/conf-slave/e61-4.conf @@ -0,0 +1,7 @@ +zone "e61-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e61-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e63-1.conf b/examples/bind/slave/conf-slave/e63-1.conf new file mode 100644 index 0000000..61a2252 --- /dev/null +++ b/examples/bind/slave/conf-slave/e63-1.conf @@ -0,0 +1,7 @@ +zone "e63-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e63-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e63-2.conf b/examples/bind/slave/conf-slave/e63-2.conf new file mode 100644 index 0000000..f891572 --- /dev/null +++ b/examples/bind/slave/conf-slave/e63-2.conf @@ -0,0 +1,7 @@ +zone "e63-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e63-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e63-3.conf b/examples/bind/slave/conf-slave/e63-3.conf new file mode 100644 index 0000000..4a262b8 --- /dev/null +++ b/examples/bind/slave/conf-slave/e63-3.conf @@ -0,0 +1,7 @@ +zone "e63-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e63-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e63-4.conf b/examples/bind/slave/conf-slave/e63-4.conf new file mode 100644 index 0000000..c3d0e66 --- /dev/null +++ b/examples/bind/slave/conf-slave/e63-4.conf @@ -0,0 +1,7 @@ +zone "e63-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e63-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e65-1.conf b/examples/bind/slave/conf-slave/e65-1.conf new file mode 100644 index 0000000..4bd9899 --- /dev/null +++ b/examples/bind/slave/conf-slave/e65-1.conf @@ -0,0 +1,7 @@ +zone "e65-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e65-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e65-2.conf b/examples/bind/slave/conf-slave/e65-2.conf new file mode 100644 index 0000000..399c825 --- /dev/null +++ b/examples/bind/slave/conf-slave/e65-2.conf @@ -0,0 +1,7 @@ +zone "e65-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e65-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e65-3.conf b/examples/bind/slave/conf-slave/e65-3.conf new file mode 100644 index 0000000..c0852ba --- /dev/null +++ b/examples/bind/slave/conf-slave/e65-3.conf @@ -0,0 +1,7 @@ +zone "e65-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e65-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e65-4.conf b/examples/bind/slave/conf-slave/e65-4.conf new file mode 100644 index 0000000..4cc2523 --- /dev/null +++ b/examples/bind/slave/conf-slave/e65-4.conf @@ -0,0 +1,7 @@ +zone "e65-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e65-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e67-1.conf b/examples/bind/slave/conf-slave/e67-1.conf new file mode 100644 index 0000000..51328c7 --- /dev/null +++ b/examples/bind/slave/conf-slave/e67-1.conf @@ -0,0 +1,7 @@ +zone "e67-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e67-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e67-2.conf b/examples/bind/slave/conf-slave/e67-2.conf new file mode 100644 index 0000000..765aade --- /dev/null +++ b/examples/bind/slave/conf-slave/e67-2.conf @@ -0,0 +1,7 @@ +zone "e67-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e67-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e67-3.conf b/examples/bind/slave/conf-slave/e67-3.conf new file mode 100644 index 0000000..416e206 --- /dev/null +++ b/examples/bind/slave/conf-slave/e67-3.conf @@ -0,0 +1,7 @@ +zone "e67-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e67-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e67-4.conf b/examples/bind/slave/conf-slave/e67-4.conf new file mode 100644 index 0000000..1362a16 --- /dev/null +++ b/examples/bind/slave/conf-slave/e67-4.conf @@ -0,0 +1,7 @@ +zone "e67-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e67-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e69-1.conf b/examples/bind/slave/conf-slave/e69-1.conf new file mode 100644 index 0000000..6a182b8 --- /dev/null +++ b/examples/bind/slave/conf-slave/e69-1.conf @@ -0,0 +1,7 @@ +zone "e69-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e69-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e69-2.conf b/examples/bind/slave/conf-slave/e69-2.conf new file mode 100644 index 0000000..7344870 --- /dev/null +++ b/examples/bind/slave/conf-slave/e69-2.conf @@ -0,0 +1,7 @@ +zone "e69-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e69-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e69-3.conf b/examples/bind/slave/conf-slave/e69-3.conf new file mode 100644 index 0000000..81fa922 --- /dev/null +++ b/examples/bind/slave/conf-slave/e69-3.conf @@ -0,0 +1,7 @@ +zone "e69-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e69-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e69-4.conf b/examples/bind/slave/conf-slave/e69-4.conf new file mode 100644 index 0000000..f55c830 --- /dev/null +++ b/examples/bind/slave/conf-slave/e69-4.conf @@ -0,0 +1,7 @@ +zone "e69-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e69-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e7-3.conf b/examples/bind/slave/conf-slave/e7-3.conf new file mode 100644 index 0000000..f8b2d40 --- /dev/null +++ b/examples/bind/slave/conf-slave/e7-3.conf @@ -0,0 +1,7 @@ +zone "e7-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e7-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e7-4.conf b/examples/bind/slave/conf-slave/e7-4.conf new file mode 100644 index 0000000..598ab48 --- /dev/null +++ b/examples/bind/slave/conf-slave/e7-4.conf @@ -0,0 +1,7 @@ +zone "e7-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e7-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e71-1.conf b/examples/bind/slave/conf-slave/e71-1.conf new file mode 100644 index 0000000..b756aba --- /dev/null +++ b/examples/bind/slave/conf-slave/e71-1.conf @@ -0,0 +1,7 @@ +zone "e71-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e71-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e71-2.conf b/examples/bind/slave/conf-slave/e71-2.conf new file mode 100644 index 0000000..d805aae --- /dev/null +++ b/examples/bind/slave/conf-slave/e71-2.conf @@ -0,0 +1,7 @@ +zone "e71-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e71-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e71-3.conf b/examples/bind/slave/conf-slave/e71-3.conf new file mode 100644 index 0000000..ed89a65 --- /dev/null +++ b/examples/bind/slave/conf-slave/e71-3.conf @@ -0,0 +1,7 @@ +zone "e71-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e71-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e71-4.conf b/examples/bind/slave/conf-slave/e71-4.conf new file mode 100644 index 0000000..549816c --- /dev/null +++ b/examples/bind/slave/conf-slave/e71-4.conf @@ -0,0 +1,7 @@ +zone "e71-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e71-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e73-1.conf b/examples/bind/slave/conf-slave/e73-1.conf new file mode 100644 index 0000000..e0904b0 --- /dev/null +++ b/examples/bind/slave/conf-slave/e73-1.conf @@ -0,0 +1,7 @@ +zone "e73-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e73-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e73-2.conf b/examples/bind/slave/conf-slave/e73-2.conf new file mode 100644 index 0000000..2c25646 --- /dev/null +++ b/examples/bind/slave/conf-slave/e73-2.conf @@ -0,0 +1,7 @@ +zone "e73-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e73-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e73-3.conf b/examples/bind/slave/conf-slave/e73-3.conf new file mode 100644 index 0000000..99cad53 --- /dev/null +++ b/examples/bind/slave/conf-slave/e73-3.conf @@ -0,0 +1,7 @@ +zone "e73-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e73-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e73-4.conf b/examples/bind/slave/conf-slave/e73-4.conf new file mode 100644 index 0000000..b1d4e53 --- /dev/null +++ b/examples/bind/slave/conf-slave/e73-4.conf @@ -0,0 +1,7 @@ +zone "e73-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e73-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e75-1.conf b/examples/bind/slave/conf-slave/e75-1.conf new file mode 100644 index 0000000..27b55c9 --- /dev/null +++ b/examples/bind/slave/conf-slave/e75-1.conf @@ -0,0 +1,7 @@ +zone "e75-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e75-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e75-2.conf b/examples/bind/slave/conf-slave/e75-2.conf new file mode 100644 index 0000000..3765e01 --- /dev/null +++ b/examples/bind/slave/conf-slave/e75-2.conf @@ -0,0 +1,7 @@ +zone "e75-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e75-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e75-3.conf b/examples/bind/slave/conf-slave/e75-3.conf new file mode 100644 index 0000000..c5530ef --- /dev/null +++ b/examples/bind/slave/conf-slave/e75-3.conf @@ -0,0 +1,7 @@ +zone "e75-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e75-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e75-4.conf b/examples/bind/slave/conf-slave/e75-4.conf new file mode 100644 index 0000000..9330ae4 --- /dev/null +++ b/examples/bind/slave/conf-slave/e75-4.conf @@ -0,0 +1,7 @@ +zone "e75-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e75-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e77-1.conf b/examples/bind/slave/conf-slave/e77-1.conf new file mode 100644 index 0000000..154e4ee --- /dev/null +++ b/examples/bind/slave/conf-slave/e77-1.conf @@ -0,0 +1,7 @@ +zone "e77-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e77-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e77-2.conf b/examples/bind/slave/conf-slave/e77-2.conf new file mode 100644 index 0000000..c0a0527 --- /dev/null +++ b/examples/bind/slave/conf-slave/e77-2.conf @@ -0,0 +1,7 @@ +zone "e77-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e77-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e77-3.conf b/examples/bind/slave/conf-slave/e77-3.conf new file mode 100644 index 0000000..cd7f4a7 --- /dev/null +++ b/examples/bind/slave/conf-slave/e77-3.conf @@ -0,0 +1,7 @@ +zone "e77-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e77-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e77-4.conf b/examples/bind/slave/conf-slave/e77-4.conf new file mode 100644 index 0000000..14cac32 --- /dev/null +++ b/examples/bind/slave/conf-slave/e77-4.conf @@ -0,0 +1,7 @@ +zone "e77-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e77-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e79-1.conf b/examples/bind/slave/conf-slave/e79-1.conf new file mode 100644 index 0000000..b14e72a --- /dev/null +++ b/examples/bind/slave/conf-slave/e79-1.conf @@ -0,0 +1,7 @@ +zone "e79-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e79-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e79-2.conf b/examples/bind/slave/conf-slave/e79-2.conf new file mode 100644 index 0000000..c1eb84e --- /dev/null +++ b/examples/bind/slave/conf-slave/e79-2.conf @@ -0,0 +1,7 @@ +zone "e79-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e79-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e81-1.conf b/examples/bind/slave/conf-slave/e81-1.conf new file mode 100644 index 0000000..a972eee --- /dev/null +++ b/examples/bind/slave/conf-slave/e81-1.conf @@ -0,0 +1,7 @@ +zone "e81-1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e81-1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e81-2.conf b/examples/bind/slave/conf-slave/e81-2.conf new file mode 100644 index 0000000..4b69003 --- /dev/null +++ b/examples/bind/slave/conf-slave/e81-2.conf @@ -0,0 +1,7 @@ +zone "e81-2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e81-2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e9-3.conf b/examples/bind/slave/conf-slave/e9-3.conf new file mode 100644 index 0000000..2fe9890 --- /dev/null +++ b/examples/bind/slave/conf-slave/e9-3.conf @@ -0,0 +1,7 @@ +zone "e9-3.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e9-3.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/e9-4.conf b/examples/bind/slave/conf-slave/e9-4.conf new file mode 100644 index 0000000..e8f102e --- /dev/null +++ b/examples/bind/slave/conf-slave/e9-4.conf @@ -0,0 +1,7 @@ +zone "e9-4.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e9-4.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/event-studio.conf b/examples/bind/slave/conf-slave/event-studio.conf new file mode 100644 index 0000000..d839788 --- /dev/null +++ b/examples/bind/slave/conf-slave/event-studio.conf @@ -0,0 +1,7 @@ +zone "event-studio.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/event-studio.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/flanke.conf b/examples/bind/slave/conf-slave/flanke.conf new file mode 100644 index 0000000..55b883d --- /dev/null +++ b/examples/bind/slave/conf-slave/flanke.conf @@ -0,0 +1,7 @@ +zone "flanke.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/flanke.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/forsvarlig.conf b/examples/bind/slave/conf-slave/forsvarlig.conf new file mode 100644 index 0000000..7ecb36c --- /dev/null +++ b/examples/bind/slave/conf-slave/forsvarlig.conf @@ -0,0 +1,7 @@ +zone "forsvarlig.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/forsvarlig.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/fugleberget1.conf b/examples/bind/slave/conf-slave/fugleberget1.conf new file mode 100644 index 0000000..1951565 --- /dev/null +++ b/examples/bind/slave/conf-slave/fugleberget1.conf @@ -0,0 +1,7 @@ +zone "fugleberget1.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/fugleberget1.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/fugleberget2.conf b/examples/bind/slave/conf-slave/fugleberget2.conf new file mode 100644 index 0000000..abf1cda --- /dev/null +++ b/examples/bind/slave/conf-slave/fugleberget2.conf @@ -0,0 +1,7 @@ +zone "fugleberget2.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/fugleberget2.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/gayme.conf b/examples/bind/slave/conf-slave/gayme.conf new file mode 100644 index 0000000..e76cfb7 --- /dev/null +++ b/examples/bind/slave/conf-slave/gayme.conf @@ -0,0 +1,7 @@ +zone "gayme.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/gayme.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/highlights.conf b/examples/bind/slave/conf-slave/highlights.conf new file mode 100644 index 0000000..1fbe772 --- /dev/null +++ b/examples/bind/slave/conf-slave/highlights.conf @@ -0,0 +1,7 @@ +zone "highlights.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/highlights.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/hoa.conf b/examples/bind/slave/conf-slave/hoa.conf new file mode 100644 index 0000000..6693892 --- /dev/null +++ b/examples/bind/slave/conf-slave/hoa.conf @@ -0,0 +1,7 @@ +zone "hoa.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/hoa.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/info-dask.conf b/examples/bind/slave/conf-slave/info-dask.conf new file mode 100644 index 0000000..f97196c --- /dev/null +++ b/examples/bind/slave/conf-slave/info-dask.conf @@ -0,0 +1,7 @@ +zone "info-dask.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/info-dask.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/kompett.conf b/examples/bind/slave/conf-slave/kompett.conf new file mode 100644 index 0000000..6f4ba8a --- /dev/null +++ b/examples/bind/slave/conf-slave/kompett.conf @@ -0,0 +1,7 @@ +zone "kompett.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/kompett.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/komplett.conf b/examples/bind/slave/conf-slave/komplett.conf new file mode 100644 index 0000000..60c6888 --- /dev/null +++ b/examples/bind/slave/conf-slave/komplett.conf @@ -0,0 +1,7 @@ +zone "komplett.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/komplett.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/kompott.conf b/examples/bind/slave/conf-slave/kompott.conf new file mode 100644 index 0000000..b49aa71 --- /dev/null +++ b/examples/bind/slave/conf-slave/kompott.conf @@ -0,0 +1,7 @@ +zone "kompott.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/kompott.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/lavvo.conf b/examples/bind/slave/conf-slave/lavvo.conf new file mode 100644 index 0000000..f944a90 --- /dev/null +++ b/examples/bind/slave/conf-slave/lavvo.conf @@ -0,0 +1,7 @@ +zone "lavvo.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/lavvo.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/logistikk.conf b/examples/bind/slave/conf-slave/logistikk.conf new file mode 100644 index 0000000..e49dd1d --- /dev/null +++ b/examples/bind/slave/conf-slave/logistikk.conf @@ -0,0 +1,7 @@ +zone "logistikk.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/logistikk.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/lounge.conf b/examples/bind/slave/conf-slave/lounge.conf new file mode 100644 index 0000000..a869bcc --- /dev/null +++ b/examples/bind/slave/conf-slave/lounge.conf @@ -0,0 +1,7 @@ +zone "lounge.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/lounge.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/medic.conf b/examples/bind/slave/conf-slave/medic.conf new file mode 100644 index 0000000..705ee63 --- /dev/null +++ b/examples/bind/slave/conf-slave/medic.conf @@ -0,0 +1,7 @@ +zone "medic.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/medic.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/noc-server.conf b/examples/bind/slave/conf-slave/noc-server.conf new file mode 100644 index 0000000..6d7f5c4 --- /dev/null +++ b/examples/bind/slave/conf-slave/noc-server.conf @@ -0,0 +1,7 @@ +zone "noc-server.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/noc-server.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/noc.conf b/examples/bind/slave/conf-slave/noc.conf new file mode 100644 index 0000000..66062bf --- /dev/null +++ b/examples/bind/slave/conf-slave/noc.conf @@ -0,0 +1,7 @@ +zone "noc.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/noc.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/planke.conf b/examples/bind/slave/conf-slave/planke.conf new file mode 100644 index 0000000..8f2e2d9 --- /dev/null +++ b/examples/bind/slave/conf-slave/planke.conf @@ -0,0 +1,7 @@ +zone "planke.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/planke.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/presse.conf b/examples/bind/slave/conf-slave/presse.conf new file mode 100644 index 0000000..0bd87cb --- /dev/null +++ b/examples/bind/slave/conf-slave/presse.conf @@ -0,0 +1,7 @@ +zone "presse.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/presse.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/resepsjon.conf b/examples/bind/slave/conf-slave/resepsjon.conf new file mode 100644 index 0000000..2f14ac9 --- /dev/null +++ b/examples/bind/slave/conf-slave/resepsjon.conf @@ -0,0 +1,7 @@ +zone "resepsjon.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/resepsjon.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/rohypnol.conf b/examples/bind/slave/conf-slave/rohypnol.conf new file mode 100644 index 0000000..25eb2af --- /dev/null +++ b/examples/bind/slave/conf-slave/rohypnol.conf @@ -0,0 +1,7 @@ +zone "rohypnol.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/rohypnol.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/scenegulv.conf b/examples/bind/slave/conf-slave/scenegulv.conf new file mode 100644 index 0000000..20bd3bd --- /dev/null +++ b/examples/bind/slave/conf-slave/scenegulv.conf @@ -0,0 +1,7 @@ +zone "scenegulv.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/scenegulv.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/sponsor.conf b/examples/bind/slave/conf-slave/sponsor.conf new file mode 100644 index 0000000..7b43a7a --- /dev/null +++ b/examples/bind/slave/conf-slave/sponsor.conf @@ -0,0 +1,7 @@ +zone "sponsor.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/sponsor.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/tele.conf b/examples/bind/slave/conf-slave/tele.conf new file mode 100644 index 0000000..8ea8978 --- /dev/null +++ b/examples/bind/slave/conf-slave/tele.conf @@ -0,0 +1,7 @@ +zone "tele.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/tele.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/conf-slave/tg14-wlan.conf b/examples/bind/slave/conf-slave/tg14-wlan.conf new file mode 100644 index 0000000..7b86699 --- /dev/null +++ b/examples/bind/slave/conf-slave/tg14-wlan.conf @@ -0,0 +1,7 @@ +zone "tg14-wlan.tg14.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/tg14-wlan.tg14.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/examples/bind/slave/managed-keys.bind b/examples/bind/slave/managed-keys.bind new file mode 100644 index 0000000..2207ea4 --- /dev/null +++ b/examples/bind/slave/managed-keys.bind @@ -0,0 +1,9 @@ +$ORIGIN . +$TTL 0 ; 0 seconds +@ IN SOA . . ( + 3 ; serial + 0 ; refresh (0 seconds) + 0 ; retry (0 seconds) + 0 ; expire (0 seconds) + 0 ; minimum (0 seconds) + ) diff --git a/examples/bind/slave/named.conf b/examples/bind/slave/named.conf new file mode 100644 index 0000000..5c66150 --- /dev/null +++ b/examples/bind/slave/named.conf @@ -0,0 +1,56 @@ +// This named.conf was generated by make-named.pl at 20140413-1806 +// The current version of make-named.pl should not overwrite this file. +acl tg-nett { 151.216.128.0/17; 2a02:ed02::/32; 127.0.0.0/8; ::1; }; +acl ns-xfr { 194.19.3.20; 151.216.253.2; 2a02:ed02:253::2; 151.216.254.2; 2a02:ed02:254::2; 151.216.252.0/24; }; +acl ripe-xfr { 194.19.3.20; 151.216.253.2; 2a02:ed02:253::2; 151.216.254.2; 2a02:ed02:254::2; 193.0.0.0/22; }; + +options { + directory "/etc/bind"; + allow-recursion { tg-nett; }; + allow-query { any; }; + allow-transfer { ns-xfr; }; + recursion yes; + auth-nxdomain no; + listen-on-v6 { any; }; +}; + +key DHCP_UPDATER { + algorithm HMAC-MD5.SIG-ALG.REG.INT; + secret <removed>; +}; + +masters bootstrap { 151.216.254.2; }; + +zone "tg14.gathering.org" { + type slave; + file "slave/tg14.gathering.org"; + notify no; + masters { bootstrap; }; +}; + +zone "infra.tg14.gathering.org" { + type slave; + file "slave/infra.tg14.gathering.org"; + notify no; + masters { bootstrap; }; +}; + +zone "2.0.d.e.2.0.a.2.ip6.arpa" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/2.0.d.e.2.0.a.2.ip6.arpa:"; + allow-transfer { ns-xfr; ripe-xfr; }; +}; + +zone "imgur.com" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/imgur.com"; + allow-transfer { ns-xfr; }; +}; + +include "named.conf.default-zones"; +include "named.slave-reverse4.conf"; +include "named.slave-include.conf"; diff --git a/examples/bind/slave/named.conf.default-zones b/examples/bind/slave/named.conf.default-zones new file mode 100644 index 0000000..355338b --- /dev/null +++ b/examples/bind/slave/named.conf.default-zones @@ -0,0 +1,30 @@ +// prime the server with knowledge of the root servers +zone "." { + type hint; + file "/etc/bind/db.root"; +}; + +// be authoritative for the localhost forward and reverse zones, and for +// broadcast zones as per RFC 1912 + +zone "localhost" { + type master; + file "/etc/bind/db.local"; +}; + +zone "127.in-addr.arpa" { + type master; + file "/etc/bind/db.127"; +}; + +zone "0.in-addr.arpa" { + type master; + file "/etc/bind/db.0"; +}; + +zone "255.in-addr.arpa" { + type master; + file "/etc/bind/db.255"; +}; + + diff --git a/examples/bind/slave/named.conf.local b/examples/bind/slave/named.conf.local new file mode 100644 index 0000000..7a57b10 --- /dev/null +++ b/examples/bind/slave/named.conf.local @@ -0,0 +1,8 @@ +// +// Do any local configuration here +// + +// Consider adding the 1918 zones here, if they are not used in your +// organization +//include "/etc/bind/zones.rfc1918"; + diff --git a/examples/bind/slave/named.conf.options b/examples/bind/slave/named.conf.options new file mode 100644 index 0000000..b1bef51 --- /dev/null +++ b/examples/bind/slave/named.conf.options @@ -0,0 +1,26 @@ +options { + directory "/var/cache/bind"; + + // If there is a firewall between you and nameservers you want + // to talk to, you may need to fix the firewall to allow multiple + // ports to talk. See http://www.kb.cert.org/vuls/id/800113 + + // If your ISP provided one or more IP addresses for stable + // nameservers, you probably want to use them as forwarders. + // Uncomment the following block, and insert the addresses replacing + // the all-0's placeholder. + + // forwarders { + // 0.0.0.0; + // }; + + //======================================================================== + // If BIND logs error messages about the root key being expired, + // you will need to update your keys. See https://www.isc.org/bind-keys + //======================================================================== + dnssec-validation auto; + + auth-nxdomain no; # conform to RFC1035 + listen-on-v6 { any; }; +}; + diff --git a/examples/bind/slave/named.slave-include.conf b/examples/bind/slave/named.slave-include.conf new file mode 100644 index 0000000..dd91a6d --- /dev/null +++ b/examples/bind/slave/named.slave-include.conf @@ -0,0 +1,193 @@ +include "/etc/bind/conf-slave/apekatt.conf"; +include "/etc/bind/conf-slave/apenett00.conf"; +include "/etc/bind/conf-slave/apenett01.conf"; +include "/etc/bind/conf-slave/apenett02.conf"; +include "/etc/bind/conf-slave/apenett03.conf"; +include "/etc/bind/conf-slave/apenett04.conf"; +include "/etc/bind/conf-slave/apenett05.conf"; +include "/etc/bind/conf-slave/apenett06.conf"; +include "/etc/bind/conf-slave/bonus.conf"; +include "/etc/bind/conf-slave/bonus1.conf"; +include "/etc/bind/conf-slave/bonus2.conf"; +include "/etc/bind/conf-slave/bordell.conf"; +include "/etc/bind/conf-slave/clientcam.conf"; +include "/etc/bind/conf-slave/creative1-1.conf"; +include "/etc/bind/conf-slave/creative2-1.conf"; +include "/etc/bind/conf-slave/creative3-1.conf"; +include "/etc/bind/conf-slave/creative4-1.conf"; +include "/etc/bind/conf-slave/creative4-2.conf"; +include "/etc/bind/conf-slave/creative5-1.conf"; +include "/etc/bind/conf-slave/creative5-2.conf"; +include "/etc/bind/conf-slave/creative6-1.conf"; +include "/etc/bind/conf-slave/creative6-2.conf"; +include "/etc/bind/conf-slave/creative7-1.conf"; +include "/etc/bind/conf-slave/creative7-2.conf"; +include "/etc/bind/conf-slave/creative8-1.conf"; +include "/etc/bind/conf-slave/creative8-2.conf"; +include "/etc/bind/conf-slave/crew1-1.conf"; +include "/etc/bind/conf-slave/crew2-1.conf"; +include "/etc/bind/conf-slave/crew2-2.conf"; +include "/etc/bind/conf-slave/crew3-1.conf"; +include "/etc/bind/conf-slave/crew3-2.conf"; +include "/etc/bind/conf-slave/crew4-1.conf"; +include "/etc/bind/conf-slave/crew4-2.conf"; +include "/etc/bind/conf-slave/e1-3.conf"; +include "/etc/bind/conf-slave/e1-4.conf"; +include "/etc/bind/conf-slave/e11-1.conf"; +include "/etc/bind/conf-slave/e11-2.conf"; +include "/etc/bind/conf-slave/e11-3.conf"; +include "/etc/bind/conf-slave/e11-4.conf"; +include "/etc/bind/conf-slave/e13-1.conf"; +include "/etc/bind/conf-slave/e13-2.conf"; +include "/etc/bind/conf-slave/e13-3.conf"; +include "/etc/bind/conf-slave/e13-4.conf"; +include "/etc/bind/conf-slave/e15-1.conf"; +include "/etc/bind/conf-slave/e15-2.conf"; +include "/etc/bind/conf-slave/e15-3.conf"; +include "/etc/bind/conf-slave/e15-4.conf"; +include "/etc/bind/conf-slave/e17-1.conf"; +include "/etc/bind/conf-slave/e17-2.conf"; +include "/etc/bind/conf-slave/e17-3.conf"; +include "/etc/bind/conf-slave/e17-4.conf"; +include "/etc/bind/conf-slave/e19-1.conf"; +include "/etc/bind/conf-slave/e19-2.conf"; +include "/etc/bind/conf-slave/e19-3.conf"; +include "/etc/bind/conf-slave/e19-4.conf"; +include "/etc/bind/conf-slave/e21-1.conf"; +include "/etc/bind/conf-slave/e21-2.conf"; +include "/etc/bind/conf-slave/e21-3.conf"; +include "/etc/bind/conf-slave/e21-4.conf"; +include "/etc/bind/conf-slave/e23-1.conf"; +include "/etc/bind/conf-slave/e23-2.conf"; +include "/etc/bind/conf-slave/e23-3.conf"; +include "/etc/bind/conf-slave/e23-4.conf"; +include "/etc/bind/conf-slave/e25-1.conf"; +include "/etc/bind/conf-slave/e25-2.conf"; +include "/etc/bind/conf-slave/e25-3.conf"; +include "/etc/bind/conf-slave/e25-4.conf"; +include "/etc/bind/conf-slave/e27-1.conf"; +include "/etc/bind/conf-slave/e27-2.conf"; +include "/etc/bind/conf-slave/e29-1.conf"; +include "/etc/bind/conf-slave/e29-2.conf"; +include "/etc/bind/conf-slave/e3-3.conf"; +include "/etc/bind/conf-slave/e3-4.conf"; +include "/etc/bind/conf-slave/e31-1.conf"; +include "/etc/bind/conf-slave/e31-2.conf"; +include "/etc/bind/conf-slave/e33-1.conf"; +include "/etc/bind/conf-slave/e33-2.conf"; +include "/etc/bind/conf-slave/e35-1.conf"; +include "/etc/bind/conf-slave/e35-2.conf"; +include "/etc/bind/conf-slave/e37-1.conf"; +include "/etc/bind/conf-slave/e37-2.conf"; +include "/etc/bind/conf-slave/e39-1.conf"; +include "/etc/bind/conf-slave/e39-2.conf"; +include "/etc/bind/conf-slave/e41-1.conf"; +include "/etc/bind/conf-slave/e41-2.conf"; +include "/etc/bind/conf-slave/e43-1.conf"; +include "/etc/bind/conf-slave/e43-2.conf"; +include "/etc/bind/conf-slave/e43-3.conf"; +include "/etc/bind/conf-slave/e43-4.conf"; +include "/etc/bind/conf-slave/e45-1.conf"; +include "/etc/bind/conf-slave/e45-2.conf"; +include "/etc/bind/conf-slave/e45-3.conf"; +include "/etc/bind/conf-slave/e45-4.conf"; +include "/etc/bind/conf-slave/e47-1.conf"; +include "/etc/bind/conf-slave/e47-2.conf"; +include "/etc/bind/conf-slave/e47-3.conf"; +include "/etc/bind/conf-slave/e47-4.conf"; +include "/etc/bind/conf-slave/e49-1.conf"; +include "/etc/bind/conf-slave/e49-2.conf"; +include "/etc/bind/conf-slave/e49-3.conf"; +include "/etc/bind/conf-slave/e49-4.conf"; +include "/etc/bind/conf-slave/e5-3.conf"; +include "/etc/bind/conf-slave/e5-4.conf"; +include "/etc/bind/conf-slave/e51-1.conf"; +include "/etc/bind/conf-slave/e51-2.conf"; +include "/etc/bind/conf-slave/e51-3.conf"; +include "/etc/bind/conf-slave/e51-4.conf"; +include "/etc/bind/conf-slave/e53-1.conf"; +include "/etc/bind/conf-slave/e53-2.conf"; +include "/etc/bind/conf-slave/e53-3.conf"; +include "/etc/bind/conf-slave/e53-4.conf"; +include "/etc/bind/conf-slave/e55-1.conf"; +include "/etc/bind/conf-slave/e55-2.conf"; +include "/etc/bind/conf-slave/e55-3.conf"; +include "/etc/bind/conf-slave/e55-4.conf"; +include "/etc/bind/conf-slave/e57-1.conf"; +include "/etc/bind/conf-slave/e57-2.conf"; +include "/etc/bind/conf-slave/e57-3.conf"; +include "/etc/bind/conf-slave/e57-4.conf"; +include "/etc/bind/conf-slave/e59-1.conf"; +include "/etc/bind/conf-slave/e59-2.conf"; +include "/etc/bind/conf-slave/e59-3.conf"; +include "/etc/bind/conf-slave/e59-4.conf"; +include "/etc/bind/conf-slave/e61-1.conf"; +include "/etc/bind/conf-slave/e61-2.conf"; +include "/etc/bind/conf-slave/e61-3.conf"; +include "/etc/bind/conf-slave/e61-4.conf"; +include "/etc/bind/conf-slave/e63-1.conf"; +include "/etc/bind/conf-slave/e63-2.conf"; +include "/etc/bind/conf-slave/e63-3.conf"; +include "/etc/bind/conf-slave/e63-4.conf"; +include "/etc/bind/conf-slave/e65-1.conf"; +include "/etc/bind/conf-slave/e65-2.conf"; +include "/etc/bind/conf-slave/e65-3.conf"; +include "/etc/bind/conf-slave/e65-4.conf"; +include "/etc/bind/conf-slave/e67-1.conf"; +include "/etc/bind/conf-slave/e67-2.conf"; +include "/etc/bind/conf-slave/e67-3.conf"; +include "/etc/bind/conf-slave/e67-4.conf"; +include "/etc/bind/conf-slave/e69-1.conf"; +include "/etc/bind/conf-slave/e69-2.conf"; +include "/etc/bind/conf-slave/e69-3.conf"; +include "/etc/bind/conf-slave/e69-4.conf"; +include "/etc/bind/conf-slave/e7-3.conf"; +include "/etc/bind/conf-slave/e7-4.conf"; +include "/etc/bind/conf-slave/e71-1.conf"; +include "/etc/bind/conf-slave/e71-2.conf"; +include "/etc/bind/conf-slave/e71-3.conf"; +include "/etc/bind/conf-slave/e71-4.conf"; +include "/etc/bind/conf-slave/e73-1.conf"; +include "/etc/bind/conf-slave/e73-2.conf"; +include "/etc/bind/conf-slave/e73-3.conf"; +include "/etc/bind/conf-slave/e73-4.conf"; +include "/etc/bind/conf-slave/e75-1.conf"; +include "/etc/bind/conf-slave/e75-2.conf"; +include "/etc/bind/conf-slave/e75-3.conf"; +include "/etc/bind/conf-slave/e75-4.conf"; +include "/etc/bind/conf-slave/e77-1.conf"; +include "/etc/bind/conf-slave/e77-2.conf"; +include "/etc/bind/conf-slave/e77-3.conf"; +include "/etc/bind/conf-slave/e77-4.conf"; +include "/etc/bind/conf-slave/e79-1.conf"; +include "/etc/bind/conf-slave/e79-2.conf"; +include "/etc/bind/conf-slave/e81-1.conf"; +include "/etc/bind/conf-slave/e81-2.conf"; +include "/etc/bind/conf-slave/e9-3.conf"; +include "/etc/bind/conf-slave/e9-4.conf"; +include "/etc/bind/conf-slave/event-studio.conf"; +include "/etc/bind/conf-slave/flanke.conf"; +include "/etc/bind/conf-slave/forsvarlig.conf"; +include "/etc/bind/conf-slave/fugleberget1.conf"; +include "/etc/bind/conf-slave/fugleberget2.conf"; +include "/etc/bind/conf-slave/gayme.conf"; +include "/etc/bind/conf-slave/highlights.conf"; +include "/etc/bind/conf-slave/hoa.conf"; +include "/etc/bind/conf-slave/info-dask.conf"; +include "/etc/bind/conf-slave/kompett.conf"; +include "/etc/bind/conf-slave/komplett.conf"; +include "/etc/bind/conf-slave/kompott.conf"; +include "/etc/bind/conf-slave/lavvo.conf"; +include "/etc/bind/conf-slave/logistikk.conf"; +include "/etc/bind/conf-slave/lounge.conf"; +include "/etc/bind/conf-slave/medic.conf"; +include "/etc/bind/conf-slave/noc-server.conf"; +include "/etc/bind/conf-slave/noc.conf"; +include "/etc/bind/conf-slave/planke.conf"; +include "/etc/bind/conf-slave/presse.conf"; +include "/etc/bind/conf-slave/resepsjon.conf"; +include "/etc/bind/conf-slave/rohypnol.conf"; +include "/etc/bind/conf-slave/scenegulv.conf"; +include "/etc/bind/conf-slave/sponsor.conf"; +include "/etc/bind/conf-slave/tele.conf"; +include "/etc/bind/conf-slave/tg14-wlan.conf"; diff --git a/examples/bind/slave/named.slave-reverse4.conf b/examples/bind/slave/named.slave-reverse4.conf new file mode 100644 index 0000000..3fb42a9 --- /dev/null +++ b/examples/bind/slave/named.slave-reverse4.conf @@ -0,0 +1,1024 @@ +zone "128.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/128.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "129.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/129.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "130.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/130.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "131.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/131.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "132.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/132.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "133.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/133.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "134.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/134.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "135.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/135.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "136.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/136.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "137.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/137.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "138.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/138.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "139.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/139.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "140.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/140.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "141.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/141.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "142.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/142.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "143.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/143.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "144.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/144.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "145.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/145.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "146.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/146.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "147.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/147.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "148.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/148.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "149.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/149.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "150.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/150.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "151.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/151.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "152.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/152.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "153.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/153.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "154.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/154.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "155.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/155.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "156.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/156.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "157.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/157.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "158.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/158.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "159.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/159.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "160.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/160.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "161.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/161.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "162.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/162.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "163.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/163.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "164.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/164.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "165.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/165.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "166.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/166.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "167.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/167.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "168.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/168.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "169.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/169.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "170.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/170.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "171.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/171.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "172.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/172.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "173.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/173.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "174.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/174.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "175.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/175.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "176.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/176.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "177.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/177.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "178.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/178.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "179.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/179.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "180.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/180.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "181.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/181.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "182.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/182.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "183.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/183.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "184.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/184.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "185.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/185.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "186.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/186.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "187.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/187.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "188.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/188.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "189.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/189.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "190.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/190.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "191.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/191.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "192.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/192.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "193.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/193.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "194.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/194.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "195.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/195.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "196.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/196.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "197.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/197.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "198.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/198.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "199.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/199.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "200.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/200.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "201.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/201.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "202.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/202.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "203.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/203.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "204.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/204.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "205.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/205.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "206.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/206.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "207.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/207.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "208.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/208.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "209.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/209.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "210.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/210.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "211.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/211.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "212.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/212.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "213.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/213.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "214.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/214.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "215.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/215.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "216.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/216.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "217.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/217.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "218.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/218.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "219.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/219.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "220.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/220.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "221.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/221.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "222.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/222.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "223.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/223.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "224.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/224.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "225.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/225.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "226.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/226.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "227.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/227.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "228.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/228.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "229.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/229.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "230.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/230.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "231.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/231.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "232.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/232.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "233.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/233.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "234.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/234.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "235.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/235.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "236.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/236.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "237.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/237.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "238.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/238.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "239.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/239.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "240.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/240.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "241.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/241.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "242.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/242.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "243.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/243.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "244.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/244.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "245.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/245.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "246.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/246.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "247.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/247.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "248.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/248.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "249.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/249.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "250.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/250.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "251.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/251.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "252.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/252.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "253.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/253.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "254.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/254.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + +zone "255.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/255.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; 151.216.252.0/24; 2a02:ed02:252::/64; }; +}; + diff --git a/examples/bind/slave/slave/.gitignore b/examples/bind/slave/slave/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/examples/bind/slave/slave/.gitignore |