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 | 61909c4b0b34a6e124d19e636b06f67d4426212f (patch) | |
tree | 69d4709662e1ff3808ad5be14e095387adbcab3d | |
parent | 4bd543cb4819cf5f6c46ad0fd46bbf3496e5223c (diff) |
Add new (pending) BITBASE domain 40watt.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 ec37a41..a371fe4 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -2,6 +2,7 @@ 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 |