diff options
-rw-r--r-- | bind/named.conf.pri | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bind/named.conf.pri b/bind/named.conf.pri index b19ff8a..2a17a00 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -11,6 +11,8 @@ zone "3rdculture.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/BITBAS 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 "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 "bornenesmagasin.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/BITBASE"; allow-transfer { bb_slaves; }; }; // Lif Rosenkvist zone "borneuni.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/BITBASE"; allow-transfer { bb_slaves; }; }; // MacRonald zone "bygalternativt.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/BITBASE-nomail"; allow-transfer { bb_slaves; }; }; // Lone Samuelsson zone "byglos.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/BITBASE"; allow-transfer { bb_slaves; }; }; // Lone Samuelsson @@ -31,6 +33,7 @@ zone "svalerne.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/svalerne zone "thirdculture.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/BITBASE-nomail"; allow-transfer { bb_slaves; }; }; // MacRonald (billing=Spiff) zone "tinghaven.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/BITBASE-nomail"; allow-transfer { bb_slaves; }; }; // Lone Samuelsson zone "xn--lgeforening-98a.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/BITBASE-nomail"; allow-transfer { bb_slaves; }; }; // Christen Hansen +zone "xn--brnenesmagasin-qqb.dk" { type master; file "/etc/local-BITBASE.DK/bind/pri/BITBASE-nomail"; allow-transfer { bb_slaves; }; }; // Lif Rosenkvist // int. ns.bitbase.dk zone "haakansson.com" { type master; file "/etc/local-BITBASE.DK/bind/pri/haakansson.com"; allow-transfer { bb_slaves; }; }; // Christoffer Haakansson (reg=TotalReg) |