diff options
-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 ef96295..39eac40 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -6,7 +6,7 @@ // dk ns.bitbase.dk zone "adakrem.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/BITBASE"; allow-transfer { bb_slaves; }; }; // MacRonald (admin=NettoNet) -zone "biks.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/BITBASE-nomail"; allow-transfer { bb_slaves; }; }; // MacRonald +zone "biks.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/COREANDER-nomail"; allow-transfer { bb_slaves; }; }; // Jones zone "bitbase.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/bitbase.dk"; allow-transfer { bb_slaves; }; }; // Spiff zone "bmagasin.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/BITBASE-nomail"; allow-transfer { bb_slaves; }; }; // Lif Rosenkvist zone "borneuni.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/BITBASE"; allow-transfer { bb_slaves; }; }; // MacRonald |