diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-06-02 20:08:46 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-06-02 20:08:46 +0000 |
commit | 26a348486ae18f1ff6016ed04a710d01625741fc (patch) | |
tree | d57644ccc1b7c6f31aec4ba14cae87ae53e1c93d | |
parent | 51bcf2afdd89350da2f180358522c192c9f98b72 (diff) |
Add new (pending) BITBASE domain 40watt.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 057517b..0c3d30d 100644 --- a/bind/named.conf.BITBASE.DK +++ b/bind/named.conf.BITBASE.DK @@ -1,3 +1,4 @@ +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; }; }; zone "ascii33.net" { type slave; file "db.ascii33.net"; masters { 213.150.41.151; }; }; |