diff options
Diffstat (limited to 'bind/slave')
174 files changed, 2637 insertions, 0 deletions
diff --git a/bind/slave/bind.keys b/bind/slave/bind.keys new file mode 100644 index 0000000..b003c53 --- /dev/null +++ b/bind/slave/bind.keys @@ -0,0 +1,49 @@ +/* $Id: bind.keys,v 1.5.42.2 2011-01-04 19:14:48 each Exp $ */ +# The bind.keys file is used to override built-in DNSSEC trust anchors +# which are included as part of BIND 9. As of the current release (BIND +# 9.7), the only trust anchor it sets is the one for the ISC DNSSEC +# Lookaside Validation zone ("dlv.isc.org"). Trust anchors for any other +# zones MUST be configured elsewhere; if they are configured here, they +# will not be recognized or used by named. +# +# This file also contains a copy of the trust anchor for the DNS root zone +# ("."). However, named does not use it; it is provided here for +# informational purposes only. To switch on DNSSEC validation at the +# root, the root key below can be copied into named.conf. +# +# The built-in DLV trust anchor in this file is used directly by named. +# However, it is not activated unless specifically switched on. To use +# the DLV key, set "dnssec-lookaside auto;" in the named.conf options. +# Without this option being set, the key in this file is ignored. +# +# This file is NOT expected to be user-configured. +# +# These keys are current as of January 2011. If any key fails to +# initialize correctly, it may have expired. In that event you should +# replace this file with a current version. The latest version of +# bind.keys can always be obtained from ISC at https://www.isc.org/bind-keys. + +managed-keys { + # ISC DLV: See https://www.isc.org/solutions/dlv for details. + # NOTE: This key is activated by setting "dnssec-lookaside auto;" + # in named.conf. + dlv.isc.org. initial-key 257 3 5 "BEAAAAPHMu/5onzrEE7z1egmhg/WPO0+juoZrW3euWEn4MxDCE1+lLy2 + brhQv5rN32RKtMzX6Mj70jdzeND4XknW58dnJNPCxn8+jAGl2FZLK8t+ + 1uq4W+nnA3qO2+DL+k6BD4mewMLbIYFwe0PG73Te9fZ2kJb56dhgMde5 + ymX4BI/oQ+cAK50/xvJv00Frf8kw6ucMTwFlgPe+jnGxPPEmHAte/URk + Y62ZfkLoBAADLHQ9IrS2tryAe7mbBZVcOwIeU/Rw/mRx/vwwMCTgNboM + QKtUdvNXDrYJDSHZws3xiRXF1Rf+al9UmZfSav/4NWLKjHzpT59k/VSt + TDN0YUuWrBNh"; + + # ROOT KEY: See https://data.iana.org/root-anchors/root-anchors.xml + # for current trust anchor information. + # NOTE: This key is activated by setting "dnssec-validation auto;" + # in named.conf. + . initial-key 257 3 8 "AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjF + FVQUTf6v58fLjwBd0YI0EzrAcQqBGCzh/RStIoO8g0NfnfL2MTJRkxoX + bfDaUeVPQuYEhg37NZWAJQ9VnMVDxP/VHL496M/QZxkjf5/Efucp2gaD + X6RS6CXpoY68LsvPVjR0ZSwzz1apAzvN9dlzEheX7ICJBBtuA6G3LQpz + W5hOA2hzCTMjJPJ8LbqF6dsV6DoBQzgul0sGIcGOYl7OyQdXfZ57relS + Qageu+ipAdTTJ25AsRTAoub8ONGcLmqrAmRLKBP1dfwhYB4N7knNnulq + QxA+Uk1ihz0="; +}; diff --git a/bind/slave/conf-slave/ap-dist0.conf b/bind/slave/conf-slave/ap-dist0.conf new file mode 100644 index 0000000..6cb150c --- /dev/null +++ b/bind/slave/conf-slave/ap-dist0.conf @@ -0,0 +1,7 @@ +zone "ap-dist0.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/ap-dist0.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/ap-dist1.conf b/bind/slave/conf-slave/ap-dist1.conf new file mode 100644 index 0000000..657aaac --- /dev/null +++ b/bind/slave/conf-slave/ap-dist1.conf @@ -0,0 +1,7 @@ +zone "ap-dist1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/ap-dist1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/ap-dist2.conf b/bind/slave/conf-slave/ap-dist2.conf new file mode 100644 index 0000000..96ac51e --- /dev/null +++ b/bind/slave/conf-slave/ap-dist2.conf @@ -0,0 +1,7 @@ +zone "ap-dist2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/ap-dist2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/ap-dist3.conf b/bind/slave/conf-slave/ap-dist3.conf new file mode 100644 index 0000000..1807f13 --- /dev/null +++ b/bind/slave/conf-slave/ap-dist3.conf @@ -0,0 +1,7 @@ +zone "ap-dist3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/ap-dist3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/ap-dist4.conf b/bind/slave/conf-slave/ap-dist4.conf new file mode 100644 index 0000000..0cebd7f --- /dev/null +++ b/bind/slave/conf-slave/ap-dist4.conf @@ -0,0 +1,7 @@ +zone "ap-dist4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/ap-dist4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/care.conf b/bind/slave/conf-slave/care.conf new file mode 100644 index 0000000..c42c48c --- /dev/null +++ b/bind/slave/conf-slave/care.conf @@ -0,0 +1,7 @@ +zone "care.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/care.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/chillout.conf b/bind/slave/conf-slave/chillout.conf new file mode 100644 index 0000000..5cd6569 --- /dev/null +++ b/bind/slave/conf-slave/chillout.conf @@ -0,0 +1,7 @@ +zone "chillout.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/chillout.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/creativia.conf b/bind/slave/conf-slave/creativia.conf new file mode 100644 index 0000000..668bc7d --- /dev/null +++ b/bind/slave/conf-slave/creativia.conf @@ -0,0 +1,7 @@ +zone "creativia.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/creativia.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/crew1.conf b/bind/slave/conf-slave/crew1.conf new file mode 100644 index 0000000..d30580a --- /dev/null +++ b/bind/slave/conf-slave/crew1.conf @@ -0,0 +1,7 @@ +zone "crew1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/crew1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/crew2.conf b/bind/slave/conf-slave/crew2.conf new file mode 100644 index 0000000..dc08880 --- /dev/null +++ b/bind/slave/conf-slave/crew2.conf @@ -0,0 +1,7 @@ +zone "crew2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/crew2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/crew3.conf b/bind/slave/conf-slave/crew3.conf new file mode 100644 index 0000000..456a90b --- /dev/null +++ b/bind/slave/conf-slave/crew3.conf @@ -0,0 +1,7 @@ +zone "crew3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/crew3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/crew4.conf b/bind/slave/conf-slave/crew4.conf new file mode 100644 index 0000000..56ad6c0 --- /dev/null +++ b/bind/slave/conf-slave/crew4.conf @@ -0,0 +1,7 @@ +zone "crew4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/crew4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/crew5.conf b/bind/slave/conf-slave/crew5.conf new file mode 100644 index 0000000..b562849 --- /dev/null +++ b/bind/slave/conf-slave/crew5.conf @@ -0,0 +1,7 @@ +zone "crew5.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/crew5.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/crew6.conf b/bind/slave/conf-slave/crew6.conf new file mode 100644 index 0000000..6bf3b9f --- /dev/null +++ b/bind/slave/conf-slave/crew6.conf @@ -0,0 +1,7 @@ +zone "crew6.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/crew6.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/defektraid.conf b/bind/slave/conf-slave/defektraid.conf new file mode 100644 index 0000000..fee8190 --- /dev/null +++ b/bind/slave/conf-slave/defektraid.conf @@ -0,0 +1,7 @@ +zone "defektraid.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/defektraid.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e1-3.conf b/bind/slave/conf-slave/e1-3.conf new file mode 100644 index 0000000..b32ca6c --- /dev/null +++ b/bind/slave/conf-slave/e1-3.conf @@ -0,0 +1,7 @@ +zone "e1-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e1-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e1-4.conf b/bind/slave/conf-slave/e1-4.conf new file mode 100644 index 0000000..f24e839 --- /dev/null +++ b/bind/slave/conf-slave/e1-4.conf @@ -0,0 +1,7 @@ +zone "e1-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e1-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e11-1.conf b/bind/slave/conf-slave/e11-1.conf new file mode 100644 index 0000000..2a4f1a1 --- /dev/null +++ b/bind/slave/conf-slave/e11-1.conf @@ -0,0 +1,7 @@ +zone "e11-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e11-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e11-2.conf b/bind/slave/conf-slave/e11-2.conf new file mode 100644 index 0000000..0872ce0 --- /dev/null +++ b/bind/slave/conf-slave/e11-2.conf @@ -0,0 +1,7 @@ +zone "e11-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e11-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e11-3.conf b/bind/slave/conf-slave/e11-3.conf new file mode 100644 index 0000000..a88eff2 --- /dev/null +++ b/bind/slave/conf-slave/e11-3.conf @@ -0,0 +1,7 @@ +zone "e11-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e11-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e11-4.conf b/bind/slave/conf-slave/e11-4.conf new file mode 100644 index 0000000..8ab56ee --- /dev/null +++ b/bind/slave/conf-slave/e11-4.conf @@ -0,0 +1,7 @@ +zone "e11-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e11-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e13-1.conf b/bind/slave/conf-slave/e13-1.conf new file mode 100644 index 0000000..089e887 --- /dev/null +++ b/bind/slave/conf-slave/e13-1.conf @@ -0,0 +1,7 @@ +zone "e13-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e13-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e13-2.conf b/bind/slave/conf-slave/e13-2.conf new file mode 100644 index 0000000..e766fc3 --- /dev/null +++ b/bind/slave/conf-slave/e13-2.conf @@ -0,0 +1,7 @@ +zone "e13-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e13-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e13-3.conf b/bind/slave/conf-slave/e13-3.conf new file mode 100644 index 0000000..e8f71e0 --- /dev/null +++ b/bind/slave/conf-slave/e13-3.conf @@ -0,0 +1,7 @@ +zone "e13-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e13-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e13-4.conf b/bind/slave/conf-slave/e13-4.conf new file mode 100644 index 0000000..268659b --- /dev/null +++ b/bind/slave/conf-slave/e13-4.conf @@ -0,0 +1,7 @@ +zone "e13-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e13-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e15-1.conf b/bind/slave/conf-slave/e15-1.conf new file mode 100644 index 0000000..1259ee2 --- /dev/null +++ b/bind/slave/conf-slave/e15-1.conf @@ -0,0 +1,7 @@ +zone "e15-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e15-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e15-2.conf b/bind/slave/conf-slave/e15-2.conf new file mode 100644 index 0000000..fa1762a --- /dev/null +++ b/bind/slave/conf-slave/e15-2.conf @@ -0,0 +1,7 @@ +zone "e15-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e15-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e15-3.conf b/bind/slave/conf-slave/e15-3.conf new file mode 100644 index 0000000..3c57263 --- /dev/null +++ b/bind/slave/conf-slave/e15-3.conf @@ -0,0 +1,7 @@ +zone "e15-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e15-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e15-4.conf b/bind/slave/conf-slave/e15-4.conf new file mode 100644 index 0000000..f91bf19 --- /dev/null +++ b/bind/slave/conf-slave/e15-4.conf @@ -0,0 +1,7 @@ +zone "e15-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e15-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e17-1.conf b/bind/slave/conf-slave/e17-1.conf new file mode 100644 index 0000000..52f7c74 --- /dev/null +++ b/bind/slave/conf-slave/e17-1.conf @@ -0,0 +1,7 @@ +zone "e17-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e17-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e17-2.conf b/bind/slave/conf-slave/e17-2.conf new file mode 100644 index 0000000..c1c99e7 --- /dev/null +++ b/bind/slave/conf-slave/e17-2.conf @@ -0,0 +1,7 @@ +zone "e17-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e17-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e17-3.conf b/bind/slave/conf-slave/e17-3.conf new file mode 100644 index 0000000..f80c69a --- /dev/null +++ b/bind/slave/conf-slave/e17-3.conf @@ -0,0 +1,7 @@ +zone "e17-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e17-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e17-4.conf b/bind/slave/conf-slave/e17-4.conf new file mode 100644 index 0000000..0494bce --- /dev/null +++ b/bind/slave/conf-slave/e17-4.conf @@ -0,0 +1,7 @@ +zone "e17-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e17-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e19-1.conf b/bind/slave/conf-slave/e19-1.conf new file mode 100644 index 0000000..d5ba505 --- /dev/null +++ b/bind/slave/conf-slave/e19-1.conf @@ -0,0 +1,7 @@ +zone "e19-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e19-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e19-2.conf b/bind/slave/conf-slave/e19-2.conf new file mode 100644 index 0000000..515ddf8 --- /dev/null +++ b/bind/slave/conf-slave/e19-2.conf @@ -0,0 +1,7 @@ +zone "e19-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e19-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e19-3.conf b/bind/slave/conf-slave/e19-3.conf new file mode 100644 index 0000000..b09d915 --- /dev/null +++ b/bind/slave/conf-slave/e19-3.conf @@ -0,0 +1,7 @@ +zone "e19-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e19-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e19-4.conf b/bind/slave/conf-slave/e19-4.conf new file mode 100644 index 0000000..df1c48b --- /dev/null +++ b/bind/slave/conf-slave/e19-4.conf @@ -0,0 +1,7 @@ +zone "e19-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e19-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e21-1.conf b/bind/slave/conf-slave/e21-1.conf new file mode 100644 index 0000000..21eb664 --- /dev/null +++ b/bind/slave/conf-slave/e21-1.conf @@ -0,0 +1,7 @@ +zone "e21-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e21-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e21-2.conf b/bind/slave/conf-slave/e21-2.conf new file mode 100644 index 0000000..4278ba6 --- /dev/null +++ b/bind/slave/conf-slave/e21-2.conf @@ -0,0 +1,7 @@ +zone "e21-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e21-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e21-3.conf b/bind/slave/conf-slave/e21-3.conf new file mode 100644 index 0000000..85e116e --- /dev/null +++ b/bind/slave/conf-slave/e21-3.conf @@ -0,0 +1,7 @@ +zone "e21-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e21-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e21-4.conf b/bind/slave/conf-slave/e21-4.conf new file mode 100644 index 0000000..1a5c247 --- /dev/null +++ b/bind/slave/conf-slave/e21-4.conf @@ -0,0 +1,7 @@ +zone "e21-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e21-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e23-1.conf b/bind/slave/conf-slave/e23-1.conf new file mode 100644 index 0000000..7a6d56c --- /dev/null +++ b/bind/slave/conf-slave/e23-1.conf @@ -0,0 +1,7 @@ +zone "e23-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e23-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e23-2.conf b/bind/slave/conf-slave/e23-2.conf new file mode 100644 index 0000000..a98f4e7 --- /dev/null +++ b/bind/slave/conf-slave/e23-2.conf @@ -0,0 +1,7 @@ +zone "e23-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e23-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e23-3.conf b/bind/slave/conf-slave/e23-3.conf new file mode 100644 index 0000000..391dd08 --- /dev/null +++ b/bind/slave/conf-slave/e23-3.conf @@ -0,0 +1,7 @@ +zone "e23-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e23-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e23-4.conf b/bind/slave/conf-slave/e23-4.conf new file mode 100644 index 0000000..311fa59 --- /dev/null +++ b/bind/slave/conf-slave/e23-4.conf @@ -0,0 +1,7 @@ +zone "e23-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e23-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e25-1.conf b/bind/slave/conf-slave/e25-1.conf new file mode 100644 index 0000000..ff327b0 --- /dev/null +++ b/bind/slave/conf-slave/e25-1.conf @@ -0,0 +1,7 @@ +zone "e25-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e25-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e25-2.conf b/bind/slave/conf-slave/e25-2.conf new file mode 100644 index 0000000..9d77158 --- /dev/null +++ b/bind/slave/conf-slave/e25-2.conf @@ -0,0 +1,7 @@ +zone "e25-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e25-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e25-3.conf b/bind/slave/conf-slave/e25-3.conf new file mode 100644 index 0000000..805de20 --- /dev/null +++ b/bind/slave/conf-slave/e25-3.conf @@ -0,0 +1,7 @@ +zone "e25-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e25-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e25-4.conf b/bind/slave/conf-slave/e25-4.conf new file mode 100644 index 0000000..9b2c652 --- /dev/null +++ b/bind/slave/conf-slave/e25-4.conf @@ -0,0 +1,7 @@ +zone "e25-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e25-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e27-1.conf b/bind/slave/conf-slave/e27-1.conf new file mode 100644 index 0000000..72f0ea7 --- /dev/null +++ b/bind/slave/conf-slave/e27-1.conf @@ -0,0 +1,7 @@ +zone "e27-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e27-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e27-2.conf b/bind/slave/conf-slave/e27-2.conf new file mode 100644 index 0000000..a798852 --- /dev/null +++ b/bind/slave/conf-slave/e27-2.conf @@ -0,0 +1,7 @@ +zone "e27-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e27-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e29-1.conf b/bind/slave/conf-slave/e29-1.conf new file mode 100644 index 0000000..20eb035 --- /dev/null +++ b/bind/slave/conf-slave/e29-1.conf @@ -0,0 +1,7 @@ +zone "e29-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e29-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e29-2.conf b/bind/slave/conf-slave/e29-2.conf new file mode 100644 index 0000000..d7cb7c7 --- /dev/null +++ b/bind/slave/conf-slave/e29-2.conf @@ -0,0 +1,7 @@ +zone "e29-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e29-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e3-3.conf b/bind/slave/conf-slave/e3-3.conf new file mode 100644 index 0000000..960faa0 --- /dev/null +++ b/bind/slave/conf-slave/e3-3.conf @@ -0,0 +1,7 @@ +zone "e3-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e3-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e3-4.conf b/bind/slave/conf-slave/e3-4.conf new file mode 100644 index 0000000..6dd6e8e --- /dev/null +++ b/bind/slave/conf-slave/e3-4.conf @@ -0,0 +1,7 @@ +zone "e3-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e3-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e31-1.conf b/bind/slave/conf-slave/e31-1.conf new file mode 100644 index 0000000..5706910 --- /dev/null +++ b/bind/slave/conf-slave/e31-1.conf @@ -0,0 +1,7 @@ +zone "e31-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e31-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e31-2.conf b/bind/slave/conf-slave/e31-2.conf new file mode 100644 index 0000000..013aad3 --- /dev/null +++ b/bind/slave/conf-slave/e31-2.conf @@ -0,0 +1,7 @@ +zone "e31-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e31-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e33-1.conf b/bind/slave/conf-slave/e33-1.conf new file mode 100644 index 0000000..f99f582 --- /dev/null +++ b/bind/slave/conf-slave/e33-1.conf @@ -0,0 +1,7 @@ +zone "e33-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e33-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e33-2.conf b/bind/slave/conf-slave/e33-2.conf new file mode 100644 index 0000000..f0aa378 --- /dev/null +++ b/bind/slave/conf-slave/e33-2.conf @@ -0,0 +1,7 @@ +zone "e33-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e33-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e35-1.conf b/bind/slave/conf-slave/e35-1.conf new file mode 100644 index 0000000..4a26cfe --- /dev/null +++ b/bind/slave/conf-slave/e35-1.conf @@ -0,0 +1,7 @@ +zone "e35-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e35-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e35-2.conf b/bind/slave/conf-slave/e35-2.conf new file mode 100644 index 0000000..b46070c --- /dev/null +++ b/bind/slave/conf-slave/e35-2.conf @@ -0,0 +1,7 @@ +zone "e35-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e35-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e37-1.conf b/bind/slave/conf-slave/e37-1.conf new file mode 100644 index 0000000..1cf7c8b --- /dev/null +++ b/bind/slave/conf-slave/e37-1.conf @@ -0,0 +1,7 @@ +zone "e37-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e37-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e37-2.conf b/bind/slave/conf-slave/e37-2.conf new file mode 100644 index 0000000..9f69ae7 --- /dev/null +++ b/bind/slave/conf-slave/e37-2.conf @@ -0,0 +1,7 @@ +zone "e37-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e37-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e39-1.conf b/bind/slave/conf-slave/e39-1.conf new file mode 100644 index 0000000..c05033c --- /dev/null +++ b/bind/slave/conf-slave/e39-1.conf @@ -0,0 +1,7 @@ +zone "e39-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e39-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e39-2.conf b/bind/slave/conf-slave/e39-2.conf new file mode 100644 index 0000000..047959c --- /dev/null +++ b/bind/slave/conf-slave/e39-2.conf @@ -0,0 +1,7 @@ +zone "e39-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e39-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e41-1.conf b/bind/slave/conf-slave/e41-1.conf new file mode 100644 index 0000000..fea60b1 --- /dev/null +++ b/bind/slave/conf-slave/e41-1.conf @@ -0,0 +1,7 @@ +zone "e41-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e41-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e41-2.conf b/bind/slave/conf-slave/e41-2.conf new file mode 100644 index 0000000..9da06c5 --- /dev/null +++ b/bind/slave/conf-slave/e41-2.conf @@ -0,0 +1,7 @@ +zone "e41-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e41-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e43-1.conf b/bind/slave/conf-slave/e43-1.conf new file mode 100644 index 0000000..82f9ada --- /dev/null +++ b/bind/slave/conf-slave/e43-1.conf @@ -0,0 +1,7 @@ +zone "e43-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e43-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e43-2.conf b/bind/slave/conf-slave/e43-2.conf new file mode 100644 index 0000000..59aaae2 --- /dev/null +++ b/bind/slave/conf-slave/e43-2.conf @@ -0,0 +1,7 @@ +zone "e43-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e43-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e43-3.conf b/bind/slave/conf-slave/e43-3.conf new file mode 100644 index 0000000..bb30b66 --- /dev/null +++ b/bind/slave/conf-slave/e43-3.conf @@ -0,0 +1,7 @@ +zone "e43-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e43-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e43-4.conf b/bind/slave/conf-slave/e43-4.conf new file mode 100644 index 0000000..b46d34c --- /dev/null +++ b/bind/slave/conf-slave/e43-4.conf @@ -0,0 +1,7 @@ +zone "e43-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e43-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e45-1.conf b/bind/slave/conf-slave/e45-1.conf new file mode 100644 index 0000000..ef06167 --- /dev/null +++ b/bind/slave/conf-slave/e45-1.conf @@ -0,0 +1,7 @@ +zone "e45-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e45-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e45-2.conf b/bind/slave/conf-slave/e45-2.conf new file mode 100644 index 0000000..c19e209 --- /dev/null +++ b/bind/slave/conf-slave/e45-2.conf @@ -0,0 +1,7 @@ +zone "e45-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e45-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e45-3.conf b/bind/slave/conf-slave/e45-3.conf new file mode 100644 index 0000000..66378c7 --- /dev/null +++ b/bind/slave/conf-slave/e45-3.conf @@ -0,0 +1,7 @@ +zone "e45-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e45-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e45-4.conf b/bind/slave/conf-slave/e45-4.conf new file mode 100644 index 0000000..92f8dfc --- /dev/null +++ b/bind/slave/conf-slave/e45-4.conf @@ -0,0 +1,7 @@ +zone "e45-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e45-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e47-1.conf b/bind/slave/conf-slave/e47-1.conf new file mode 100644 index 0000000..6562fda --- /dev/null +++ b/bind/slave/conf-slave/e47-1.conf @@ -0,0 +1,7 @@ +zone "e47-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e47-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e47-2.conf b/bind/slave/conf-slave/e47-2.conf new file mode 100644 index 0000000..080c195 --- /dev/null +++ b/bind/slave/conf-slave/e47-2.conf @@ -0,0 +1,7 @@ +zone "e47-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e47-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e47-3.conf b/bind/slave/conf-slave/e47-3.conf new file mode 100644 index 0000000..a144fe0 --- /dev/null +++ b/bind/slave/conf-slave/e47-3.conf @@ -0,0 +1,7 @@ +zone "e47-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e47-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e47-4.conf b/bind/slave/conf-slave/e47-4.conf new file mode 100644 index 0000000..af177fb --- /dev/null +++ b/bind/slave/conf-slave/e47-4.conf @@ -0,0 +1,7 @@ +zone "e47-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e47-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e49-1.conf b/bind/slave/conf-slave/e49-1.conf new file mode 100644 index 0000000..7ceb877 --- /dev/null +++ b/bind/slave/conf-slave/e49-1.conf @@ -0,0 +1,7 @@ +zone "e49-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e49-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e49-2.conf b/bind/slave/conf-slave/e49-2.conf new file mode 100644 index 0000000..9757070 --- /dev/null +++ b/bind/slave/conf-slave/e49-2.conf @@ -0,0 +1,7 @@ +zone "e49-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e49-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e49-3.conf b/bind/slave/conf-slave/e49-3.conf new file mode 100644 index 0000000..04fec88 --- /dev/null +++ b/bind/slave/conf-slave/e49-3.conf @@ -0,0 +1,7 @@ +zone "e49-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e49-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e49-4.conf b/bind/slave/conf-slave/e49-4.conf new file mode 100644 index 0000000..ced68b7 --- /dev/null +++ b/bind/slave/conf-slave/e49-4.conf @@ -0,0 +1,7 @@ +zone "e49-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e49-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e5-3.conf b/bind/slave/conf-slave/e5-3.conf new file mode 100644 index 0000000..22c9f01 --- /dev/null +++ b/bind/slave/conf-slave/e5-3.conf @@ -0,0 +1,7 @@ +zone "e5-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e5-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e5-4.conf b/bind/slave/conf-slave/e5-4.conf new file mode 100644 index 0000000..088380c --- /dev/null +++ b/bind/slave/conf-slave/e5-4.conf @@ -0,0 +1,7 @@ +zone "e5-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e5-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e51-1.conf b/bind/slave/conf-slave/e51-1.conf new file mode 100644 index 0000000..ba6f76f --- /dev/null +++ b/bind/slave/conf-slave/e51-1.conf @@ -0,0 +1,7 @@ +zone "e51-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e51-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e51-2.conf b/bind/slave/conf-slave/e51-2.conf new file mode 100644 index 0000000..9895e5f --- /dev/null +++ b/bind/slave/conf-slave/e51-2.conf @@ -0,0 +1,7 @@ +zone "e51-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e51-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e51-3.conf b/bind/slave/conf-slave/e51-3.conf new file mode 100644 index 0000000..50c249b --- /dev/null +++ b/bind/slave/conf-slave/e51-3.conf @@ -0,0 +1,7 @@ +zone "e51-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e51-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e51-4.conf b/bind/slave/conf-slave/e51-4.conf new file mode 100644 index 0000000..2598407 --- /dev/null +++ b/bind/slave/conf-slave/e51-4.conf @@ -0,0 +1,7 @@ +zone "e51-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e51-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e53-1.conf b/bind/slave/conf-slave/e53-1.conf new file mode 100644 index 0000000..2b88c48 --- /dev/null +++ b/bind/slave/conf-slave/e53-1.conf @@ -0,0 +1,7 @@ +zone "e53-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e53-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e53-2.conf b/bind/slave/conf-slave/e53-2.conf new file mode 100644 index 0000000..b93f388 --- /dev/null +++ b/bind/slave/conf-slave/e53-2.conf @@ -0,0 +1,7 @@ +zone "e53-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e53-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e53-3.conf b/bind/slave/conf-slave/e53-3.conf new file mode 100644 index 0000000..efb8a17 --- /dev/null +++ b/bind/slave/conf-slave/e53-3.conf @@ -0,0 +1,7 @@ +zone "e53-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e53-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e53-4.conf b/bind/slave/conf-slave/e53-4.conf new file mode 100644 index 0000000..74e65fa --- /dev/null +++ b/bind/slave/conf-slave/e53-4.conf @@ -0,0 +1,7 @@ +zone "e53-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e53-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e55-1.conf b/bind/slave/conf-slave/e55-1.conf new file mode 100644 index 0000000..3d5e7f8 --- /dev/null +++ b/bind/slave/conf-slave/e55-1.conf @@ -0,0 +1,7 @@ +zone "e55-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e55-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e55-2.conf b/bind/slave/conf-slave/e55-2.conf new file mode 100644 index 0000000..815138f --- /dev/null +++ b/bind/slave/conf-slave/e55-2.conf @@ -0,0 +1,7 @@ +zone "e55-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e55-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e55-3.conf b/bind/slave/conf-slave/e55-3.conf new file mode 100644 index 0000000..5da6c91 --- /dev/null +++ b/bind/slave/conf-slave/e55-3.conf @@ -0,0 +1,7 @@ +zone "e55-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e55-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e55-4.conf b/bind/slave/conf-slave/e55-4.conf new file mode 100644 index 0000000..bc37351 --- /dev/null +++ b/bind/slave/conf-slave/e55-4.conf @@ -0,0 +1,7 @@ +zone "e55-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e55-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e57-1.conf b/bind/slave/conf-slave/e57-1.conf new file mode 100644 index 0000000..33ef734 --- /dev/null +++ b/bind/slave/conf-slave/e57-1.conf @@ -0,0 +1,7 @@ +zone "e57-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e57-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e57-2.conf b/bind/slave/conf-slave/e57-2.conf new file mode 100644 index 0000000..e175561 --- /dev/null +++ b/bind/slave/conf-slave/e57-2.conf @@ -0,0 +1,7 @@ +zone "e57-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e57-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e57-3.conf b/bind/slave/conf-slave/e57-3.conf new file mode 100644 index 0000000..19f1456 --- /dev/null +++ b/bind/slave/conf-slave/e57-3.conf @@ -0,0 +1,7 @@ +zone "e57-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e57-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e57-4.conf b/bind/slave/conf-slave/e57-4.conf new file mode 100644 index 0000000..7624646 --- /dev/null +++ b/bind/slave/conf-slave/e57-4.conf @@ -0,0 +1,7 @@ +zone "e57-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e57-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e59-1.conf b/bind/slave/conf-slave/e59-1.conf new file mode 100644 index 0000000..970d5ca --- /dev/null +++ b/bind/slave/conf-slave/e59-1.conf @@ -0,0 +1,7 @@ +zone "e59-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e59-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e59-2.conf b/bind/slave/conf-slave/e59-2.conf new file mode 100644 index 0000000..c797ef8 --- /dev/null +++ b/bind/slave/conf-slave/e59-2.conf @@ -0,0 +1,7 @@ +zone "e59-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e59-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e59-3.conf b/bind/slave/conf-slave/e59-3.conf new file mode 100644 index 0000000..36b17e5 --- /dev/null +++ b/bind/slave/conf-slave/e59-3.conf @@ -0,0 +1,7 @@ +zone "e59-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e59-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e59-4.conf b/bind/slave/conf-slave/e59-4.conf new file mode 100644 index 0000000..85c005a --- /dev/null +++ b/bind/slave/conf-slave/e59-4.conf @@ -0,0 +1,7 @@ +zone "e59-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e59-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e61-1.conf b/bind/slave/conf-slave/e61-1.conf new file mode 100644 index 0000000..982baee --- /dev/null +++ b/bind/slave/conf-slave/e61-1.conf @@ -0,0 +1,7 @@ +zone "e61-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e61-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e61-2.conf b/bind/slave/conf-slave/e61-2.conf new file mode 100644 index 0000000..6d59df1 --- /dev/null +++ b/bind/slave/conf-slave/e61-2.conf @@ -0,0 +1,7 @@ +zone "e61-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e61-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e61-3.conf b/bind/slave/conf-slave/e61-3.conf new file mode 100644 index 0000000..54c958a --- /dev/null +++ b/bind/slave/conf-slave/e61-3.conf @@ -0,0 +1,7 @@ +zone "e61-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e61-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e61-4.conf b/bind/slave/conf-slave/e61-4.conf new file mode 100644 index 0000000..b3d2da7 --- /dev/null +++ b/bind/slave/conf-slave/e61-4.conf @@ -0,0 +1,7 @@ +zone "e61-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e61-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e63-1.conf b/bind/slave/conf-slave/e63-1.conf new file mode 100644 index 0000000..67708e9 --- /dev/null +++ b/bind/slave/conf-slave/e63-1.conf @@ -0,0 +1,7 @@ +zone "e63-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e63-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e63-2.conf b/bind/slave/conf-slave/e63-2.conf new file mode 100644 index 0000000..504ec09 --- /dev/null +++ b/bind/slave/conf-slave/e63-2.conf @@ -0,0 +1,7 @@ +zone "e63-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e63-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e63-3.conf b/bind/slave/conf-slave/e63-3.conf new file mode 100644 index 0000000..6610f52 --- /dev/null +++ b/bind/slave/conf-slave/e63-3.conf @@ -0,0 +1,7 @@ +zone "e63-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e63-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e63-4.conf b/bind/slave/conf-slave/e63-4.conf new file mode 100644 index 0000000..4fe4dcf --- /dev/null +++ b/bind/slave/conf-slave/e63-4.conf @@ -0,0 +1,7 @@ +zone "e63-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e63-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e65-1.conf b/bind/slave/conf-slave/e65-1.conf new file mode 100644 index 0000000..8fbbfe7 --- /dev/null +++ b/bind/slave/conf-slave/e65-1.conf @@ -0,0 +1,7 @@ +zone "e65-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e65-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e65-2.conf b/bind/slave/conf-slave/e65-2.conf new file mode 100644 index 0000000..574b3f5 --- /dev/null +++ b/bind/slave/conf-slave/e65-2.conf @@ -0,0 +1,7 @@ +zone "e65-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e65-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e65-3.conf b/bind/slave/conf-slave/e65-3.conf new file mode 100644 index 0000000..f1b5f56 --- /dev/null +++ b/bind/slave/conf-slave/e65-3.conf @@ -0,0 +1,7 @@ +zone "e65-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e65-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e65-4.conf b/bind/slave/conf-slave/e65-4.conf new file mode 100644 index 0000000..5a813aa --- /dev/null +++ b/bind/slave/conf-slave/e65-4.conf @@ -0,0 +1,7 @@ +zone "e65-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e65-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e67-1.conf b/bind/slave/conf-slave/e67-1.conf new file mode 100644 index 0000000..4a75285 --- /dev/null +++ b/bind/slave/conf-slave/e67-1.conf @@ -0,0 +1,7 @@ +zone "e67-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e67-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e67-2.conf b/bind/slave/conf-slave/e67-2.conf new file mode 100644 index 0000000..281e94c --- /dev/null +++ b/bind/slave/conf-slave/e67-2.conf @@ -0,0 +1,7 @@ +zone "e67-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e67-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e67-3.conf b/bind/slave/conf-slave/e67-3.conf new file mode 100644 index 0000000..5c3cc69 --- /dev/null +++ b/bind/slave/conf-slave/e67-3.conf @@ -0,0 +1,7 @@ +zone "e67-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e67-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e67-4.conf b/bind/slave/conf-slave/e67-4.conf new file mode 100644 index 0000000..89093c5 --- /dev/null +++ b/bind/slave/conf-slave/e67-4.conf @@ -0,0 +1,7 @@ +zone "e67-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e67-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e69-1.conf b/bind/slave/conf-slave/e69-1.conf new file mode 100644 index 0000000..f261b89 --- /dev/null +++ b/bind/slave/conf-slave/e69-1.conf @@ -0,0 +1,7 @@ +zone "e69-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e69-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e69-2.conf b/bind/slave/conf-slave/e69-2.conf new file mode 100644 index 0000000..db517c3 --- /dev/null +++ b/bind/slave/conf-slave/e69-2.conf @@ -0,0 +1,7 @@ +zone "e69-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e69-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e69-3.conf b/bind/slave/conf-slave/e69-3.conf new file mode 100644 index 0000000..df212d7 --- /dev/null +++ b/bind/slave/conf-slave/e69-3.conf @@ -0,0 +1,7 @@ +zone "e69-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e69-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e69-4.conf b/bind/slave/conf-slave/e69-4.conf new file mode 100644 index 0000000..4ae60fa --- /dev/null +++ b/bind/slave/conf-slave/e69-4.conf @@ -0,0 +1,7 @@ +zone "e69-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e69-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e7-3.conf b/bind/slave/conf-slave/e7-3.conf new file mode 100644 index 0000000..4693800 --- /dev/null +++ b/bind/slave/conf-slave/e7-3.conf @@ -0,0 +1,7 @@ +zone "e7-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e7-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e7-4.conf b/bind/slave/conf-slave/e7-4.conf new file mode 100644 index 0000000..41455fd --- /dev/null +++ b/bind/slave/conf-slave/e7-4.conf @@ -0,0 +1,7 @@ +zone "e7-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e7-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e71-1.conf b/bind/slave/conf-slave/e71-1.conf new file mode 100644 index 0000000..71ddb54 --- /dev/null +++ b/bind/slave/conf-slave/e71-1.conf @@ -0,0 +1,7 @@ +zone "e71-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e71-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e71-2.conf b/bind/slave/conf-slave/e71-2.conf new file mode 100644 index 0000000..94d8520 --- /dev/null +++ b/bind/slave/conf-slave/e71-2.conf @@ -0,0 +1,7 @@ +zone "e71-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e71-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e71-3.conf b/bind/slave/conf-slave/e71-3.conf new file mode 100644 index 0000000..b3c1c59 --- /dev/null +++ b/bind/slave/conf-slave/e71-3.conf @@ -0,0 +1,7 @@ +zone "e71-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e71-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e71-4.conf b/bind/slave/conf-slave/e71-4.conf new file mode 100644 index 0000000..f6bdd4f --- /dev/null +++ b/bind/slave/conf-slave/e71-4.conf @@ -0,0 +1,7 @@ +zone "e71-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e71-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e73-1.conf b/bind/slave/conf-slave/e73-1.conf new file mode 100644 index 0000000..230edcd --- /dev/null +++ b/bind/slave/conf-slave/e73-1.conf @@ -0,0 +1,7 @@ +zone "e73-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e73-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e73-2.conf b/bind/slave/conf-slave/e73-2.conf new file mode 100644 index 0000000..2fead83 --- /dev/null +++ b/bind/slave/conf-slave/e73-2.conf @@ -0,0 +1,7 @@ +zone "e73-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e73-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e73-3.conf b/bind/slave/conf-slave/e73-3.conf new file mode 100644 index 0000000..f28825e --- /dev/null +++ b/bind/slave/conf-slave/e73-3.conf @@ -0,0 +1,7 @@ +zone "e73-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e73-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e73-4.conf b/bind/slave/conf-slave/e73-4.conf new file mode 100644 index 0000000..a0586d7 --- /dev/null +++ b/bind/slave/conf-slave/e73-4.conf @@ -0,0 +1,7 @@ +zone "e73-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e73-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e75-1.conf b/bind/slave/conf-slave/e75-1.conf new file mode 100644 index 0000000..bcdd0fe --- /dev/null +++ b/bind/slave/conf-slave/e75-1.conf @@ -0,0 +1,7 @@ +zone "e75-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e75-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e75-2.conf b/bind/slave/conf-slave/e75-2.conf new file mode 100644 index 0000000..0631366 --- /dev/null +++ b/bind/slave/conf-slave/e75-2.conf @@ -0,0 +1,7 @@ +zone "e75-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e75-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e75-3.conf b/bind/slave/conf-slave/e75-3.conf new file mode 100644 index 0000000..4ce2c1d --- /dev/null +++ b/bind/slave/conf-slave/e75-3.conf @@ -0,0 +1,7 @@ +zone "e75-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e75-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e75-4.conf b/bind/slave/conf-slave/e75-4.conf new file mode 100644 index 0000000..e361095 --- /dev/null +++ b/bind/slave/conf-slave/e75-4.conf @@ -0,0 +1,7 @@ +zone "e75-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e75-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e77-1.conf b/bind/slave/conf-slave/e77-1.conf new file mode 100644 index 0000000..898f8d9 --- /dev/null +++ b/bind/slave/conf-slave/e77-1.conf @@ -0,0 +1,7 @@ +zone "e77-1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e77-1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e77-2.conf b/bind/slave/conf-slave/e77-2.conf new file mode 100644 index 0000000..70d651b --- /dev/null +++ b/bind/slave/conf-slave/e77-2.conf @@ -0,0 +1,7 @@ +zone "e77-2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e77-2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e9-3.conf b/bind/slave/conf-slave/e9-3.conf new file mode 100644 index 0000000..fff493a --- /dev/null +++ b/bind/slave/conf-slave/e9-3.conf @@ -0,0 +1,7 @@ +zone "e9-3.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e9-3.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/e9-4.conf b/bind/slave/conf-slave/e9-4.conf new file mode 100644 index 0000000..42374e8 --- /dev/null +++ b/bind/slave/conf-slave/e9-4.conf @@ -0,0 +1,7 @@ +zone "e9-4.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/e9-4.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/fugleberg1.conf b/bind/slave/conf-slave/fugleberg1.conf new file mode 100644 index 0000000..b5b39cf --- /dev/null +++ b/bind/slave/conf-slave/fugleberg1.conf @@ -0,0 +1,7 @@ +zone "fugleberg1.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/fugleberg1.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/fugleberg2.conf b/bind/slave/conf-slave/fugleberg2.conf new file mode 100644 index 0000000..e3ffcad --- /dev/null +++ b/bind/slave/conf-slave/fugleberg2.conf @@ -0,0 +1,7 @@ +zone "fugleberg2.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/fugleberg2.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/game.conf b/bind/slave/conf-slave/game.conf new file mode 100644 index 0000000..04fdc30 --- /dev/null +++ b/bind/slave/conf-slave/game.conf @@ -0,0 +1,7 @@ +zone "game.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/game.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/gamehq.conf b/bind/slave/conf-slave/gamehq.conf new file mode 100644 index 0000000..11c35c2 --- /dev/null +++ b/bind/slave/conf-slave/gamehq.conf @@ -0,0 +1,7 @@ +zone "gamehq.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/gamehq.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/lager.conf b/bind/slave/conf-slave/lager.conf new file mode 100644 index 0000000..cec1eb0 --- /dev/null +++ b/bind/slave/conf-slave/lager.conf @@ -0,0 +1,7 @@ +zone "lager.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/lager.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/logistikk.conf b/bind/slave/conf-slave/logistikk.conf new file mode 100644 index 0000000..84ff89f --- /dev/null +++ b/bind/slave/conf-slave/logistikk.conf @@ -0,0 +1,7 @@ +zone "logistikk.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/logistikk.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/marsrele.conf b/bind/slave/conf-slave/marsrele.conf new file mode 100644 index 0000000..56639ea --- /dev/null +++ b/bind/slave/conf-slave/marsrele.conf @@ -0,0 +1,7 @@ +zone "marsrele.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/marsrele.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/noc.conf b/bind/slave/conf-slave/noc.conf new file mode 100644 index 0000000..955695e --- /dev/null +++ b/bind/slave/conf-slave/noc.conf @@ -0,0 +1,7 @@ +zone "noc.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/noc.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/presse.conf b/bind/slave/conf-slave/presse.conf new file mode 100644 index 0000000..81ceebe --- /dev/null +++ b/bind/slave/conf-slave/presse.conf @@ -0,0 +1,7 @@ +zone "presse.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/presse.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/secmedic.conf b/bind/slave/conf-slave/secmedic.conf new file mode 100644 index 0000000..4f32330 --- /dev/null +++ b/bind/slave/conf-slave/secmedic.conf @@ -0,0 +1,7 @@ +zone "secmedic.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/secmedic.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/sponsorvest.conf b/bind/slave/conf-slave/sponsorvest.conf new file mode 100644 index 0000000..4f4a255 --- /dev/null +++ b/bind/slave/conf-slave/sponsorvest.conf @@ -0,0 +1,7 @@ +zone "sponsorvest.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/sponsorvest.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/stage.conf b/bind/slave/conf-slave/stage.conf new file mode 100644 index 0000000..c459678 --- /dev/null +++ b/bind/slave/conf-slave/stage.conf @@ -0,0 +1,7 @@ +zone "stage.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/stage.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/stageboh.conf b/bind/slave/conf-slave/stageboh.conf new file mode 100644 index 0000000..7081f38 --- /dev/null +++ b/bind/slave/conf-slave/stageboh.conf @@ -0,0 +1,7 @@ +zone "stageboh.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/stageboh.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/tele.conf b/bind/slave/conf-slave/tele.conf new file mode 100644 index 0000000..1484d25 --- /dev/null +++ b/bind/slave/conf-slave/tele.conf @@ -0,0 +1,7 @@ +zone "tele.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/tele.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/wlan.conf b/bind/slave/conf-slave/wlan.conf new file mode 100644 index 0000000..4a6b83d --- /dev/null +++ b/bind/slave/conf-slave/wlan.conf @@ -0,0 +1,7 @@ +zone "wlan.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/wlan.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/conf-slave/ymse.conf b/bind/slave/conf-slave/ymse.conf new file mode 100644 index 0000000..bf26b4c --- /dev/null +++ b/bind/slave/conf-slave/ymse.conf @@ -0,0 +1,7 @@ +zone "ymse.tg13.gathering.org" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/ymse.tg13.gathering.org.zone"; + allow-transfer { ns-xfr; }; +}; diff --git a/bind/slave/db.0 b/bind/slave/db.0 new file mode 100644 index 0000000..e3aabdb --- /dev/null +++ b/bind/slave/db.0 @@ -0,0 +1,12 @@ +; +; BIND reverse data file for broadcast zone +; +$TTL 604800 +@ IN SOA localhost. root.localhost. ( + 1 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS localhost. diff --git a/bind/slave/db.127 b/bind/slave/db.127 new file mode 100644 index 0000000..cd05bef --- /dev/null +++ b/bind/slave/db.127 @@ -0,0 +1,13 @@ +; +; BIND reverse data file for local loopback interface +; +$TTL 604800 +@ IN SOA localhost. root.localhost. ( + 1 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS localhost. +1.0.0 IN PTR localhost. diff --git a/bind/slave/db.255 b/bind/slave/db.255 new file mode 100644 index 0000000..e3aabdb --- /dev/null +++ b/bind/slave/db.255 @@ -0,0 +1,12 @@ +; +; BIND reverse data file for broadcast zone +; +$TTL 604800 +@ IN SOA localhost. root.localhost. ( + 1 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS localhost. diff --git a/bind/slave/db.empty b/bind/slave/db.empty new file mode 100644 index 0000000..8a12858 --- /dev/null +++ b/bind/slave/db.empty @@ -0,0 +1,14 @@ +; BIND reverse data file for empty rfc1918 zone +; +; DO NOT EDIT THIS FILE - it is used for multiple zones. +; Instead, copy it, edit named.conf, and use that copy. +; +$TTL 86400 +@ IN SOA localhost. root.localhost. ( + 1 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 86400 ) ; Negative Cache TTL +; +@ IN NS localhost. diff --git a/bind/slave/db.local b/bind/slave/db.local new file mode 100644 index 0000000..2f272d4 --- /dev/null +++ b/bind/slave/db.local @@ -0,0 +1,14 @@ +; +; BIND data file for local loopback interface +; +$TTL 604800 +@ IN SOA localhost. root.localhost. ( + 2 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS localhost. +@ IN A 127.0.0.1 +@ IN AAAA ::1 diff --git a/bind/slave/db.root b/bind/slave/db.root new file mode 100644 index 0000000..6c19741 --- /dev/null +++ b/bind/slave/db.root @@ -0,0 +1,88 @@ +; This file holds the information on root name servers needed to +; initialize cache of Internet domain name servers +; (e.g. reference this file in the "cache . <file>" +; configuration file of BIND domain name servers). +; +; This file is made available by InterNIC +; under anonymous FTP as +; file /domain/named.cache +; on server FTP.INTERNIC.NET +; -OR- RS.INTERNIC.NET +; +; last update: Jan 3, 2013 +; related version of root zone: 2013010300 +; +; formerly NS.INTERNIC.NET +; +. 3600000 IN NS A.ROOT-SERVERS.NET. +A.ROOT-SERVERS.NET. 3600000 A 198.41.0.4 +A.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:BA3E::2:30 +; +; FORMERLY NS1.ISI.EDU +; +. 3600000 NS B.ROOT-SERVERS.NET. +B.ROOT-SERVERS.NET. 3600000 A 192.228.79.201 +; +; FORMERLY C.PSI.NET +; +. 3600000 NS C.ROOT-SERVERS.NET. +C.ROOT-SERVERS.NET. 3600000 A 192.33.4.12 +; +; FORMERLY TERP.UMD.EDU +; +. 3600000 NS D.ROOT-SERVERS.NET. +D.ROOT-SERVERS.NET. 3600000 A 199.7.91.13 +D.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2D::D +; +; FORMERLY NS.NASA.GOV +; +. 3600000 NS E.ROOT-SERVERS.NET. +E.ROOT-SERVERS.NET. 3600000 A 192.203.230.10 +; +; FORMERLY NS.ISC.ORG +; +. 3600000 NS F.ROOT-SERVERS.NET. +F.ROOT-SERVERS.NET. 3600000 A 192.5.5.241 +F.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2F::F +; +; FORMERLY NS.NIC.DDN.MIL +; +. 3600000 NS G.ROOT-SERVERS.NET. +G.ROOT-SERVERS.NET. 3600000 A 192.112.36.4 +; +; FORMERLY AOS.ARL.ARMY.MIL +; +. 3600000 NS H.ROOT-SERVERS.NET. +H.ROOT-SERVERS.NET. 3600000 A 128.63.2.53 +H.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:1::803F:235 +; +; FORMERLY NIC.NORDU.NET +; +. 3600000 NS I.ROOT-SERVERS.NET. +I.ROOT-SERVERS.NET. 3600000 A 192.36.148.17 +I.ROOT-SERVERS.NET. 3600000 AAAA 2001:7FE::53 +; +; OPERATED BY VERISIGN, INC. +; +. 3600000 NS J.ROOT-SERVERS.NET. +J.ROOT-SERVERS.NET. 3600000 A 192.58.128.30 +J.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:C27::2:30 +; +; OPERATED BY RIPE NCC +; +. 3600000 NS K.ROOT-SERVERS.NET. +K.ROOT-SERVERS.NET. 3600000 A 193.0.14.129 +K.ROOT-SERVERS.NET. 3600000 AAAA 2001:7FD::1 +; +; OPERATED BY ICANN +; +. 3600000 NS L.ROOT-SERVERS.NET. +L.ROOT-SERVERS.NET. 3600000 A 199.7.83.42 +L.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:3::42 +; +; OPERATED BY WIDE +; +. 3600000 NS M.ROOT-SERVERS.NET. +M.ROOT-SERVERS.NET. 3600000 A 202.12.27.33 +M.ROOT-SERVERS.NET. 3600000 AAAA 2001:DC3::35 +; End of File diff --git a/bind/slave/named.conf b/bind/slave/named.conf new file mode 100644 index 0000000..c960730 --- /dev/null +++ b/bind/slave/named.conf @@ -0,0 +1,57 @@ +// This named.conf was generated by make-named.pl at 20130327-1708 +// The current version of make-named.pl should not overwrite this file. +acl tg-nett { 151.216.0.0/17; 2a02:ed02::/32; 127.0.0.0/8; ::1; 31.169.55.0/24; }; +acl ns-xfr { 194.19.3.20; 151.216.125.2; 2a02:ed02:125::2; 151.216.126.2; 2a02:ed02:126::2; 151.216.124.0/24; }; +acl ripe-xfr { 194.19.3.20; 151.216.125.2; 2a02:ed02:125::2; 151.216.126.2; 2a02:ed02:126::2; 193.0.0.0/22; }; + +options { + directory "/etc/bind"; + allow-recursion { tg-nett; }; + allow-query { any; }; + allow-transfer { ns-xfr; }; + recursion yes; + auth-nxdomain no; + listen-on-v6 { any; }; +}; + +key DHCP_UPDATER { + algorithm HMAC-MD5.SIG-ALG.REG.INT; + secret <removed>; +}; + +masters bootstrap { 151.216.126.2; }; + +zone "tg13.gathering.org" { + type slave; + file "slave/tg13.gathering.org"; + notify no; + masters { bootstrap; }; +}; + +zone "infra.tg13.gathering.org" { + type slave; + file "slave/infra.tg13.gathering.org"; + notify no; + masters { bootstrap; }; +}; + +zone "2.0.d.e.2.0.a.2.ip6.arpa" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/2.0.d.e.2.0.a.2.ip6.arpa:"; + allow-transfer { ns-xfr; ripe-xfr; }; +}; + +include "named.conf.default-zones"; +include "named.slave-reverse4.conf"; +include "named.slave-include.conf"; + +# ekstra /24-nett fra Blix +zone "55.169.31.in-addr.arpa" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/55.169.31.in-addr.arpa"; + allow-transfer { ns-xfr; ripe-xfr; }; +}; diff --git a/bind/slave/named.conf.default-zones b/bind/slave/named.conf.default-zones new file mode 100644 index 0000000..355338b --- /dev/null +++ b/bind/slave/named.conf.default-zones @@ -0,0 +1,30 @@ +// prime the server with knowledge of the root servers +zone "." { + type hint; + file "/etc/bind/db.root"; +}; + +// be authoritative for the localhost forward and reverse zones, and for +// broadcast zones as per RFC 1912 + +zone "localhost" { + type master; + file "/etc/bind/db.local"; +}; + +zone "127.in-addr.arpa" { + type master; + file "/etc/bind/db.127"; +}; + +zone "0.in-addr.arpa" { + type master; + file "/etc/bind/db.0"; +}; + +zone "255.in-addr.arpa" { + type master; + file "/etc/bind/db.255"; +}; + + diff --git a/bind/slave/named.conf.local b/bind/slave/named.conf.local new file mode 100644 index 0000000..7a57b10 --- /dev/null +++ b/bind/slave/named.conf.local @@ -0,0 +1,8 @@ +// +// Do any local configuration here +// + +// Consider adding the 1918 zones here, if they are not used in your +// organization +//include "/etc/bind/zones.rfc1918"; + diff --git a/bind/slave/named.conf.options b/bind/slave/named.conf.options new file mode 100644 index 0000000..af79758 --- /dev/null +++ b/bind/slave/named.conf.options @@ -0,0 +1,20 @@ +options { + directory "/var/cache/bind"; + + // If there is a firewall between you and nameservers you want + // to talk to, you may need to fix the firewall to allow multiple + // ports to talk. See http://www.kb.cert.org/vuls/id/800113 + + // If your ISP provided one or more IP addresses for stable + // nameservers, you probably want to use them as forwarders. + // Uncomment the following block, and insert the addresses replacing + // the all-0's placeholder. + + // forwarders { + // 0.0.0.0; + // }; + + auth-nxdomain no; # conform to RFC1035 + listen-on-v6 { any; }; +}; + diff --git a/bind/slave/named.slave-include.conf b/bind/slave/named.slave-include.conf new file mode 100644 index 0000000..2284b6e --- /dev/null +++ b/bind/slave/named.slave-include.conf @@ -0,0 +1,159 @@ +include "/etc/bind/conf-slave/ap-dist0.conf"; +include "/etc/bind/conf-slave/ap-dist1.conf"; +include "/etc/bind/conf-slave/ap-dist2.conf"; +include "/etc/bind/conf-slave/ap-dist3.conf"; +include "/etc/bind/conf-slave/ap-dist4.conf"; +include "/etc/bind/conf-slave/care.conf"; +include "/etc/bind/conf-slave/chillout.conf"; +include "/etc/bind/conf-slave/creativia.conf"; +include "/etc/bind/conf-slave/crew1.conf"; +include "/etc/bind/conf-slave/crew2.conf"; +include "/etc/bind/conf-slave/crew3.conf"; +include "/etc/bind/conf-slave/crew4.conf"; +include "/etc/bind/conf-slave/crew5.conf"; +include "/etc/bind/conf-slave/crew6.conf"; +include "/etc/bind/conf-slave/defektraid.conf"; +include "/etc/bind/conf-slave/e1-3.conf"; +include "/etc/bind/conf-slave/e1-4.conf"; +include "/etc/bind/conf-slave/e11-1.conf"; +include "/etc/bind/conf-slave/e11-2.conf"; +include "/etc/bind/conf-slave/e11-3.conf"; +include "/etc/bind/conf-slave/e11-4.conf"; +include "/etc/bind/conf-slave/e13-1.conf"; +include "/etc/bind/conf-slave/e13-2.conf"; +include "/etc/bind/conf-slave/e13-3.conf"; +include "/etc/bind/conf-slave/e13-4.conf"; +include "/etc/bind/conf-slave/e15-1.conf"; +include "/etc/bind/conf-slave/e15-2.conf"; +include "/etc/bind/conf-slave/e15-3.conf"; +include "/etc/bind/conf-slave/e15-4.conf"; +include "/etc/bind/conf-slave/e17-1.conf"; +include "/etc/bind/conf-slave/e17-2.conf"; +include "/etc/bind/conf-slave/e17-3.conf"; +include "/etc/bind/conf-slave/e17-4.conf"; +include "/etc/bind/conf-slave/e19-1.conf"; +include "/etc/bind/conf-slave/e19-2.conf"; +include "/etc/bind/conf-slave/e19-3.conf"; +include "/etc/bind/conf-slave/e19-4.conf"; +include "/etc/bind/conf-slave/e21-1.conf"; +include "/etc/bind/conf-slave/e21-2.conf"; +include "/etc/bind/conf-slave/e21-3.conf"; +include "/etc/bind/conf-slave/e21-4.conf"; +include "/etc/bind/conf-slave/e23-1.conf"; +include "/etc/bind/conf-slave/e23-2.conf"; +include "/etc/bind/conf-slave/e23-3.conf"; +include "/etc/bind/conf-slave/e23-4.conf"; +include "/etc/bind/conf-slave/e25-1.conf"; +include "/etc/bind/conf-slave/e25-2.conf"; +include "/etc/bind/conf-slave/e25-3.conf"; +include "/etc/bind/conf-slave/e25-4.conf"; +include "/etc/bind/conf-slave/e27-1.conf"; +include "/etc/bind/conf-slave/e27-2.conf"; +include "/etc/bind/conf-slave/e29-1.conf"; +include "/etc/bind/conf-slave/e29-2.conf"; +include "/etc/bind/conf-slave/e3-3.conf"; +include "/etc/bind/conf-slave/e3-4.conf"; +include "/etc/bind/conf-slave/e31-1.conf"; +include "/etc/bind/conf-slave/e31-2.conf"; +include "/etc/bind/conf-slave/e33-1.conf"; +include "/etc/bind/conf-slave/e33-2.conf"; +include "/etc/bind/conf-slave/e35-1.conf"; +include "/etc/bind/conf-slave/e35-2.conf"; +include "/etc/bind/conf-slave/e37-1.conf"; +include "/etc/bind/conf-slave/e37-2.conf"; +include "/etc/bind/conf-slave/e39-1.conf"; +include "/etc/bind/conf-slave/e39-2.conf"; +include "/etc/bind/conf-slave/e41-1.conf"; +include "/etc/bind/conf-slave/e41-2.conf"; +include "/etc/bind/conf-slave/e43-1.conf"; +include "/etc/bind/conf-slave/e43-2.conf"; +include "/etc/bind/conf-slave/e43-3.conf"; +include "/etc/bind/conf-slave/e43-4.conf"; +include "/etc/bind/conf-slave/e45-1.conf"; +include "/etc/bind/conf-slave/e45-2.conf"; +include "/etc/bind/conf-slave/e45-3.conf"; +include "/etc/bind/conf-slave/e45-4.conf"; +include "/etc/bind/conf-slave/e47-1.conf"; +include "/etc/bind/conf-slave/e47-2.conf"; +include "/etc/bind/conf-slave/e47-3.conf"; +include "/etc/bind/conf-slave/e47-4.conf"; +include "/etc/bind/conf-slave/e49-1.conf"; +include "/etc/bind/conf-slave/e49-2.conf"; +include "/etc/bind/conf-slave/e49-3.conf"; +include "/etc/bind/conf-slave/e49-4.conf"; +include "/etc/bind/conf-slave/e5-3.conf"; +include "/etc/bind/conf-slave/e5-4.conf"; +include "/etc/bind/conf-slave/e51-1.conf"; +include "/etc/bind/conf-slave/e51-2.conf"; +include "/etc/bind/conf-slave/e51-3.conf"; +include "/etc/bind/conf-slave/e51-4.conf"; +include "/etc/bind/conf-slave/e53-1.conf"; +include "/etc/bind/conf-slave/e53-2.conf"; +include "/etc/bind/conf-slave/e53-3.conf"; +include "/etc/bind/conf-slave/e53-4.conf"; +include "/etc/bind/conf-slave/e55-1.conf"; +include "/etc/bind/conf-slave/e55-2.conf"; +include "/etc/bind/conf-slave/e55-3.conf"; +include "/etc/bind/conf-slave/e55-4.conf"; +include "/etc/bind/conf-slave/e57-1.conf"; +include "/etc/bind/conf-slave/e57-2.conf"; +include "/etc/bind/conf-slave/e57-3.conf"; +include "/etc/bind/conf-slave/e57-4.conf"; +include "/etc/bind/conf-slave/e59-1.conf"; +include "/etc/bind/conf-slave/e59-2.conf"; +include "/etc/bind/conf-slave/e59-3.conf"; +include "/etc/bind/conf-slave/e59-4.conf"; +include "/etc/bind/conf-slave/e61-1.conf"; +include "/etc/bind/conf-slave/e61-2.conf"; +include "/etc/bind/conf-slave/e61-3.conf"; +include "/etc/bind/conf-slave/e61-4.conf"; +include "/etc/bind/conf-slave/e63-1.conf"; +include "/etc/bind/conf-slave/e63-2.conf"; +include "/etc/bind/conf-slave/e63-3.conf"; +include "/etc/bind/conf-slave/e63-4.conf"; +include "/etc/bind/conf-slave/e65-1.conf"; +include "/etc/bind/conf-slave/e65-2.conf"; +include "/etc/bind/conf-slave/e65-3.conf"; +include "/etc/bind/conf-slave/e65-4.conf"; +include "/etc/bind/conf-slave/e67-1.conf"; +include "/etc/bind/conf-slave/e67-2.conf"; +include "/etc/bind/conf-slave/e67-3.conf"; +include "/etc/bind/conf-slave/e67-4.conf"; +include "/etc/bind/conf-slave/e69-1.conf"; +include "/etc/bind/conf-slave/e69-2.conf"; +include "/etc/bind/conf-slave/e69-3.conf"; +include "/etc/bind/conf-slave/e69-4.conf"; +include "/etc/bind/conf-slave/e7-3.conf"; +include "/etc/bind/conf-slave/e7-4.conf"; +include "/etc/bind/conf-slave/e71-1.conf"; +include "/etc/bind/conf-slave/e71-2.conf"; +include "/etc/bind/conf-slave/e71-3.conf"; +include "/etc/bind/conf-slave/e71-4.conf"; +include "/etc/bind/conf-slave/e73-1.conf"; +include "/etc/bind/conf-slave/e73-2.conf"; +include "/etc/bind/conf-slave/e73-3.conf"; +include "/etc/bind/conf-slave/e73-4.conf"; +include "/etc/bind/conf-slave/e75-1.conf"; +include "/etc/bind/conf-slave/e75-2.conf"; +include "/etc/bind/conf-slave/e75-3.conf"; +include "/etc/bind/conf-slave/e75-4.conf"; +include "/etc/bind/conf-slave/e77-1.conf"; +include "/etc/bind/conf-slave/e77-2.conf"; +include "/etc/bind/conf-slave/e9-3.conf"; +include "/etc/bind/conf-slave/e9-4.conf"; +include "/etc/bind/conf-slave/fugleberg1.conf"; +include "/etc/bind/conf-slave/fugleberg2.conf"; +include "/etc/bind/conf-slave/game.conf"; +include "/etc/bind/conf-slave/gamehq.conf"; +include "/etc/bind/conf-slave/lager.conf"; +include "/etc/bind/conf-slave/logistikk.conf"; +include "/etc/bind/conf-slave/marsrele.conf"; +include "/etc/bind/conf-slave/noc.conf"; +include "/etc/bind/conf-slave/presse.conf"; +include "/etc/bind/conf-slave/secmedic.conf"; +include "/etc/bind/conf-slave/sponsorvest.conf"; +include "/etc/bind/conf-slave/stage.conf"; +include "/etc/bind/conf-slave/stageboh.conf"; +include "/etc/bind/conf-slave/tele.conf"; +include "/etc/bind/conf-slave/wlan.conf"; +include "/etc/bind/conf-slave/ymse.conf"; diff --git a/bind/slave/named.slave-reverse4.conf b/bind/slave/named.slave-reverse4.conf new file mode 100644 index 0000000..263b90c --- /dev/null +++ b/bind/slave/named.slave-reverse4.conf @@ -0,0 +1,1024 @@ +zone "0.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/0.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "1.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/1.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "2.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/2.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "3.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/3.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "4.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/4.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "5.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/5.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "6.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/6.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "7.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/7.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "8.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/8.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "9.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/9.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "10.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/10.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "11.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/11.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "12.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/12.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "13.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/13.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "14.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/14.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "15.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/15.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "16.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/16.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "17.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/17.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "18.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/18.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "19.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/19.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "20.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/20.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "21.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/21.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "22.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/22.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "23.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/23.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "24.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/24.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "25.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/25.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "26.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/26.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "27.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/27.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "28.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/28.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "29.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/29.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "30.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/30.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "31.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/31.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "32.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/32.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "33.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/33.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "34.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/34.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "35.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/35.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "36.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/36.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "37.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/37.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "38.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/38.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "39.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/39.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "40.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/40.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "41.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/41.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "42.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/42.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "43.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/43.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "44.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/44.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "45.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/45.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "46.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/46.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "47.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/47.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "48.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/48.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "49.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/49.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "50.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/50.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "51.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/51.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "52.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/52.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "53.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/53.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "54.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/54.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "55.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/55.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "56.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/56.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "57.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/57.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "58.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/58.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "59.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/59.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "60.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/60.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "61.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/61.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "62.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/62.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "63.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/63.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "64.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/64.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "65.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/65.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "66.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/66.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "67.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/67.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "68.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/68.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "69.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/69.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "70.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/70.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "71.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/71.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "72.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/72.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "73.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/73.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "74.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/74.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "75.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/75.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "76.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/76.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "77.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/77.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "78.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/78.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "79.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/79.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "80.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/80.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "81.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/81.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "82.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/82.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "83.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/83.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "84.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/84.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "85.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/85.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "86.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/86.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "87.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/87.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "88.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/88.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "89.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/89.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "90.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/90.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "91.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/91.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "92.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/92.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "93.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/93.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "94.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/94.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "95.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/95.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "96.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/96.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "97.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/97.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "98.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/98.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "99.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/99.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "100.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/100.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "101.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/101.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "102.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/102.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "103.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/103.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "104.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/104.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "105.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/105.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "106.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/106.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "107.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/107.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "108.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/108.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "109.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/109.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "110.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/110.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "111.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/111.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "112.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/112.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "113.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/113.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "114.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/114.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "115.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/115.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "116.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/116.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "117.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/117.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "118.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/118.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "119.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/119.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "120.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/120.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "121.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/121.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "122.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/122.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "123.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/123.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "124.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/124.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "125.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/125.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "126.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/126.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + +zone "127.216.151.in-addr.arpa" { + type slave; + notify no; + file "slave/127.216.151.in-addr.arpa.cache"; + masters { bootstrap; }; + allow-transfer { 193.0.0.0/22; }; +}; + diff --git a/bind/slave/rndc.key b/bind/slave/rndc.key new file mode 100644 index 0000000..6ad396d --- /dev/null +++ b/bind/slave/rndc.key @@ -0,0 +1,4 @@ +key "rndc-key" { + algorithm hmac-md5; + secret "<removed>"; +}; diff --git a/bind/slave/zones.rfc1918 b/bind/slave/zones.rfc1918 new file mode 100644 index 0000000..03b5546 --- /dev/null +++ b/bind/slave/zones.rfc1918 @@ -0,0 +1,20 @@ +zone "10.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; + +zone "16.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "17.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "18.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "19.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "20.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "21.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "22.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "23.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "24.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "25.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "26.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "27.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "28.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "29.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "30.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; +zone "31.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; + +zone "168.192.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; |