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 | 2b9decaf280fd8942e4b8510853d9aff852a5af4 (patch) | |
tree | 92ffdbf7e905d2a8fe46dd0e0cf80e6630adf8fd | |
parent | de4142a430329474c6e847138e8cde36bab4f506 (diff) |
Add new JONES domain 11low.dk.
-rw-r--r-- | bind/named.conf.pri | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 04c9177..e0c2ea5 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -8,6 +8,7 @@ zone "dgihuset.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/DGIHUSET zone "nicolaiwallner.com" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // Nicolai Wallner // dk ns.bitbase.dk +zone "11low.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES-nomail"; allow-transfer { bb_slaves; }; }; // Morten Steinbach zone "40watt.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // ASCII33 zone "arabiannights.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // ASCII33 zone "bassballs.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES-nomail"; allow-transfer { bb_slaves; }; }; // Anders Krøyer |