diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-05-05 22:02:38 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-05-05 22:02:38 +0000 |
commit | d62c303b9459e1f9ae0d101e47b8551db910cda9 (patch) | |
tree | ac25bd5b301fea5fd7be968d08c8fbe3313c70a6 /bind | |
parent | 830fa637b10f76d5c288aa7b4a4bc96f7afb8766 (diff) |
Separate LAB domains from BITBASE.
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.KOMPONENT.DK | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bind/named.conf.KOMPONENT.DK b/bind/named.conf.KOMPONENT.DK new file mode 100644 index 0000000..6684ae4 --- /dev/null +++ b/bind/named.conf.KOMPONENT.DK @@ -0,0 +1,15 @@ +zone "107b.dk" { type slave; file "db.107b.dk"; masters { 213.150.41.151; }; }; +zone "fidse.org" { type slave; file "db.fidse.org"; masters { 213.150.41.151; }; }; +zone "fisse.org" { type slave; file "db.fisse.org"; masters { 213.150.41.151; }; }; +zone "horizonto.dk" { type slave; file "db.horizonto.dk"; masters { 213.150.41.151; }; }; +zone "komponent.dk" { type slave; file "db.komponent.dk"; masters { 213.150.41.151; }; }; +zone "lenacarin.dk" { type slave; file "db.lenacarin.dk"; masters { 213.150.41.151; }; }; +zone "linuxtec.dk" { type slave; file "db.linuxtec.dk"; masters { 213.150.41.151; }; }; +zone "minusminusbb.dk" { type slave; file "db.minusminusbb.dk"; masters { 213.150.41.151; }; }; +zone "negon.dk" { type slave; file "db.negon.dk"; masters { 213.150.41.151; }; }; +zone "plastographique.com" { type slave; file "db.plastographique.com"; masters { 213.150.41.151; }; }; +zone "rosforth.com" { type slave; file "db.rosforth.com"; masters { 213.150.41.151; }; }; +zone "rosforth.dk" { type slave; file "db.rosforth.dk"; masters { 213.150.41.151; }; }; +zone "shakin.dk" { type slave; file "db.shakin.dk"; masters { 213.150.41.151; }; }; +zone "terusutaa.com" { type slave; file "db.terusutaa.com"; masters { 213.150.41.151; }; }; +zone "vhg26.dk" { type slave; file "db.vhg26.dk"; masters { 213.150.41.151; }; }; |