diff options
-rw-r--r-- | bind/named.conf.pri | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 3c5b0ae..0cddf69 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -5,6 +5,8 @@ // int. pending // dk dns.jones.dk +zone "anniqa.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Annika Lewis +zone "annikalewis.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Annika Lewis zone "bassballs.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_slaves; }; }; // Anders Krøyer 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 |