diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2014-04-06 03:11:04 +0200 |
---|---|---|
committer | Joachim Tingvold <joachim@tingvold.com> | 2014-04-06 03:11:04 +0200 |
commit | 2a0c0a3dbbdf7fa5040953c0b0d88ad6f62c011e (patch) | |
tree | 92c7cbf54272466b46f64e5dc8d1ddb429858836 /bind/master/conf-master | |
parent | fe0be5960aac1f9bb600dbf853d862a9f4e60de8 (diff) |
Initial commit. Source; TG13-goodiebag.
Diffstat (limited to 'bind/master/conf-master')
159 files changed, 1113 insertions, 0 deletions
diff --git a/bind/master/conf-master/ap-dist0.conf b/bind/master/conf-master/ap-dist0.conf new file mode 100644 index 0000000..128e996 --- /dev/null +++ b/bind/master/conf-master/ap-dist0.conf @@ -0,0 +1,7 @@ +zone "ap-dist0.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/ap-dist0.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/ap-dist1.conf b/bind/master/conf-master/ap-dist1.conf new file mode 100644 index 0000000..a1720ec --- /dev/null +++ b/bind/master/conf-master/ap-dist1.conf @@ -0,0 +1,7 @@ +zone "ap-dist1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/ap-dist1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/ap-dist2.conf b/bind/master/conf-master/ap-dist2.conf new file mode 100644 index 0000000..1e5a8b7 --- /dev/null +++ b/bind/master/conf-master/ap-dist2.conf @@ -0,0 +1,7 @@ +zone "ap-dist2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/ap-dist2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/ap-dist3.conf b/bind/master/conf-master/ap-dist3.conf new file mode 100644 index 0000000..9aeb118 --- /dev/null +++ b/bind/master/conf-master/ap-dist3.conf @@ -0,0 +1,7 @@ +zone "ap-dist3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/ap-dist3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/ap-dist4.conf b/bind/master/conf-master/ap-dist4.conf new file mode 100644 index 0000000..d9d1dd1 --- /dev/null +++ b/bind/master/conf-master/ap-dist4.conf @@ -0,0 +1,7 @@ +zone "ap-dist4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/ap-dist4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/care.conf b/bind/master/conf-master/care.conf new file mode 100644 index 0000000..0bad1bd --- /dev/null +++ b/bind/master/conf-master/care.conf @@ -0,0 +1,7 @@ +zone "care.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/care.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/chillout.conf b/bind/master/conf-master/chillout.conf new file mode 100644 index 0000000..0de90ca --- /dev/null +++ b/bind/master/conf-master/chillout.conf @@ -0,0 +1,7 @@ +zone "chillout.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/chillout.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/creativia.conf b/bind/master/conf-master/creativia.conf new file mode 100644 index 0000000..5237a84 --- /dev/null +++ b/bind/master/conf-master/creativia.conf @@ -0,0 +1,7 @@ +zone "creativia.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/creativia.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/crew1.conf b/bind/master/conf-master/crew1.conf new file mode 100644 index 0000000..e257add --- /dev/null +++ b/bind/master/conf-master/crew1.conf @@ -0,0 +1,7 @@ +zone "crew1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/crew1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/crew2.conf b/bind/master/conf-master/crew2.conf new file mode 100644 index 0000000..e4cb846 --- /dev/null +++ b/bind/master/conf-master/crew2.conf @@ -0,0 +1,7 @@ +zone "crew2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/crew2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/crew3.conf b/bind/master/conf-master/crew3.conf new file mode 100644 index 0000000..69df488 --- /dev/null +++ b/bind/master/conf-master/crew3.conf @@ -0,0 +1,7 @@ +zone "crew3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/crew3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/crew4.conf b/bind/master/conf-master/crew4.conf new file mode 100644 index 0000000..bc139e0 --- /dev/null +++ b/bind/master/conf-master/crew4.conf @@ -0,0 +1,7 @@ +zone "crew4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/crew4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/crew5.conf b/bind/master/conf-master/crew5.conf new file mode 100644 index 0000000..7a40125 --- /dev/null +++ b/bind/master/conf-master/crew5.conf @@ -0,0 +1,7 @@ +zone "crew5.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/crew5.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/crew6.conf b/bind/master/conf-master/crew6.conf new file mode 100644 index 0000000..dfb9ae1 --- /dev/null +++ b/bind/master/conf-master/crew6.conf @@ -0,0 +1,7 @@ +zone "crew6.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/crew6.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/defektraid.conf b/bind/master/conf-master/defektraid.conf new file mode 100644 index 0000000..df0c6f4 --- /dev/null +++ b/bind/master/conf-master/defektraid.conf @@ -0,0 +1,7 @@ +zone "defektraid.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/defektraid.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e1-3.conf b/bind/master/conf-master/e1-3.conf new file mode 100644 index 0000000..1ea1345 --- /dev/null +++ b/bind/master/conf-master/e1-3.conf @@ -0,0 +1,7 @@ +zone "e1-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e1-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e1-4.conf b/bind/master/conf-master/e1-4.conf new file mode 100644 index 0000000..3610d07 --- /dev/null +++ b/bind/master/conf-master/e1-4.conf @@ -0,0 +1,7 @@ +zone "e1-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e1-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e11-1.conf b/bind/master/conf-master/e11-1.conf new file mode 100644 index 0000000..6e0db55 --- /dev/null +++ b/bind/master/conf-master/e11-1.conf @@ -0,0 +1,7 @@ +zone "e11-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e11-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e11-2.conf b/bind/master/conf-master/e11-2.conf new file mode 100644 index 0000000..5e2f700 --- /dev/null +++ b/bind/master/conf-master/e11-2.conf @@ -0,0 +1,7 @@ +zone "e11-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e11-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e11-3.conf b/bind/master/conf-master/e11-3.conf new file mode 100644 index 0000000..944cc0f --- /dev/null +++ b/bind/master/conf-master/e11-3.conf @@ -0,0 +1,7 @@ +zone "e11-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e11-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e11-4.conf b/bind/master/conf-master/e11-4.conf new file mode 100644 index 0000000..957ace1 --- /dev/null +++ b/bind/master/conf-master/e11-4.conf @@ -0,0 +1,7 @@ +zone "e11-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e11-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e13-1.conf b/bind/master/conf-master/e13-1.conf new file mode 100644 index 0000000..e4058a3 --- /dev/null +++ b/bind/master/conf-master/e13-1.conf @@ -0,0 +1,7 @@ +zone "e13-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e13-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e13-2.conf b/bind/master/conf-master/e13-2.conf new file mode 100644 index 0000000..5f0fb11 --- /dev/null +++ b/bind/master/conf-master/e13-2.conf @@ -0,0 +1,7 @@ +zone "e13-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e13-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e13-3.conf b/bind/master/conf-master/e13-3.conf new file mode 100644 index 0000000..ead4ebb --- /dev/null +++ b/bind/master/conf-master/e13-3.conf @@ -0,0 +1,7 @@ +zone "e13-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e13-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e13-4.conf b/bind/master/conf-master/e13-4.conf new file mode 100644 index 0000000..3e11ce3 --- /dev/null +++ b/bind/master/conf-master/e13-4.conf @@ -0,0 +1,7 @@ +zone "e13-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e13-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e15-1.conf b/bind/master/conf-master/e15-1.conf new file mode 100644 index 0000000..a1b2682 --- /dev/null +++ b/bind/master/conf-master/e15-1.conf @@ -0,0 +1,7 @@ +zone "e15-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e15-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e15-2.conf b/bind/master/conf-master/e15-2.conf new file mode 100644 index 0000000..6bdfe02 --- /dev/null +++ b/bind/master/conf-master/e15-2.conf @@ -0,0 +1,7 @@ +zone "e15-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e15-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e15-3.conf b/bind/master/conf-master/e15-3.conf new file mode 100644 index 0000000..7cbd21b --- /dev/null +++ b/bind/master/conf-master/e15-3.conf @@ -0,0 +1,7 @@ +zone "e15-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e15-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e15-4.conf b/bind/master/conf-master/e15-4.conf new file mode 100644 index 0000000..2db4e99 --- /dev/null +++ b/bind/master/conf-master/e15-4.conf @@ -0,0 +1,7 @@ +zone "e15-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e15-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e17-1.conf b/bind/master/conf-master/e17-1.conf new file mode 100644 index 0000000..61a976d --- /dev/null +++ b/bind/master/conf-master/e17-1.conf @@ -0,0 +1,7 @@ +zone "e17-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e17-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e17-2.conf b/bind/master/conf-master/e17-2.conf new file mode 100644 index 0000000..68650e1 --- /dev/null +++ b/bind/master/conf-master/e17-2.conf @@ -0,0 +1,7 @@ +zone "e17-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e17-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e17-3.conf b/bind/master/conf-master/e17-3.conf new file mode 100644 index 0000000..bf8f7f8 --- /dev/null +++ b/bind/master/conf-master/e17-3.conf @@ -0,0 +1,7 @@ +zone "e17-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e17-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e17-4.conf b/bind/master/conf-master/e17-4.conf new file mode 100644 index 0000000..bfa94df --- /dev/null +++ b/bind/master/conf-master/e17-4.conf @@ -0,0 +1,7 @@ +zone "e17-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e17-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e19-1.conf b/bind/master/conf-master/e19-1.conf new file mode 100644 index 0000000..c0894c1 --- /dev/null +++ b/bind/master/conf-master/e19-1.conf @@ -0,0 +1,7 @@ +zone "e19-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e19-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e19-2.conf b/bind/master/conf-master/e19-2.conf new file mode 100644 index 0000000..f46509b --- /dev/null +++ b/bind/master/conf-master/e19-2.conf @@ -0,0 +1,7 @@ +zone "e19-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e19-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e19-3.conf b/bind/master/conf-master/e19-3.conf new file mode 100644 index 0000000..6232f26 --- /dev/null +++ b/bind/master/conf-master/e19-3.conf @@ -0,0 +1,7 @@ +zone "e19-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e19-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e19-4.conf b/bind/master/conf-master/e19-4.conf new file mode 100644 index 0000000..c8359ca --- /dev/null +++ b/bind/master/conf-master/e19-4.conf @@ -0,0 +1,7 @@ +zone "e19-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e19-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e21-1.conf b/bind/master/conf-master/e21-1.conf new file mode 100644 index 0000000..51a1162 --- /dev/null +++ b/bind/master/conf-master/e21-1.conf @@ -0,0 +1,7 @@ +zone "e21-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e21-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e21-2.conf b/bind/master/conf-master/e21-2.conf new file mode 100644 index 0000000..b5003be --- /dev/null +++ b/bind/master/conf-master/e21-2.conf @@ -0,0 +1,7 @@ +zone "e21-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e21-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e21-3.conf b/bind/master/conf-master/e21-3.conf new file mode 100644 index 0000000..4b31944 --- /dev/null +++ b/bind/master/conf-master/e21-3.conf @@ -0,0 +1,7 @@ +zone "e21-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e21-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e21-4.conf b/bind/master/conf-master/e21-4.conf new file mode 100644 index 0000000..e294e06 --- /dev/null +++ b/bind/master/conf-master/e21-4.conf @@ -0,0 +1,7 @@ +zone "e21-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e21-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e23-1.conf b/bind/master/conf-master/e23-1.conf new file mode 100644 index 0000000..f094709 --- /dev/null +++ b/bind/master/conf-master/e23-1.conf @@ -0,0 +1,7 @@ +zone "e23-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e23-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e23-2.conf b/bind/master/conf-master/e23-2.conf new file mode 100644 index 0000000..c19004f --- /dev/null +++ b/bind/master/conf-master/e23-2.conf @@ -0,0 +1,7 @@ +zone "e23-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e23-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e23-3.conf b/bind/master/conf-master/e23-3.conf new file mode 100644 index 0000000..7e8cc6f --- /dev/null +++ b/bind/master/conf-master/e23-3.conf @@ -0,0 +1,7 @@ +zone "e23-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e23-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e23-4.conf b/bind/master/conf-master/e23-4.conf new file mode 100644 index 0000000..17bc2fa --- /dev/null +++ b/bind/master/conf-master/e23-4.conf @@ -0,0 +1,7 @@ +zone "e23-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e23-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e25-1.conf b/bind/master/conf-master/e25-1.conf new file mode 100644 index 0000000..353a0bf --- /dev/null +++ b/bind/master/conf-master/e25-1.conf @@ -0,0 +1,7 @@ +zone "e25-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e25-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e25-2.conf b/bind/master/conf-master/e25-2.conf new file mode 100644 index 0000000..fe58cc1 --- /dev/null +++ b/bind/master/conf-master/e25-2.conf @@ -0,0 +1,7 @@ +zone "e25-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e25-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e25-3.conf b/bind/master/conf-master/e25-3.conf new file mode 100644 index 0000000..2e641ae --- /dev/null +++ b/bind/master/conf-master/e25-3.conf @@ -0,0 +1,7 @@ +zone "e25-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e25-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e25-4.conf b/bind/master/conf-master/e25-4.conf new file mode 100644 index 0000000..72343f2 --- /dev/null +++ b/bind/master/conf-master/e25-4.conf @@ -0,0 +1,7 @@ +zone "e25-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e25-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e27-1.conf b/bind/master/conf-master/e27-1.conf new file mode 100644 index 0000000..4bdae3c --- /dev/null +++ b/bind/master/conf-master/e27-1.conf @@ -0,0 +1,7 @@ +zone "e27-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e27-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e27-2.conf b/bind/master/conf-master/e27-2.conf new file mode 100644 index 0000000..b3cf265 --- /dev/null +++ b/bind/master/conf-master/e27-2.conf @@ -0,0 +1,7 @@ +zone "e27-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e27-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e29-1.conf b/bind/master/conf-master/e29-1.conf new file mode 100644 index 0000000..ff50105 --- /dev/null +++ b/bind/master/conf-master/e29-1.conf @@ -0,0 +1,7 @@ +zone "e29-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e29-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e29-2.conf b/bind/master/conf-master/e29-2.conf new file mode 100644 index 0000000..a0292bf --- /dev/null +++ b/bind/master/conf-master/e29-2.conf @@ -0,0 +1,7 @@ +zone "e29-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e29-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e3-3.conf b/bind/master/conf-master/e3-3.conf new file mode 100644 index 0000000..e03510a --- /dev/null +++ b/bind/master/conf-master/e3-3.conf @@ -0,0 +1,7 @@ +zone "e3-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e3-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e3-4.conf b/bind/master/conf-master/e3-4.conf new file mode 100644 index 0000000..b5d4104 --- /dev/null +++ b/bind/master/conf-master/e3-4.conf @@ -0,0 +1,7 @@ +zone "e3-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e3-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e31-1.conf b/bind/master/conf-master/e31-1.conf new file mode 100644 index 0000000..9c0e873 --- /dev/null +++ b/bind/master/conf-master/e31-1.conf @@ -0,0 +1,7 @@ +zone "e31-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e31-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e31-2.conf b/bind/master/conf-master/e31-2.conf new file mode 100644 index 0000000..8c32533 --- /dev/null +++ b/bind/master/conf-master/e31-2.conf @@ -0,0 +1,7 @@ +zone "e31-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e31-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e33-1.conf b/bind/master/conf-master/e33-1.conf new file mode 100644 index 0000000..29e56cf --- /dev/null +++ b/bind/master/conf-master/e33-1.conf @@ -0,0 +1,7 @@ +zone "e33-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e33-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e33-2.conf b/bind/master/conf-master/e33-2.conf new file mode 100644 index 0000000..55d1c18 --- /dev/null +++ b/bind/master/conf-master/e33-2.conf @@ -0,0 +1,7 @@ +zone "e33-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e33-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e35-1.conf b/bind/master/conf-master/e35-1.conf new file mode 100644 index 0000000..936f0a3 --- /dev/null +++ b/bind/master/conf-master/e35-1.conf @@ -0,0 +1,7 @@ +zone "e35-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e35-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e35-2.conf b/bind/master/conf-master/e35-2.conf new file mode 100644 index 0000000..779fae5 --- /dev/null +++ b/bind/master/conf-master/e35-2.conf @@ -0,0 +1,7 @@ +zone "e35-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e35-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e37-1.conf b/bind/master/conf-master/e37-1.conf new file mode 100644 index 0000000..5e1cd6f --- /dev/null +++ b/bind/master/conf-master/e37-1.conf @@ -0,0 +1,7 @@ +zone "e37-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e37-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e37-2.conf b/bind/master/conf-master/e37-2.conf new file mode 100644 index 0000000..264ee23 --- /dev/null +++ b/bind/master/conf-master/e37-2.conf @@ -0,0 +1,7 @@ +zone "e37-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e37-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e39-1.conf b/bind/master/conf-master/e39-1.conf new file mode 100644 index 0000000..dbcfe63 --- /dev/null +++ b/bind/master/conf-master/e39-1.conf @@ -0,0 +1,7 @@ +zone "e39-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e39-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e39-2.conf b/bind/master/conf-master/e39-2.conf new file mode 100644 index 0000000..fdb5813 --- /dev/null +++ b/bind/master/conf-master/e39-2.conf @@ -0,0 +1,7 @@ +zone "e39-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e39-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e41-1.conf b/bind/master/conf-master/e41-1.conf new file mode 100644 index 0000000..1b3ce67 --- /dev/null +++ b/bind/master/conf-master/e41-1.conf @@ -0,0 +1,7 @@ +zone "e41-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e41-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e41-2.conf b/bind/master/conf-master/e41-2.conf new file mode 100644 index 0000000..c93b026 --- /dev/null +++ b/bind/master/conf-master/e41-2.conf @@ -0,0 +1,7 @@ +zone "e41-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e41-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e43-1.conf b/bind/master/conf-master/e43-1.conf new file mode 100644 index 0000000..141eb36 --- /dev/null +++ b/bind/master/conf-master/e43-1.conf @@ -0,0 +1,7 @@ +zone "e43-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e43-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e43-2.conf b/bind/master/conf-master/e43-2.conf new file mode 100644 index 0000000..2183773 --- /dev/null +++ b/bind/master/conf-master/e43-2.conf @@ -0,0 +1,7 @@ +zone "e43-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e43-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e43-3.conf b/bind/master/conf-master/e43-3.conf new file mode 100644 index 0000000..cd2e58a --- /dev/null +++ b/bind/master/conf-master/e43-3.conf @@ -0,0 +1,7 @@ +zone "e43-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e43-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e43-4.conf b/bind/master/conf-master/e43-4.conf new file mode 100644 index 0000000..3fe8285 --- /dev/null +++ b/bind/master/conf-master/e43-4.conf @@ -0,0 +1,7 @@ +zone "e43-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e43-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e45-1.conf b/bind/master/conf-master/e45-1.conf new file mode 100644 index 0000000..4dfb780 --- /dev/null +++ b/bind/master/conf-master/e45-1.conf @@ -0,0 +1,7 @@ +zone "e45-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e45-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e45-2.conf b/bind/master/conf-master/e45-2.conf new file mode 100644 index 0000000..ef12a1d --- /dev/null +++ b/bind/master/conf-master/e45-2.conf @@ -0,0 +1,7 @@ +zone "e45-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e45-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e45-3.conf b/bind/master/conf-master/e45-3.conf new file mode 100644 index 0000000..6816564 --- /dev/null +++ b/bind/master/conf-master/e45-3.conf @@ -0,0 +1,7 @@ +zone "e45-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e45-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e45-4.conf b/bind/master/conf-master/e45-4.conf new file mode 100644 index 0000000..1c18dec --- /dev/null +++ b/bind/master/conf-master/e45-4.conf @@ -0,0 +1,7 @@ +zone "e45-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e45-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e47-1.conf b/bind/master/conf-master/e47-1.conf new file mode 100644 index 0000000..c78e9d2 --- /dev/null +++ b/bind/master/conf-master/e47-1.conf @@ -0,0 +1,7 @@ +zone "e47-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e47-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e47-2.conf b/bind/master/conf-master/e47-2.conf new file mode 100644 index 0000000..bedb28b --- /dev/null +++ b/bind/master/conf-master/e47-2.conf @@ -0,0 +1,7 @@ +zone "e47-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e47-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e47-3.conf b/bind/master/conf-master/e47-3.conf new file mode 100644 index 0000000..21058f9 --- /dev/null +++ b/bind/master/conf-master/e47-3.conf @@ -0,0 +1,7 @@ +zone "e47-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e47-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e47-4.conf b/bind/master/conf-master/e47-4.conf new file mode 100644 index 0000000..3ca2d0f --- /dev/null +++ b/bind/master/conf-master/e47-4.conf @@ -0,0 +1,7 @@ +zone "e47-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e47-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e49-1.conf b/bind/master/conf-master/e49-1.conf new file mode 100644 index 0000000..3ca0d10 --- /dev/null +++ b/bind/master/conf-master/e49-1.conf @@ -0,0 +1,7 @@ +zone "e49-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e49-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e49-2.conf b/bind/master/conf-master/e49-2.conf new file mode 100644 index 0000000..336be6a --- /dev/null +++ b/bind/master/conf-master/e49-2.conf @@ -0,0 +1,7 @@ +zone "e49-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e49-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e49-3.conf b/bind/master/conf-master/e49-3.conf new file mode 100644 index 0000000..cb6ef54 --- /dev/null +++ b/bind/master/conf-master/e49-3.conf @@ -0,0 +1,7 @@ +zone "e49-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e49-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e49-4.conf b/bind/master/conf-master/e49-4.conf new file mode 100644 index 0000000..b5383a3 --- /dev/null +++ b/bind/master/conf-master/e49-4.conf @@ -0,0 +1,7 @@ +zone "e49-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e49-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e5-3.conf b/bind/master/conf-master/e5-3.conf new file mode 100644 index 0000000..5874214 --- /dev/null +++ b/bind/master/conf-master/e5-3.conf @@ -0,0 +1,7 @@ +zone "e5-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e5-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e5-4.conf b/bind/master/conf-master/e5-4.conf new file mode 100644 index 0000000..98f7408 --- /dev/null +++ b/bind/master/conf-master/e5-4.conf @@ -0,0 +1,7 @@ +zone "e5-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e5-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e51-1.conf b/bind/master/conf-master/e51-1.conf new file mode 100644 index 0000000..9e9a961 --- /dev/null +++ b/bind/master/conf-master/e51-1.conf @@ -0,0 +1,7 @@ +zone "e51-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e51-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e51-2.conf b/bind/master/conf-master/e51-2.conf new file mode 100644 index 0000000..b0be1c1 --- /dev/null +++ b/bind/master/conf-master/e51-2.conf @@ -0,0 +1,7 @@ +zone "e51-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e51-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e51-3.conf b/bind/master/conf-master/e51-3.conf new file mode 100644 index 0000000..d657bf2 --- /dev/null +++ b/bind/master/conf-master/e51-3.conf @@ -0,0 +1,7 @@ +zone "e51-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e51-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e51-4.conf b/bind/master/conf-master/e51-4.conf new file mode 100644 index 0000000..40a4767 --- /dev/null +++ b/bind/master/conf-master/e51-4.conf @@ -0,0 +1,7 @@ +zone "e51-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e51-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e53-1.conf b/bind/master/conf-master/e53-1.conf new file mode 100644 index 0000000..ddcd705 --- /dev/null +++ b/bind/master/conf-master/e53-1.conf @@ -0,0 +1,7 @@ +zone "e53-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e53-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e53-2.conf b/bind/master/conf-master/e53-2.conf new file mode 100644 index 0000000..2144a5c --- /dev/null +++ b/bind/master/conf-master/e53-2.conf @@ -0,0 +1,7 @@ +zone "e53-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e53-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e53-3.conf b/bind/master/conf-master/e53-3.conf new file mode 100644 index 0000000..6f744f7 --- /dev/null +++ b/bind/master/conf-master/e53-3.conf @@ -0,0 +1,7 @@ +zone "e53-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e53-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e53-4.conf b/bind/master/conf-master/e53-4.conf new file mode 100644 index 0000000..a61c1b6 --- /dev/null +++ b/bind/master/conf-master/e53-4.conf @@ -0,0 +1,7 @@ +zone "e53-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e53-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e55-1.conf b/bind/master/conf-master/e55-1.conf new file mode 100644 index 0000000..82e2a30 --- /dev/null +++ b/bind/master/conf-master/e55-1.conf @@ -0,0 +1,7 @@ +zone "e55-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e55-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e55-2.conf b/bind/master/conf-master/e55-2.conf new file mode 100644 index 0000000..d204695 --- /dev/null +++ b/bind/master/conf-master/e55-2.conf @@ -0,0 +1,7 @@ +zone "e55-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e55-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e55-3.conf b/bind/master/conf-master/e55-3.conf new file mode 100644 index 0000000..fe2af74 --- /dev/null +++ b/bind/master/conf-master/e55-3.conf @@ -0,0 +1,7 @@ +zone "e55-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e55-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e55-4.conf b/bind/master/conf-master/e55-4.conf new file mode 100644 index 0000000..a539533 --- /dev/null +++ b/bind/master/conf-master/e55-4.conf @@ -0,0 +1,7 @@ +zone "e55-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e55-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e57-1.conf b/bind/master/conf-master/e57-1.conf new file mode 100644 index 0000000..5956229 --- /dev/null +++ b/bind/master/conf-master/e57-1.conf @@ -0,0 +1,7 @@ +zone "e57-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e57-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e57-2.conf b/bind/master/conf-master/e57-2.conf new file mode 100644 index 0000000..1df48ea --- /dev/null +++ b/bind/master/conf-master/e57-2.conf @@ -0,0 +1,7 @@ +zone "e57-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e57-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e57-3.conf b/bind/master/conf-master/e57-3.conf new file mode 100644 index 0000000..2ed2c9a --- /dev/null +++ b/bind/master/conf-master/e57-3.conf @@ -0,0 +1,7 @@ +zone "e57-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e57-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e57-4.conf b/bind/master/conf-master/e57-4.conf new file mode 100644 index 0000000..906441f --- /dev/null +++ b/bind/master/conf-master/e57-4.conf @@ -0,0 +1,7 @@ +zone "e57-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e57-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e59-1.conf b/bind/master/conf-master/e59-1.conf new file mode 100644 index 0000000..16bf93a --- /dev/null +++ b/bind/master/conf-master/e59-1.conf @@ -0,0 +1,7 @@ +zone "e59-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e59-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e59-2.conf b/bind/master/conf-master/e59-2.conf new file mode 100644 index 0000000..f9930b3 --- /dev/null +++ b/bind/master/conf-master/e59-2.conf @@ -0,0 +1,7 @@ +zone "e59-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e59-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e59-3.conf b/bind/master/conf-master/e59-3.conf new file mode 100644 index 0000000..ce3ac8f --- /dev/null +++ b/bind/master/conf-master/e59-3.conf @@ -0,0 +1,7 @@ +zone "e59-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e59-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e59-4.conf b/bind/master/conf-master/e59-4.conf new file mode 100644 index 0000000..0d69eea --- /dev/null +++ b/bind/master/conf-master/e59-4.conf @@ -0,0 +1,7 @@ +zone "e59-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e59-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e61-1.conf b/bind/master/conf-master/e61-1.conf new file mode 100644 index 0000000..26ff5fd --- /dev/null +++ b/bind/master/conf-master/e61-1.conf @@ -0,0 +1,7 @@ +zone "e61-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e61-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e61-2.conf b/bind/master/conf-master/e61-2.conf new file mode 100644 index 0000000..b08ebd3 --- /dev/null +++ b/bind/master/conf-master/e61-2.conf @@ -0,0 +1,7 @@ +zone "e61-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e61-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e61-3.conf b/bind/master/conf-master/e61-3.conf new file mode 100644 index 0000000..02ce5d4 --- /dev/null +++ b/bind/master/conf-master/e61-3.conf @@ -0,0 +1,7 @@ +zone "e61-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e61-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e61-4.conf b/bind/master/conf-master/e61-4.conf new file mode 100644 index 0000000..ed43653 --- /dev/null +++ b/bind/master/conf-master/e61-4.conf @@ -0,0 +1,7 @@ +zone "e61-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e61-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e63-1.conf b/bind/master/conf-master/e63-1.conf new file mode 100644 index 0000000..ae9e505 --- /dev/null +++ b/bind/master/conf-master/e63-1.conf @@ -0,0 +1,7 @@ +zone "e63-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e63-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e63-2.conf b/bind/master/conf-master/e63-2.conf new file mode 100644 index 0000000..10af791 --- /dev/null +++ b/bind/master/conf-master/e63-2.conf @@ -0,0 +1,7 @@ +zone "e63-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e63-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e63-3.conf b/bind/master/conf-master/e63-3.conf new file mode 100644 index 0000000..8b16f42 --- /dev/null +++ b/bind/master/conf-master/e63-3.conf @@ -0,0 +1,7 @@ +zone "e63-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e63-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e63-4.conf b/bind/master/conf-master/e63-4.conf new file mode 100644 index 0000000..108f15d --- /dev/null +++ b/bind/master/conf-master/e63-4.conf @@ -0,0 +1,7 @@ +zone "e63-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e63-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e65-1.conf b/bind/master/conf-master/e65-1.conf new file mode 100644 index 0000000..92a1a9a --- /dev/null +++ b/bind/master/conf-master/e65-1.conf @@ -0,0 +1,7 @@ +zone "e65-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e65-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e65-2.conf b/bind/master/conf-master/e65-2.conf new file mode 100644 index 0000000..80d6e43 --- /dev/null +++ b/bind/master/conf-master/e65-2.conf @@ -0,0 +1,7 @@ +zone "e65-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e65-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e65-3.conf b/bind/master/conf-master/e65-3.conf new file mode 100644 index 0000000..a74b2bb --- /dev/null +++ b/bind/master/conf-master/e65-3.conf @@ -0,0 +1,7 @@ +zone "e65-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e65-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e65-4.conf b/bind/master/conf-master/e65-4.conf new file mode 100644 index 0000000..bc161d5 --- /dev/null +++ b/bind/master/conf-master/e65-4.conf @@ -0,0 +1,7 @@ +zone "e65-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e65-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e67-1.conf b/bind/master/conf-master/e67-1.conf new file mode 100644 index 0000000..6aeac2d --- /dev/null +++ b/bind/master/conf-master/e67-1.conf @@ -0,0 +1,7 @@ +zone "e67-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e67-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e67-2.conf b/bind/master/conf-master/e67-2.conf new file mode 100644 index 0000000..083bf2e --- /dev/null +++ b/bind/master/conf-master/e67-2.conf @@ -0,0 +1,7 @@ +zone "e67-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e67-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e67-3.conf b/bind/master/conf-master/e67-3.conf new file mode 100644 index 0000000..47bb2b0 --- /dev/null +++ b/bind/master/conf-master/e67-3.conf @@ -0,0 +1,7 @@ +zone "e67-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e67-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e67-4.conf b/bind/master/conf-master/e67-4.conf new file mode 100644 index 0000000..60f71f9 --- /dev/null +++ b/bind/master/conf-master/e67-4.conf @@ -0,0 +1,7 @@ +zone "e67-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e67-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e69-1.conf b/bind/master/conf-master/e69-1.conf new file mode 100644 index 0000000..28bc567 --- /dev/null +++ b/bind/master/conf-master/e69-1.conf @@ -0,0 +1,7 @@ +zone "e69-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e69-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e69-2.conf b/bind/master/conf-master/e69-2.conf new file mode 100644 index 0000000..3ab4477 --- /dev/null +++ b/bind/master/conf-master/e69-2.conf @@ -0,0 +1,7 @@ +zone "e69-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e69-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e69-3.conf b/bind/master/conf-master/e69-3.conf new file mode 100644 index 0000000..c0c89c9 --- /dev/null +++ b/bind/master/conf-master/e69-3.conf @@ -0,0 +1,7 @@ +zone "e69-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e69-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e69-4.conf b/bind/master/conf-master/e69-4.conf new file mode 100644 index 0000000..c93777b --- /dev/null +++ b/bind/master/conf-master/e69-4.conf @@ -0,0 +1,7 @@ +zone "e69-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e69-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e7-3.conf b/bind/master/conf-master/e7-3.conf new file mode 100644 index 0000000..fe9d33b --- /dev/null +++ b/bind/master/conf-master/e7-3.conf @@ -0,0 +1,7 @@ +zone "e7-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e7-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e7-4.conf b/bind/master/conf-master/e7-4.conf new file mode 100644 index 0000000..a203c0a --- /dev/null +++ b/bind/master/conf-master/e7-4.conf @@ -0,0 +1,7 @@ +zone "e7-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e7-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e71-1.conf b/bind/master/conf-master/e71-1.conf new file mode 100644 index 0000000..4ac985a --- /dev/null +++ b/bind/master/conf-master/e71-1.conf @@ -0,0 +1,7 @@ +zone "e71-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e71-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e71-2.conf b/bind/master/conf-master/e71-2.conf new file mode 100644 index 0000000..2ecb0c4 --- /dev/null +++ b/bind/master/conf-master/e71-2.conf @@ -0,0 +1,7 @@ +zone "e71-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e71-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e71-3.conf b/bind/master/conf-master/e71-3.conf new file mode 100644 index 0000000..3dcebfb --- /dev/null +++ b/bind/master/conf-master/e71-3.conf @@ -0,0 +1,7 @@ +zone "e71-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e71-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e71-4.conf b/bind/master/conf-master/e71-4.conf new file mode 100644 index 0000000..4219538 --- /dev/null +++ b/bind/master/conf-master/e71-4.conf @@ -0,0 +1,7 @@ +zone "e71-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e71-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e73-1.conf b/bind/master/conf-master/e73-1.conf new file mode 100644 index 0000000..676106a --- /dev/null +++ b/bind/master/conf-master/e73-1.conf @@ -0,0 +1,7 @@ +zone "e73-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e73-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e73-2.conf b/bind/master/conf-master/e73-2.conf new file mode 100644 index 0000000..d86e6e9 --- /dev/null +++ b/bind/master/conf-master/e73-2.conf @@ -0,0 +1,7 @@ +zone "e73-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e73-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e73-3.conf b/bind/master/conf-master/e73-3.conf new file mode 100644 index 0000000..d99ff3b --- /dev/null +++ b/bind/master/conf-master/e73-3.conf @@ -0,0 +1,7 @@ +zone "e73-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e73-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e73-4.conf b/bind/master/conf-master/e73-4.conf new file mode 100644 index 0000000..ea9c11e --- /dev/null +++ b/bind/master/conf-master/e73-4.conf @@ -0,0 +1,7 @@ +zone "e73-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e73-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e75-1.conf b/bind/master/conf-master/e75-1.conf new file mode 100644 index 0000000..472d744 --- /dev/null +++ b/bind/master/conf-master/e75-1.conf @@ -0,0 +1,7 @@ +zone "e75-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e75-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e75-2.conf b/bind/master/conf-master/e75-2.conf new file mode 100644 index 0000000..a672748 --- /dev/null +++ b/bind/master/conf-master/e75-2.conf @@ -0,0 +1,7 @@ +zone "e75-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e75-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e75-3.conf b/bind/master/conf-master/e75-3.conf new file mode 100644 index 0000000..0d062f3 --- /dev/null +++ b/bind/master/conf-master/e75-3.conf @@ -0,0 +1,7 @@ +zone "e75-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e75-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e75-4.conf b/bind/master/conf-master/e75-4.conf new file mode 100644 index 0000000..62dfdfc --- /dev/null +++ b/bind/master/conf-master/e75-4.conf @@ -0,0 +1,7 @@ +zone "e75-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e75-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e77-1.conf b/bind/master/conf-master/e77-1.conf new file mode 100644 index 0000000..5e972e9 --- /dev/null +++ b/bind/master/conf-master/e77-1.conf @@ -0,0 +1,7 @@ +zone "e77-1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e77-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e77-2.conf b/bind/master/conf-master/e77-2.conf new file mode 100644 index 0000000..ffc03b2 --- /dev/null +++ b/bind/master/conf-master/e77-2.conf @@ -0,0 +1,7 @@ +zone "e77-2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e77-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e9-3.conf b/bind/master/conf-master/e9-3.conf new file mode 100644 index 0000000..6b871df --- /dev/null +++ b/bind/master/conf-master/e9-3.conf @@ -0,0 +1,7 @@ +zone "e9-3.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e9-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/e9-4.conf b/bind/master/conf-master/e9-4.conf new file mode 100644 index 0000000..b220f5f --- /dev/null +++ b/bind/master/conf-master/e9-4.conf @@ -0,0 +1,7 @@ +zone "e9-4.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/e9-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/fugleberg1.conf b/bind/master/conf-master/fugleberg1.conf new file mode 100644 index 0000000..d75c4e4 --- /dev/null +++ b/bind/master/conf-master/fugleberg1.conf @@ -0,0 +1,7 @@ +zone "fugleberg1.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/fugleberg1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/fugleberg2.conf b/bind/master/conf-master/fugleberg2.conf new file mode 100644 index 0000000..6b78cb8 --- /dev/null +++ b/bind/master/conf-master/fugleberg2.conf @@ -0,0 +1,7 @@ +zone "fugleberg2.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/fugleberg2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/game.conf b/bind/master/conf-master/game.conf new file mode 100644 index 0000000..7a90aad --- /dev/null +++ b/bind/master/conf-master/game.conf @@ -0,0 +1,7 @@ +zone "game.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/game.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/gamehq.conf b/bind/master/conf-master/gamehq.conf new file mode 100644 index 0000000..8072e98 --- /dev/null +++ b/bind/master/conf-master/gamehq.conf @@ -0,0 +1,7 @@ +zone "gamehq.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/gamehq.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/lager.conf b/bind/master/conf-master/lager.conf new file mode 100644 index 0000000..474f7e5 --- /dev/null +++ b/bind/master/conf-master/lager.conf @@ -0,0 +1,7 @@ +zone "lager.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/lager.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/logistikk.conf b/bind/master/conf-master/logistikk.conf new file mode 100644 index 0000000..7211a84 --- /dev/null +++ b/bind/master/conf-master/logistikk.conf @@ -0,0 +1,7 @@ +zone "logistikk.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/logistikk.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/marsrele.conf b/bind/master/conf-master/marsrele.conf new file mode 100644 index 0000000..aac0a42 --- /dev/null +++ b/bind/master/conf-master/marsrele.conf @@ -0,0 +1,7 @@ +zone "marsrele.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/marsrele.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/noc.conf b/bind/master/conf-master/noc.conf new file mode 100644 index 0000000..6d49ca3 --- /dev/null +++ b/bind/master/conf-master/noc.conf @@ -0,0 +1,7 @@ +zone "noc.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/noc.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/presse.conf b/bind/master/conf-master/presse.conf new file mode 100644 index 0000000..410d075 --- /dev/null +++ b/bind/master/conf-master/presse.conf @@ -0,0 +1,7 @@ +zone "presse.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/presse.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/secmedic.conf b/bind/master/conf-master/secmedic.conf new file mode 100644 index 0000000..11a1d56 --- /dev/null +++ b/bind/master/conf-master/secmedic.conf @@ -0,0 +1,7 @@ +zone "secmedic.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/secmedic.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/sponsorvest.conf b/bind/master/conf-master/sponsorvest.conf new file mode 100644 index 0000000..7b2262d --- /dev/null +++ b/bind/master/conf-master/sponsorvest.conf @@ -0,0 +1,7 @@ +zone "sponsorvest.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/sponsorvest.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/stage.conf b/bind/master/conf-master/stage.conf new file mode 100644 index 0000000..3bd5f84 --- /dev/null +++ b/bind/master/conf-master/stage.conf @@ -0,0 +1,7 @@ +zone "stage.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/stage.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/stageboh.conf b/bind/master/conf-master/stageboh.conf new file mode 100644 index 0000000..9f871a6 --- /dev/null +++ b/bind/master/conf-master/stageboh.conf @@ -0,0 +1,7 @@ +zone "stageboh.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/stageboh.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/tele.conf b/bind/master/conf-master/tele.conf new file mode 100644 index 0000000..479381e --- /dev/null +++ b/bind/master/conf-master/tele.conf @@ -0,0 +1,7 @@ +zone "tele.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/tele.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/wlan.conf b/bind/master/conf-master/wlan.conf new file mode 100644 index 0000000..4e138f8 --- /dev/null +++ b/bind/master/conf-master/wlan.conf @@ -0,0 +1,7 @@ +zone "wlan.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/wlan.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/master/conf-master/ymse.conf b/bind/master/conf-master/ymse.conf new file mode 100644 index 0000000..3ebb5e5 --- /dev/null +++ b/bind/master/conf-master/ymse.conf @@ -0,0 +1,7 @@ +zone "ymse.tg13.gathering.org" { + type master; + notify yes; + allow-update { key DHCP_UPDATER; }; + file "dynamic/ymse.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; |