diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-10-24 12:59:40 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-10-24 12:59:40 +0000 |
commit | cddd2cd799968e007d525e9c4add65f583af681d (patch) | |
tree | c3548d0f7c3993526bd0d4d3bd7b8a2579c104b3 | |
parent | 9ac350cc02c4d18973f4847776fda3244c50b8a1 (diff) |
Add new BITBASE domain annet.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 5ed68ce..0b9b525 100644 --- a/bind/named.conf.BITBASE.DK +++ b/bind/named.conf.BITBASE.DK @@ -1,5 +1,6 @@ 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 "annet.dk" { type slave; file "db.annet.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; }; }; |