diff options
Diffstat (limited to 'bind')
-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 13583e7..e49609d 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -5,7 +5,6 @@ // int. pending // dk dns.jones.dk -zone "11low.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_slaves; }; }; // Morten Steinbach 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 @@ -38,3 +37,4 @@ zone "helbak.com" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; al // to-be-dropped dns.jones.dk // zone "eventyrklub.dk" { type master; file "/etc/local-JONES.DK/bind/pri/OFF"; allow-transfer { jones_slaves; }; }; // Fritz // finurlighed.dk (admin=Spiff) +// zone "11low.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_slaves; }; }; // Morten Steinbach |