diff options
author | Jonas Smedegaard <dr@jones.dk> | 2005-09-09 17:03:27 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2005-09-09 17:03:27 +0000 |
commit | bc5fe2e2bce1a3f976c4fadd79ff34b2165a4c4b (patch) | |
tree | 51de917ae8630774f9697fe4253367a5dc7ad5c9 | |
parent | 514b9392e2b49d6f9a7248fe387d6dab8eb7b0ea (diff) |
Added new custom setup (external mx host) domain linuxparty.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 7169087..1ffbaf0 100644 --- a/bind/named.conf.BITBASE.DK +++ b/bind/named.conf.BITBASE.DK @@ -13,6 +13,7 @@ zone "electrohype.dk" { type slave; file "db.electrohype.dk"; masters { 83.133 zone "gangstafilm.dk" { type slave; file "db.gangstafilm.dk"; masters { 83.133.64.38; }; }; zone "haakansson.com" { type slave; file "db.haakansson.com"; masters { 83.133.64.38; }; }; zone "icas.dk" { type slave; file "db.icas.dk"; masters { 83.133.64.38; }; }; +zone "linuxparty.dk" { type slave; file "db.linuxparty.dk"; masters { 83.133.64.38; }; }; zone "linuxpiloterne.dk" { type slave; file "db.linuxpiloterne.dk"; masters { 83.133.64.38; }; }; zone "livskunsten.dk" { type slave; file "db.livskunsten.dk"; masters { 83.133.64.38; }; }; zone "lonesamuelsson.dk" { type slave; file "db.lonesamuelsson.dk"; masters { 83.133.64.38; }; }; |