diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-05-13 08:51:10 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-05-13 08:51:10 +0000 |
commit | aa567f6d24b645fea9a9ae3ef80104dbe2e1e9f2 (patch) | |
tree | fd83747df9cbe01e944f8c71b85a182f7f84c59b /bind | |
parent | 8fab3c19861d3d9ee3adea5686dcc8edeb3a2cc1 (diff) |
Add new LAB domains soundofvideo.dk and thesoundofvideo.dk.
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.KOMPONENT.DK | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bind/named.conf.KOMPONENT.DK b/bind/named.conf.KOMPONENT.DK index 6684ae4..f76a4c7 100644 --- a/bind/named.conf.KOMPONENT.DK +++ b/bind/named.conf.KOMPONENT.DK @@ -11,5 +11,7 @@ zone "plastographique.com" { type slave; file "db.plastographique.com"; master 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 "soundofvideo.dk" { type slave; file "db.soundofvideo.dk"; masters { 213.150.41.151; }; }; zone "terusutaa.com" { type slave; file "db.terusutaa.com"; masters { 213.150.41.151; }; }; +zone "thesoundofvideo.dk" { type slave; file "db.thesoundofvideo.dk"; masters { 213.150.41.151; }; }; zone "vhg26.dk" { type slave; file "db.vhg26.dk"; masters { 213.150.41.151; }; }; |