diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-07-31 16:06:57 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-07-31 16:06:57 +0000 |
commit | cbc6cbd5d3183ff93afdcded2bd61d88b8c6ff22 (patch) | |
tree | 629f35534a68c983d0a1ed2d70018be9354cada1 | |
parent | 1b7d0c521372261e65b19e540c06b5123b371c1c (diff) |
Add new JONES domain 11low.dk.
-rw-r--r-- | bind/named.conf.BITBASE.DK | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bind/named.conf.BITBASE.DK b/bind/named.conf.BITBASE.DK index 4a7512e..ee3448b 100644 --- a/bind/named.conf.BITBASE.DK +++ b/bind/named.conf.BITBASE.DK @@ -1,3 +1,4 @@ +zone "11low.dk" { type slave; file "db.11low.dk"; masters { 213.150.41.151; }; }; zone "40watt.dk" { type slave; file "db.40watt.dk"; masters { 213.150.41.151; }; }; zone "arabiannights.dk" { type slave; file "db.arabiannights.dk"; masters { 213.150.41.151; }; }; zone "ascii33.com" { type slave; file "db.ascii33.com"; masters { 213.150.41.151; }; }; |