diff options
-rw-r--r-- | bind/named.conf.fake | 1 | ||||
-rw-r--r-- | bind/named.conf.pri | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/bind/named.conf.fake b/bind/named.conf.fake index 714dfbb..994e2a8 100644 --- a/bind/named.conf.fake +++ b/bind/named.conf.fake @@ -35,5 +35,4 @@ zone "helbak.com" { type master; file "/etc/local-JONES.DK/bind/fake/JONES"; a // dk suspended dns.jones.dk // to-be-dropped dns.jones.dk -zone "eyefish.org" { type master; file "/etc/local-JONES.DK/bind/fake/JONES-nomail"; allow-transfer { none; }; }; // Kent Dahl zone "eventyrklub.dk" { type master; file "/etc/local-JONES.DK/bind/fake/JONES-nomail"; allow-transfer { none; }; }; // Fritz diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 5ecec0f..bb0ecb2 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -36,6 +36,5 @@ zone "helbak.com" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; al // dk suspended dns.jones.dk // to-be-dropped dns.jones.dk -zone "eyefish.org" { type master; file "/etc/local-JONES.DK/bind/pri/OFF"; allow-transfer { jones_slaves; }; }; // Kent Dahl zone "eventyrklub.dk" { type master; file "/etc/local-JONES.DK/bind/pri/OFF"; allow-transfer { jones_slaves; }; }; // Fritz // finurlighed.dk (admin=Spiff) |