diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-06-24 18:01:53 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-06-24 18:01:53 +0000 |
commit | 2348315ebeb7bad95e3d8642d1ef99213d3fa3ec (patch) | |
tree | 9b9a0c397b92fb90bd35785909996bb54a90ce20 | |
parent | 26b8e75e02df5995b0c7c07af5626acbb8a2e2f4 (diff) |
Correct namespace clash related to bmxstyle.dk.
-rw-r--r-- | bind/named.conf.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bind/named.conf.pri b/bind/named.conf.pri index b4e9769..7140fd6 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -2,12 +2,12 @@ zone "x.ascii33.net" { type master; file "/etc/local-COMMON/bind/BITBASE/x.ascii33.net"; allow-transfer { bb_slaves; }; }; // ASCII33 // dk pending -zone "40watt.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // ASCII33 // int. pending zone "nicolaiwallner.com" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // Nicolai Wallner // dk ns.bitbase.dk +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 zone "bawnager.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES-mailonly"; allow-transfer { bb_slaves; }; }; |