diff options
author | Jonas Smedegaard <dr@jones.dk> | 2004-07-28 02:46:00 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2004-07-28 02:46:00 +0000 |
commit | 7608766f9e6b2dcaee56b91281d0f1877c5c6eec (patch) | |
tree | cd55a878436a833231116ecf02bec265ad15c1ef /bind | |
parent | 70c236b19a81fed9f5566cf6b7360579f512eb33 (diff) |
Remove dropped (and already commented out) domains vinterstemmer.dk, linuxpilot.dk and wanderlust.dk.
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 |