diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-04-01 19:14:20 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-04-01 19:14:20 +0200 |
commit | bc83b07e4aa4c68f63f4e1b9f6f00757388ea13c (patch) | |
tree | ccb9a45430645ea80bca1b3717e453e254229a0e /examples/tg16/dns/master/conf-master | |
parent | 1d2470a411e5eaac7e5a1c5d5b6b81e92c92f4a8 (diff) | |
parent | 3dc8afb739a03459393d3cda79bd16cefff15cae (diff) |
Merge branch 'master' of github.com:tech-server/tgmanage
Diffstat (limited to 'examples/tg16/dns/master/conf-master')
179 files changed, 1253 insertions, 0 deletions
diff --git a/examples/tg16/dns/master/conf-master/ap-creativia.conf b/examples/tg16/dns/master/conf-master/ap-creativia.conf new file mode 100644 index 0000000..3888465 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/ap-creativia.conf @@ -0,0 +1,7 @@ +zone "ap-creativia.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/ap-creativia.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/ap-distro0.conf b/examples/tg16/dns/master/conf-master/ap-distro0.conf new file mode 100644 index 0000000..8868658 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/ap-distro0.conf @@ -0,0 +1,7 @@ +zone "ap-distro0.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/ap-distro0.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/ap-distro1.conf b/examples/tg16/dns/master/conf-master/ap-distro1.conf new file mode 100644 index 0000000..700193a --- /dev/null +++ b/examples/tg16/dns/master/conf-master/ap-distro1.conf @@ -0,0 +1,7 @@ +zone "ap-distro1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/ap-distro1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/ap-distro2.conf b/examples/tg16/dns/master/conf-master/ap-distro2.conf new file mode 100644 index 0000000..a9f7d25 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/ap-distro2.conf @@ -0,0 +1,7 @@ +zone "ap-distro2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/ap-distro2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/ap-distro3.conf b/examples/tg16/dns/master/conf-master/ap-distro3.conf new file mode 100644 index 0000000..b563fae --- /dev/null +++ b/examples/tg16/dns/master/conf-master/ap-distro3.conf @@ -0,0 +1,7 @@ +zone "ap-distro3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/ap-distro3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/ap-distro4.conf b/examples/tg16/dns/master/conf-master/ap-distro4.conf new file mode 100644 index 0000000..396170b --- /dev/null +++ b/examples/tg16/dns/master/conf-master/ap-distro4.conf @@ -0,0 +1,7 @@ +zone "ap-distro4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/ap-distro4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/ap-distro5.conf b/examples/tg16/dns/master/conf-master/ap-distro5.conf new file mode 100644 index 0000000..d37e9e2 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/ap-distro5.conf @@ -0,0 +1,7 @@ +zone "ap-distro5.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/ap-distro5.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/ap-distro6.conf b/examples/tg16/dns/master/conf-master/ap-distro6.conf new file mode 100644 index 0000000..30b85ad --- /dev/null +++ b/examples/tg16/dns/master/conf-master/ap-distro6.conf @@ -0,0 +1,7 @@ +zone "ap-distro6.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/ap-distro6.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/ap-distro7.conf b/examples/tg16/dns/master/conf-master/ap-distro7.conf new file mode 100644 index 0000000..f2671d4 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/ap-distro7.conf @@ -0,0 +1,7 @@ +zone "ap-distro7.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/ap-distro7.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/ap-stand.conf b/examples/tg16/dns/master/conf-master/ap-stand.conf new file mode 100644 index 0000000..7345862 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/ap-stand.conf @@ -0,0 +1,7 @@ +zone "ap-stand.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/ap-stand.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/auditorium.conf b/examples/tg16/dns/master/conf-master/auditorium.conf new file mode 100644 index 0000000..69bc47a --- /dev/null +++ b/examples/tg16/dns/master/conf-master/auditorium.conf @@ -0,0 +1,7 @@ +zone "auditorium.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/auditorium.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/creativia-village.conf b/examples/tg16/dns/master/conf-master/creativia-village.conf new file mode 100644 index 0000000..714b547 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/creativia-village.conf @@ -0,0 +1,7 @@ +zone "creativia-village.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/creativia-village.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/creativia.conf b/examples/tg16/dns/master/conf-master/creativia.conf new file mode 100644 index 0000000..e98faf0 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/creativia.conf @@ -0,0 +1,7 @@ +zone "creativia.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/creativia.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/creativia1.conf b/examples/tg16/dns/master/conf-master/creativia1.conf new file mode 100644 index 0000000..4592955 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/creativia1.conf @@ -0,0 +1,7 @@ +zone "creativia1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/creativia1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/creativia2.conf b/examples/tg16/dns/master/conf-master/creativia2.conf new file mode 100644 index 0000000..45c6711 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/creativia2.conf @@ -0,0 +1,7 @@ +zone "creativia2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/creativia2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/creativia3.conf b/examples/tg16/dns/master/conf-master/creativia3.conf new file mode 100644 index 0000000..9aef961 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/creativia3.conf @@ -0,0 +1,7 @@ +zone "creativia3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/creativia3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/creativia4.conf b/examples/tg16/dns/master/conf-master/creativia4.conf new file mode 100644 index 0000000..2fd55fa --- /dev/null +++ b/examples/tg16/dns/master/conf-master/creativia4.conf @@ -0,0 +1,7 @@ +zone "creativia4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/creativia4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/creativia5.conf b/examples/tg16/dns/master/conf-master/creativia5.conf new file mode 100644 index 0000000..aedb3a9 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/creativia5.conf @@ -0,0 +1,7 @@ +zone "creativia5.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/creativia5.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/creativia6.conf b/examples/tg16/dns/master/conf-master/creativia6.conf new file mode 100644 index 0000000..f980387 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/creativia6.conf @@ -0,0 +1,7 @@ +zone "creativia6.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/creativia6.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/creativia7.conf b/examples/tg16/dns/master/conf-master/creativia7.conf new file mode 100644 index 0000000..1920fb6 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/creativia7.conf @@ -0,0 +1,7 @@ +zone "creativia7.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/creativia7.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/creativiasw1.conf b/examples/tg16/dns/master/conf-master/creativiasw1.conf new file mode 100644 index 0000000..7ef703c --- /dev/null +++ b/examples/tg16/dns/master/conf-master/creativiasw1.conf @@ -0,0 +1,7 @@ +zone "creativiasw1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/creativiasw1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/crew.conf b/examples/tg16/dns/master/conf-master/crew.conf new file mode 100644 index 0000000..ff1005e --- /dev/null +++ b/examples/tg16/dns/master/conf-master/crew.conf @@ -0,0 +1,7 @@ +zone "crew.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/crew.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/deltaker-srv.conf b/examples/tg16/dns/master/conf-master/deltaker-srv.conf new file mode 100644 index 0000000..6a8d91d --- /dev/null +++ b/examples/tg16/dns/master/conf-master/deltaker-srv.conf @@ -0,0 +1,7 @@ +zone "deltaker-srv.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/deltaker-srv.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e1-3.conf b/examples/tg16/dns/master/conf-master/e1-3.conf new file mode 100644 index 0000000..7f5b4a8 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e1-3.conf @@ -0,0 +1,7 @@ +zone "e1-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e1-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e1-4.conf b/examples/tg16/dns/master/conf-master/e1-4.conf new file mode 100644 index 0000000..45b23ed --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e1-4.conf @@ -0,0 +1,7 @@ +zone "e1-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e1-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e11-1.conf b/examples/tg16/dns/master/conf-master/e11-1.conf new file mode 100644 index 0000000..f62de2a --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e11-1.conf @@ -0,0 +1,7 @@ +zone "e11-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e11-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e11-2.conf b/examples/tg16/dns/master/conf-master/e11-2.conf new file mode 100644 index 0000000..b048694 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e11-2.conf @@ -0,0 +1,7 @@ +zone "e11-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e11-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e11-3.conf b/examples/tg16/dns/master/conf-master/e11-3.conf new file mode 100644 index 0000000..43039d3 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e11-3.conf @@ -0,0 +1,7 @@ +zone "e11-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e11-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e11-4.conf b/examples/tg16/dns/master/conf-master/e11-4.conf new file mode 100644 index 0000000..aa697e1 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e11-4.conf @@ -0,0 +1,7 @@ +zone "e11-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e11-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e13-1.conf b/examples/tg16/dns/master/conf-master/e13-1.conf new file mode 100644 index 0000000..d90a7dd --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e13-1.conf @@ -0,0 +1,7 @@ +zone "e13-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e13-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e13-2.conf b/examples/tg16/dns/master/conf-master/e13-2.conf new file mode 100644 index 0000000..5871568 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e13-2.conf @@ -0,0 +1,7 @@ +zone "e13-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e13-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e13-3.conf b/examples/tg16/dns/master/conf-master/e13-3.conf new file mode 100644 index 0000000..b7506c9 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e13-3.conf @@ -0,0 +1,7 @@ +zone "e13-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e13-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e13-4.conf b/examples/tg16/dns/master/conf-master/e13-4.conf new file mode 100644 index 0000000..d3b8158 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e13-4.conf @@ -0,0 +1,7 @@ +zone "e13-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e13-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e15-1.conf b/examples/tg16/dns/master/conf-master/e15-1.conf new file mode 100644 index 0000000..2f391f4 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e15-1.conf @@ -0,0 +1,7 @@ +zone "e15-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e15-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e15-2.conf b/examples/tg16/dns/master/conf-master/e15-2.conf new file mode 100644 index 0000000..1f3322b --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e15-2.conf @@ -0,0 +1,7 @@ +zone "e15-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e15-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e15-3.conf b/examples/tg16/dns/master/conf-master/e15-3.conf new file mode 100644 index 0000000..42817c1 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e15-3.conf @@ -0,0 +1,7 @@ +zone "e15-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e15-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e15-4.conf b/examples/tg16/dns/master/conf-master/e15-4.conf new file mode 100644 index 0000000..e382d90 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e15-4.conf @@ -0,0 +1,7 @@ +zone "e15-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e15-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e17-1.conf b/examples/tg16/dns/master/conf-master/e17-1.conf new file mode 100644 index 0000000..8b5644f --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e17-1.conf @@ -0,0 +1,7 @@ +zone "e17-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e17-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e17-2.conf b/examples/tg16/dns/master/conf-master/e17-2.conf new file mode 100644 index 0000000..63a3c77 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e17-2.conf @@ -0,0 +1,7 @@ +zone "e17-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e17-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e17-3.conf b/examples/tg16/dns/master/conf-master/e17-3.conf new file mode 100644 index 0000000..530592c --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e17-3.conf @@ -0,0 +1,7 @@ +zone "e17-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e17-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e17-4.conf b/examples/tg16/dns/master/conf-master/e17-4.conf new file mode 100644 index 0000000..94444cc --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e17-4.conf @@ -0,0 +1,7 @@ +zone "e17-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e17-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e19-1.conf b/examples/tg16/dns/master/conf-master/e19-1.conf new file mode 100644 index 0000000..eb68efd --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e19-1.conf @@ -0,0 +1,7 @@ +zone "e19-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e19-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e19-2.conf b/examples/tg16/dns/master/conf-master/e19-2.conf new file mode 100644 index 0000000..374d743 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e19-2.conf @@ -0,0 +1,7 @@ +zone "e19-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e19-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e19-3.conf b/examples/tg16/dns/master/conf-master/e19-3.conf new file mode 100644 index 0000000..49a09fe --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e19-3.conf @@ -0,0 +1,7 @@ +zone "e19-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e19-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e19-4.conf b/examples/tg16/dns/master/conf-master/e19-4.conf new file mode 100644 index 0000000..61e3b91 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e19-4.conf @@ -0,0 +1,7 @@ +zone "e19-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e19-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e21-1.conf b/examples/tg16/dns/master/conf-master/e21-1.conf new file mode 100644 index 0000000..d991042 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e21-1.conf @@ -0,0 +1,7 @@ +zone "e21-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e21-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e21-2.conf b/examples/tg16/dns/master/conf-master/e21-2.conf new file mode 100644 index 0000000..c5b0f33 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e21-2.conf @@ -0,0 +1,7 @@ +zone "e21-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e21-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e21-3.conf b/examples/tg16/dns/master/conf-master/e21-3.conf new file mode 100644 index 0000000..f0f8d43 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e21-3.conf @@ -0,0 +1,7 @@ +zone "e21-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e21-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e21-4.conf b/examples/tg16/dns/master/conf-master/e21-4.conf new file mode 100644 index 0000000..6bb96ce --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e21-4.conf @@ -0,0 +1,7 @@ +zone "e21-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e21-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e23-1.conf b/examples/tg16/dns/master/conf-master/e23-1.conf new file mode 100644 index 0000000..d6fc514 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e23-1.conf @@ -0,0 +1,7 @@ +zone "e23-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e23-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e23-2.conf b/examples/tg16/dns/master/conf-master/e23-2.conf new file mode 100644 index 0000000..12a30ff --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e23-2.conf @@ -0,0 +1,7 @@ +zone "e23-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e23-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e23-3.conf b/examples/tg16/dns/master/conf-master/e23-3.conf new file mode 100644 index 0000000..4f01024 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e23-3.conf @@ -0,0 +1,7 @@ +zone "e23-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e23-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e23-4.conf b/examples/tg16/dns/master/conf-master/e23-4.conf new file mode 100644 index 0000000..8701c82 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e23-4.conf @@ -0,0 +1,7 @@ +zone "e23-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e23-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e25-1.conf b/examples/tg16/dns/master/conf-master/e25-1.conf new file mode 100644 index 0000000..f942c1f --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e25-1.conf @@ -0,0 +1,7 @@ +zone "e25-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e25-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e25-2.conf b/examples/tg16/dns/master/conf-master/e25-2.conf new file mode 100644 index 0000000..15f27d0 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e25-2.conf @@ -0,0 +1,7 @@ +zone "e25-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e25-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e27-1.conf b/examples/tg16/dns/master/conf-master/e27-1.conf new file mode 100644 index 0000000..bd283f9 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e27-1.conf @@ -0,0 +1,7 @@ +zone "e27-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e27-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e27-2.conf b/examples/tg16/dns/master/conf-master/e27-2.conf new file mode 100644 index 0000000..60211b4 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e27-2.conf @@ -0,0 +1,7 @@ +zone "e27-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e27-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e29-1.conf b/examples/tg16/dns/master/conf-master/e29-1.conf new file mode 100644 index 0000000..90e871e --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e29-1.conf @@ -0,0 +1,7 @@ +zone "e29-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e29-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e29-2.conf b/examples/tg16/dns/master/conf-master/e29-2.conf new file mode 100644 index 0000000..c279db7 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e29-2.conf @@ -0,0 +1,7 @@ +zone "e29-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e29-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e3-3.conf b/examples/tg16/dns/master/conf-master/e3-3.conf new file mode 100644 index 0000000..f76a498 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e3-3.conf @@ -0,0 +1,7 @@ +zone "e3-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e3-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e3-4.conf b/examples/tg16/dns/master/conf-master/e3-4.conf new file mode 100644 index 0000000..6c0a775 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e3-4.conf @@ -0,0 +1,7 @@ +zone "e3-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e3-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e31-1.conf b/examples/tg16/dns/master/conf-master/e31-1.conf new file mode 100644 index 0000000..05a0495 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e31-1.conf @@ -0,0 +1,7 @@ +zone "e31-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e31-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e31-2.conf b/examples/tg16/dns/master/conf-master/e31-2.conf new file mode 100644 index 0000000..6e57d29 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e31-2.conf @@ -0,0 +1,7 @@ +zone "e31-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e31-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e33-1.conf b/examples/tg16/dns/master/conf-master/e33-1.conf new file mode 100644 index 0000000..3211cc2 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e33-1.conf @@ -0,0 +1,7 @@ +zone "e33-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e33-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e33-2.conf b/examples/tg16/dns/master/conf-master/e33-2.conf new file mode 100644 index 0000000..07b694e --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e33-2.conf @@ -0,0 +1,7 @@ +zone "e33-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e33-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e35-1.conf b/examples/tg16/dns/master/conf-master/e35-1.conf new file mode 100644 index 0000000..a4d7e69 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e35-1.conf @@ -0,0 +1,7 @@ +zone "e35-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e35-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e35-2.conf b/examples/tg16/dns/master/conf-master/e35-2.conf new file mode 100644 index 0000000..3f14bce --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e35-2.conf @@ -0,0 +1,7 @@ +zone "e35-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e35-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e37-1.conf b/examples/tg16/dns/master/conf-master/e37-1.conf new file mode 100644 index 0000000..e32ec9c --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e37-1.conf @@ -0,0 +1,7 @@ +zone "e37-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e37-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e37-2.conf b/examples/tg16/dns/master/conf-master/e37-2.conf new file mode 100644 index 0000000..7369148 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e37-2.conf @@ -0,0 +1,7 @@ +zone "e37-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e37-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e39-1.conf b/examples/tg16/dns/master/conf-master/e39-1.conf new file mode 100644 index 0000000..44dc53b --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e39-1.conf @@ -0,0 +1,7 @@ +zone "e39-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e39-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e39-2.conf b/examples/tg16/dns/master/conf-master/e39-2.conf new file mode 100644 index 0000000..f20b90e --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e39-2.conf @@ -0,0 +1,7 @@ +zone "e39-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e39-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e41-1.conf b/examples/tg16/dns/master/conf-master/e41-1.conf new file mode 100644 index 0000000..23c6c3e --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e41-1.conf @@ -0,0 +1,7 @@ +zone "e41-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e41-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e41-2.conf b/examples/tg16/dns/master/conf-master/e41-2.conf new file mode 100644 index 0000000..eedf10e --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e41-2.conf @@ -0,0 +1,7 @@ +zone "e41-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e41-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e41-3.conf b/examples/tg16/dns/master/conf-master/e41-3.conf new file mode 100644 index 0000000..283e5b6 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e41-3.conf @@ -0,0 +1,7 @@ +zone "e41-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e41-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e41-4.conf b/examples/tg16/dns/master/conf-master/e41-4.conf new file mode 100644 index 0000000..bca976e --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e41-4.conf @@ -0,0 +1,7 @@ +zone "e41-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e41-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e43-1.conf b/examples/tg16/dns/master/conf-master/e43-1.conf new file mode 100644 index 0000000..9ff4312 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e43-1.conf @@ -0,0 +1,7 @@ +zone "e43-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e43-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e43-2.conf b/examples/tg16/dns/master/conf-master/e43-2.conf new file mode 100644 index 0000000..6266e3d --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e43-2.conf @@ -0,0 +1,7 @@ +zone "e43-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e43-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e43-3.conf b/examples/tg16/dns/master/conf-master/e43-3.conf new file mode 100644 index 0000000..d04e85f --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e43-3.conf @@ -0,0 +1,7 @@ +zone "e43-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e43-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e43-4.conf b/examples/tg16/dns/master/conf-master/e43-4.conf new file mode 100644 index 0000000..e865c23 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e43-4.conf @@ -0,0 +1,7 @@ +zone "e43-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e43-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e45-1.conf b/examples/tg16/dns/master/conf-master/e45-1.conf new file mode 100644 index 0000000..bd6b7d8 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e45-1.conf @@ -0,0 +1,7 @@ +zone "e45-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e45-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e45-2.conf b/examples/tg16/dns/master/conf-master/e45-2.conf new file mode 100644 index 0000000..0d7c702 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e45-2.conf @@ -0,0 +1,7 @@ +zone "e45-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e45-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e45-3.conf b/examples/tg16/dns/master/conf-master/e45-3.conf new file mode 100644 index 0000000..1fad52a --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e45-3.conf @@ -0,0 +1,7 @@ +zone "e45-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e45-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e45-4.conf b/examples/tg16/dns/master/conf-master/e45-4.conf new file mode 100644 index 0000000..1a0bfaf --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e45-4.conf @@ -0,0 +1,7 @@ +zone "e45-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e45-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e47-1.conf b/examples/tg16/dns/master/conf-master/e47-1.conf new file mode 100644 index 0000000..bf24755 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e47-1.conf @@ -0,0 +1,7 @@ +zone "e47-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e47-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e47-2.conf b/examples/tg16/dns/master/conf-master/e47-2.conf new file mode 100644 index 0000000..b4e0d7d --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e47-2.conf @@ -0,0 +1,7 @@ +zone "e47-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e47-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e47-3.conf b/examples/tg16/dns/master/conf-master/e47-3.conf new file mode 100644 index 0000000..e4f6666 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e47-3.conf @@ -0,0 +1,7 @@ +zone "e47-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e47-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e47-4.conf b/examples/tg16/dns/master/conf-master/e47-4.conf new file mode 100644 index 0000000..4276464 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e47-4.conf @@ -0,0 +1,7 @@ +zone "e47-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e47-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e49-1.conf b/examples/tg16/dns/master/conf-master/e49-1.conf new file mode 100644 index 0000000..4fd495e --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e49-1.conf @@ -0,0 +1,7 @@ +zone "e49-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e49-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e49-2.conf b/examples/tg16/dns/master/conf-master/e49-2.conf new file mode 100644 index 0000000..7051b7d --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e49-2.conf @@ -0,0 +1,7 @@ +zone "e49-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e49-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e49-3.conf b/examples/tg16/dns/master/conf-master/e49-3.conf new file mode 100644 index 0000000..48f5a19 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e49-3.conf @@ -0,0 +1,7 @@ +zone "e49-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e49-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e49-4.conf b/examples/tg16/dns/master/conf-master/e49-4.conf new file mode 100644 index 0000000..1d15982 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e49-4.conf @@ -0,0 +1,7 @@ +zone "e49-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e49-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e5-2.conf b/examples/tg16/dns/master/conf-master/e5-2.conf new file mode 100644 index 0000000..dbbcfed --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e5-2.conf @@ -0,0 +1,7 @@ +zone "e5-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e5-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e5-3.conf b/examples/tg16/dns/master/conf-master/e5-3.conf new file mode 100644 index 0000000..2ea2361 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e5-3.conf @@ -0,0 +1,7 @@ +zone "e5-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e5-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e5-4.conf b/examples/tg16/dns/master/conf-master/e5-4.conf new file mode 100644 index 0000000..4ad61e3 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e5-4.conf @@ -0,0 +1,7 @@ +zone "e5-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e5-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e51-1.conf b/examples/tg16/dns/master/conf-master/e51-1.conf new file mode 100644 index 0000000..b783385 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e51-1.conf @@ -0,0 +1,7 @@ +zone "e51-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e51-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e51-2.conf b/examples/tg16/dns/master/conf-master/e51-2.conf new file mode 100644 index 0000000..51bfec2 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e51-2.conf @@ -0,0 +1,7 @@ +zone "e51-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e51-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e51-3.conf b/examples/tg16/dns/master/conf-master/e51-3.conf new file mode 100644 index 0000000..7c8c6d9 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e51-3.conf @@ -0,0 +1,7 @@ +zone "e51-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e51-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e51-4.conf b/examples/tg16/dns/master/conf-master/e51-4.conf new file mode 100644 index 0000000..740e376 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e51-4.conf @@ -0,0 +1,7 @@ +zone "e51-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e51-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e53-1.conf b/examples/tg16/dns/master/conf-master/e53-1.conf new file mode 100644 index 0000000..5277c66 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e53-1.conf @@ -0,0 +1,7 @@ +zone "e53-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e53-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e53-2.conf b/examples/tg16/dns/master/conf-master/e53-2.conf new file mode 100644 index 0000000..c4962a1 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e53-2.conf @@ -0,0 +1,7 @@ +zone "e53-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e53-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e53-3.conf b/examples/tg16/dns/master/conf-master/e53-3.conf new file mode 100644 index 0000000..38e799c --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e53-3.conf @@ -0,0 +1,7 @@ +zone "e53-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e53-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e53-4.conf b/examples/tg16/dns/master/conf-master/e53-4.conf new file mode 100644 index 0000000..a52b9d0 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e53-4.conf @@ -0,0 +1,7 @@ +zone "e53-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e53-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e55-1.conf b/examples/tg16/dns/master/conf-master/e55-1.conf new file mode 100644 index 0000000..2cf0d76 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e55-1.conf @@ -0,0 +1,7 @@ +zone "e55-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e55-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e55-2.conf b/examples/tg16/dns/master/conf-master/e55-2.conf new file mode 100644 index 0000000..ca8b7e4 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e55-2.conf @@ -0,0 +1,7 @@ +zone "e55-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e55-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e55-3.conf b/examples/tg16/dns/master/conf-master/e55-3.conf new file mode 100644 index 0000000..2e14648 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e55-3.conf @@ -0,0 +1,7 @@ +zone "e55-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e55-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e55-4.conf b/examples/tg16/dns/master/conf-master/e55-4.conf new file mode 100644 index 0000000..fd40ea7 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e55-4.conf @@ -0,0 +1,7 @@ +zone "e55-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e55-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e57-1.conf b/examples/tg16/dns/master/conf-master/e57-1.conf new file mode 100644 index 0000000..4c1f3a7 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e57-1.conf @@ -0,0 +1,7 @@ +zone "e57-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e57-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e57-2.conf b/examples/tg16/dns/master/conf-master/e57-2.conf new file mode 100644 index 0000000..3269f3c --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e57-2.conf @@ -0,0 +1,7 @@ +zone "e57-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e57-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e57-3.conf b/examples/tg16/dns/master/conf-master/e57-3.conf new file mode 100644 index 0000000..3e53d8f --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e57-3.conf @@ -0,0 +1,7 @@ +zone "e57-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e57-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e57-4.conf b/examples/tg16/dns/master/conf-master/e57-4.conf new file mode 100644 index 0000000..5ec928a --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e57-4.conf @@ -0,0 +1,7 @@ +zone "e57-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e57-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e59-1.conf b/examples/tg16/dns/master/conf-master/e59-1.conf new file mode 100644 index 0000000..566e90d --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e59-1.conf @@ -0,0 +1,7 @@ +zone "e59-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e59-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e59-2.conf b/examples/tg16/dns/master/conf-master/e59-2.conf new file mode 100644 index 0000000..0d91a6f --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e59-2.conf @@ -0,0 +1,7 @@ +zone "e59-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e59-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e59-3.conf b/examples/tg16/dns/master/conf-master/e59-3.conf new file mode 100644 index 0000000..e4db671 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e59-3.conf @@ -0,0 +1,7 @@ +zone "e59-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e59-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e59-4.conf b/examples/tg16/dns/master/conf-master/e59-4.conf new file mode 100644 index 0000000..7c2ce15 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e59-4.conf @@ -0,0 +1,7 @@ +zone "e59-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e59-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e61-1.conf b/examples/tg16/dns/master/conf-master/e61-1.conf new file mode 100644 index 0000000..60757e5 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e61-1.conf @@ -0,0 +1,7 @@ +zone "e61-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e61-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e61-2.conf b/examples/tg16/dns/master/conf-master/e61-2.conf new file mode 100644 index 0000000..841d9db --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e61-2.conf @@ -0,0 +1,7 @@ +zone "e61-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e61-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e61-3.conf b/examples/tg16/dns/master/conf-master/e61-3.conf new file mode 100644 index 0000000..c58afc9 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e61-3.conf @@ -0,0 +1,7 @@ +zone "e61-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e61-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e61-4.conf b/examples/tg16/dns/master/conf-master/e61-4.conf new file mode 100644 index 0000000..c7f0e09 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e61-4.conf @@ -0,0 +1,7 @@ +zone "e61-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e61-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e63-1.conf b/examples/tg16/dns/master/conf-master/e63-1.conf new file mode 100644 index 0000000..40067bf --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e63-1.conf @@ -0,0 +1,7 @@ +zone "e63-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e63-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e63-2.conf b/examples/tg16/dns/master/conf-master/e63-2.conf new file mode 100644 index 0000000..896d0f5 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e63-2.conf @@ -0,0 +1,7 @@ +zone "e63-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e63-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e63-3.conf b/examples/tg16/dns/master/conf-master/e63-3.conf new file mode 100644 index 0000000..21b8a42 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e63-3.conf @@ -0,0 +1,7 @@ +zone "e63-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e63-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e63-4.conf b/examples/tg16/dns/master/conf-master/e63-4.conf new file mode 100644 index 0000000..d2f5188 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e63-4.conf @@ -0,0 +1,7 @@ +zone "e63-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e63-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e65-1.conf b/examples/tg16/dns/master/conf-master/e65-1.conf new file mode 100644 index 0000000..707b86f --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e65-1.conf @@ -0,0 +1,7 @@ +zone "e65-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e65-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e65-2.conf b/examples/tg16/dns/master/conf-master/e65-2.conf new file mode 100644 index 0000000..697819d --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e65-2.conf @@ -0,0 +1,7 @@ +zone "e65-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e65-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e65-3.conf b/examples/tg16/dns/master/conf-master/e65-3.conf new file mode 100644 index 0000000..3c58bc2 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e65-3.conf @@ -0,0 +1,7 @@ +zone "e65-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e65-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e65-4.conf b/examples/tg16/dns/master/conf-master/e65-4.conf new file mode 100644 index 0000000..af38c4d --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e65-4.conf @@ -0,0 +1,7 @@ +zone "e65-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e65-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e67-1.conf b/examples/tg16/dns/master/conf-master/e67-1.conf new file mode 100644 index 0000000..8ec9b33 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e67-1.conf @@ -0,0 +1,7 @@ +zone "e67-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e67-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e67-2.conf b/examples/tg16/dns/master/conf-master/e67-2.conf new file mode 100644 index 0000000..b3a58dc --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e67-2.conf @@ -0,0 +1,7 @@ +zone "e67-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e67-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e67-3.conf b/examples/tg16/dns/master/conf-master/e67-3.conf new file mode 100644 index 0000000..16cf52b --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e67-3.conf @@ -0,0 +1,7 @@ +zone "e67-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e67-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e67-4.conf b/examples/tg16/dns/master/conf-master/e67-4.conf new file mode 100644 index 0000000..bc3c422 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e67-4.conf @@ -0,0 +1,7 @@ +zone "e67-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e67-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e69-1.conf b/examples/tg16/dns/master/conf-master/e69-1.conf new file mode 100644 index 0000000..ea3866d --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e69-1.conf @@ -0,0 +1,7 @@ +zone "e69-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e69-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e69-2.conf b/examples/tg16/dns/master/conf-master/e69-2.conf new file mode 100644 index 0000000..e3eb8a2 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e69-2.conf @@ -0,0 +1,7 @@ +zone "e69-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e69-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e7-1.conf b/examples/tg16/dns/master/conf-master/e7-1.conf new file mode 100644 index 0000000..7ddaafd --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e7-1.conf @@ -0,0 +1,7 @@ +zone "e7-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e7-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e7-2.conf b/examples/tg16/dns/master/conf-master/e7-2.conf new file mode 100644 index 0000000..10b2e22 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e7-2.conf @@ -0,0 +1,7 @@ +zone "e7-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e7-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e7-3.conf b/examples/tg16/dns/master/conf-master/e7-3.conf new file mode 100644 index 0000000..3b907c2 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e7-3.conf @@ -0,0 +1,7 @@ +zone "e7-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e7-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e7-4.conf b/examples/tg16/dns/master/conf-master/e7-4.conf new file mode 100644 index 0000000..b89b12c --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e7-4.conf @@ -0,0 +1,7 @@ +zone "e7-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e7-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e71-1.conf b/examples/tg16/dns/master/conf-master/e71-1.conf new file mode 100644 index 0000000..f8eedd0 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e71-1.conf @@ -0,0 +1,7 @@ +zone "e71-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e71-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e71-2.conf b/examples/tg16/dns/master/conf-master/e71-2.conf new file mode 100644 index 0000000..e68b0e5 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e71-2.conf @@ -0,0 +1,7 @@ +zone "e71-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e71-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e73-1.conf b/examples/tg16/dns/master/conf-master/e73-1.conf new file mode 100644 index 0000000..dc65130 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e73-1.conf @@ -0,0 +1,7 @@ +zone "e73-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e73-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e73-2.conf b/examples/tg16/dns/master/conf-master/e73-2.conf new file mode 100644 index 0000000..0927c7c --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e73-2.conf @@ -0,0 +1,7 @@ +zone "e73-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e73-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e75-1.conf b/examples/tg16/dns/master/conf-master/e75-1.conf new file mode 100644 index 0000000..6420985 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e75-1.conf @@ -0,0 +1,7 @@ +zone "e75-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e75-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e75-2.conf b/examples/tg16/dns/master/conf-master/e75-2.conf new file mode 100644 index 0000000..797b85b --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e75-2.conf @@ -0,0 +1,7 @@ +zone "e75-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e75-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e77-1.conf b/examples/tg16/dns/master/conf-master/e77-1.conf new file mode 100644 index 0000000..dfd539f --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e77-1.conf @@ -0,0 +1,7 @@ +zone "e77-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e77-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e77-2.conf b/examples/tg16/dns/master/conf-master/e77-2.conf new file mode 100644 index 0000000..e9f97b1 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e77-2.conf @@ -0,0 +1,7 @@ +zone "e77-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e77-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e79-1.conf b/examples/tg16/dns/master/conf-master/e79-1.conf new file mode 100644 index 0000000..624b25d --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e79-1.conf @@ -0,0 +1,7 @@ +zone "e79-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e79-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e79-2.conf b/examples/tg16/dns/master/conf-master/e79-2.conf new file mode 100644 index 0000000..bf29434 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e79-2.conf @@ -0,0 +1,7 @@ +zone "e79-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e79-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e81-1.conf b/examples/tg16/dns/master/conf-master/e81-1.conf new file mode 100644 index 0000000..a814385 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e81-1.conf @@ -0,0 +1,7 @@ +zone "e81-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e81-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e81-2.conf b/examples/tg16/dns/master/conf-master/e81-2.conf new file mode 100644 index 0000000..46f7c23 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e81-2.conf @@ -0,0 +1,7 @@ +zone "e81-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e81-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e83-2.conf b/examples/tg16/dns/master/conf-master/e83-2.conf new file mode 100644 index 0000000..1bdd287 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e83-2.conf @@ -0,0 +1,7 @@ +zone "e83-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e83-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e85-2.conf b/examples/tg16/dns/master/conf-master/e85-2.conf new file mode 100644 index 0000000..9817768 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e85-2.conf @@ -0,0 +1,7 @@ +zone "e85-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e85-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e9-1.conf b/examples/tg16/dns/master/conf-master/e9-1.conf new file mode 100644 index 0000000..3760865 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e9-1.conf @@ -0,0 +1,7 @@ +zone "e9-1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e9-1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e9-2.conf b/examples/tg16/dns/master/conf-master/e9-2.conf new file mode 100644 index 0000000..9dfe47e --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e9-2.conf @@ -0,0 +1,7 @@ +zone "e9-2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e9-2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e9-3.conf b/examples/tg16/dns/master/conf-master/e9-3.conf new file mode 100644 index 0000000..ecddd82 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e9-3.conf @@ -0,0 +1,7 @@ +zone "e9-3.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e9-3.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/e9-4.conf b/examples/tg16/dns/master/conf-master/e9-4.conf new file mode 100644 index 0000000..038d89d --- /dev/null +++ b/examples/tg16/dns/master/conf-master/e9-4.conf @@ -0,0 +1,7 @@ +zone "e9-4.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e9-4.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/event.conf b/examples/tg16/dns/master/conf-master/event.conf new file mode 100644 index 0000000..6d81506 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/event.conf @@ -0,0 +1,7 @@ +zone "event.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/event.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/flankenord.conf b/examples/tg16/dns/master/conf-master/flankenord.conf new file mode 100644 index 0000000..230e020 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/flankenord.conf @@ -0,0 +1,7 @@ +zone "flankenord.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/flankenord.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/flankesor.conf b/examples/tg16/dns/master/conf-master/flankesor.conf new file mode 100644 index 0000000..3f78de5 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/flankesor.conf @@ -0,0 +1,7 @@ +zone "flankesor.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/flankesor.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/foh.conf b/examples/tg16/dns/master/conf-master/foh.conf new file mode 100644 index 0000000..318fdd1 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/foh.conf @@ -0,0 +1,7 @@ +zone "foh.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/foh.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/fugleberget.conf b/examples/tg16/dns/master/conf-master/fugleberget.conf new file mode 100644 index 0000000..2ae7801 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/fugleberget.conf @@ -0,0 +1,7 @@ +zone "fugleberget.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/fugleberget.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/game.conf b/examples/tg16/dns/master/conf-master/game.conf new file mode 100644 index 0000000..b897be2 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/game.conf @@ -0,0 +1,7 @@ +zone "game.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/game.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/gamestage.conf b/examples/tg16/dns/master/conf-master/gamestage.conf new file mode 100644 index 0000000..e943c48 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/gamestage.conf @@ -0,0 +1,7 @@ +zone "gamestage.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/gamestage.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/highlights.conf b/examples/tg16/dns/master/conf-master/highlights.conf new file mode 100644 index 0000000..03216be --- /dev/null +++ b/examples/tg16/dns/master/conf-master/highlights.conf @@ -0,0 +1,7 @@ +zone "highlights.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/highlights.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/hon.conf b/examples/tg16/dns/master/conf-master/hon.conf new file mode 100644 index 0000000..7f1eb41 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/hon.conf @@ -0,0 +1,7 @@ +zone "hon.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/hon.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/info.conf b/examples/tg16/dns/master/conf-master/info.conf new file mode 100644 index 0000000..9006e60 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/info.conf @@ -0,0 +1,7 @@ +zone "info.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/info.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/innsjekk.conf b/examples/tg16/dns/master/conf-master/innsjekk.conf new file mode 100644 index 0000000..5f588c0 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/innsjekk.conf @@ -0,0 +1,7 @@ +zone "innsjekk.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/innsjekk.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/logistikk.conf b/examples/tg16/dns/master/conf-master/logistikk.conf new file mode 100644 index 0000000..da0be43 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/logistikk.conf @@ -0,0 +1,7 @@ +zone "logistikk.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/logistikk.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/medic.conf b/examples/tg16/dns/master/conf-master/medic.conf new file mode 100644 index 0000000..0ee3baf --- /dev/null +++ b/examples/tg16/dns/master/conf-master/medic.conf @@ -0,0 +1,7 @@ +zone "medic.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/medic.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/noc.conf b/examples/tg16/dns/master/conf-master/noc.conf new file mode 100644 index 0000000..2c03867 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/noc.conf @@ -0,0 +1,7 @@ +zone "noc.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/noc.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/north.conf b/examples/tg16/dns/master/conf-master/north.conf new file mode 100644 index 0000000..57fe7b5 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/north.conf @@ -0,0 +1,7 @@ +zone "north.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/north.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/presse.conf b/examples/tg16/dns/master/conf-master/presse.conf new file mode 100644 index 0000000..3e9c613 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/presse.conf @@ -0,0 +1,7 @@ +zone "presse.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/presse.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/resepsjon.conf b/examples/tg16/dns/master/conf-master/resepsjon.conf new file mode 100644 index 0000000..8889344 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/resepsjon.conf @@ -0,0 +1,7 @@ +zone "resepsjon.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/resepsjon.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/santander-temp.conf b/examples/tg16/dns/master/conf-master/santander-temp.conf new file mode 100644 index 0000000..d4ebea9 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/santander-temp.conf @@ -0,0 +1,7 @@ +zone "santander-temp.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/santander-temp.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/security.conf b/examples/tg16/dns/master/conf-master/security.conf new file mode 100644 index 0000000..ba55f9f --- /dev/null +++ b/examples/tg16/dns/master/conf-master/security.conf @@ -0,0 +1,7 @@ +zone "security.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/security.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/security2.conf b/examples/tg16/dns/master/conf-master/security2.conf new file mode 100644 index 0000000..9d744f9 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/security2.conf @@ -0,0 +1,7 @@ +zone "security2.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/security2.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/sponsor.conf b/examples/tg16/dns/master/conf-master/sponsor.conf new file mode 100644 index 0000000..3bac823 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/sponsor.conf @@ -0,0 +1,7 @@ +zone "sponsor.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/sponsor.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/stage.conf b/examples/tg16/dns/master/conf-master/stage.conf new file mode 100644 index 0000000..3960c20 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/stage.conf @@ -0,0 +1,7 @@ +zone "stage.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/stage.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/streamer1.conf b/examples/tg16/dns/master/conf-master/streamer1.conf new file mode 100644 index 0000000..c93a1f5 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/streamer1.conf @@ -0,0 +1,7 @@ +zone "streamer1.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/streamer1.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/tech-wlan.conf b/examples/tg16/dns/master/conf-master/tech-wlan.conf new file mode 100644 index 0000000..66708e5 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/tech-wlan.conf @@ -0,0 +1,7 @@ +zone "tech-wlan.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/tech-wlan.tg16.gathering.org.zone"; +}; diff --git a/examples/tg16/dns/master/conf-master/wlan.conf b/examples/tg16/dns/master/conf-master/wlan.conf new file mode 100644 index 0000000..8cb4ba3 --- /dev/null +++ b/examples/tg16/dns/master/conf-master/wlan.conf @@ -0,0 +1,7 @@ +zone "wlan.tg16.gathering.org" { + allow-transfer { ns-xfr; }; + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/wlan.tg16.gathering.org.zone"; +}; |