diff options
Diffstat (limited to 'bind')
-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 1c81535..7d71a27 100644 --- a/bind/named.conf.fake +++ b/bind/named.conf.fake @@ -33,7 +33,6 @@ zone "craignative.com" { type master; file "/etc/local-COMMON/bind/JONES-fake/J zone "helbak.com" { type master; file "/etc/local-COMMON/bind/JONES-fake/JONES"; allow-transfer { none; }; }; // MacRonald // dk suspended dns.jones.dk -// zone "vinterstemmer.dk" { type master; file "/etc/local-COMMON/bind/JONES-fake/JONES-nomail"; allow-transfer { none; }; }; // Troels // to-be-dropped dns.jones.dk zone "eyefish.org" { type master; file "/etc/local-COMMON/bind/JONES-fake/JONES-nomail"; allow-transfer { none; }; }; // Kent Dahl diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 78d98e6..ba5112f 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -34,7 +34,6 @@ zone "craignative.com" { type master; file "/etc/local-COMMON/bind/JONES/JONES" zone "helbak.com" { type master; file "/etc/local-COMMON/bind/JONES/JONES"; allow-transfer { jones_slaves; }; }; // MacRonald (reg=TotalReg) // dk suspended dns.jones.dk -// zone "vinterstemmer.dk" { type master; file "/etc/local-COMMON/bind/JONES/JONES-nomail"; allow-transfer { jones_slaves; }; }; // Troels (owneremail=Jones) // to-be-dropped dns.jones.dk zone "eyefish.org" { type master; file "/etc/local-COMMON/bind/JONES/JONES-nomail"; allow-transfer { jones_slaves; }; }; // Kent Dahl |