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 33de753..3c5b0ae 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -9,7 +9,7 @@ zone "bassballs.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nom zone "bawnager.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-mailonly"; allow-transfer { jones_slaves; }; }; zone "bluepill.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_slaves; }; }; // Spiff zone "chp-bmx.dk" { type master; file "/etc/local-JONES.DK/bind/pri/OFF"; allow-transfer { jones_slaves; }; }; // Nils Stærk -zone "christinalegind.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_slaves; }; }; // MacRonald (owner+billing=Spiff) +zone "christinalegind.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // MacRonald (owner+billing=Spiff) zone "cph-bmx.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Nils Stærk (admin=Nils) zone "istedgade103.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_slaves; }; }; // MacRonald zone "jones.dk" { type master; file "/etc/local-JONES.DK/bind/pri/jones.dk"; allow-transfer { jones_slaves; }; }; // Jones |