diff options
author | Jonas Smedegaard <dr@jones.dk> | 2005-11-05 11:25:08 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2005-11-05 11:25:08 +0000 |
commit | 1fbc726ce0639fade83a17bbbdb7a0c84b172d6f (patch) | |
tree | dfb593d520aa0f33543abf5b1f776687d57f8c23 | |
parent | 97a19948bb03bae25d93f4d63b1f540f6854167b (diff) |
Add (not so) new LAB domain komponent.org.
-rw-r--r-- | bind/named.conf.KOMPONENT.DK | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bind/named.conf.KOMPONENT.DK b/bind/named.conf.KOMPONENT.DK index eab6a96..1174545 100644 --- a/bind/named.conf.KOMPONENT.DK +++ b/bind/named.conf.KOMPONENT.DK @@ -2,6 +2,7 @@ zone "107b.dk" { type slave; file "db.107b.dk"; masters { 83.133.64.38; }; }; // zone "ctrlalt.dk" { type slave; file "db.ctrlalt.dk"; masters { 83.133.64.38; }; }; // zone "fisse.org" { type slave; file "db.fisse.org"; masters { 83.133.64.38; }; }; zone "komponent.dk" { type slave; file "db.komponent.dk"; masters { 83.133.64.38; }; }; +zone "komponent.org" { type slave; file "db.komponent.org"; masters { 83.133.64.38; }; }; zone "negon.dk" { type slave; file "db.negon.dk"; masters { 83.133.64.38; }; }; // zone "rosforth.com" { type slave; file "db.rosforth.com"; masters { 83.133.64.38; }; }; zone "terusutaa.com" { type slave; file "db.terusutaa.com"; masters { 83.133.64.38; }; }; |