diff options
author | Jonas Smedegaard <dr@jones.dk> | 2007-07-15 17:19:56 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2007-07-15 17:19:56 +0000 |
commit | 28602272f42bffc504cd096bc75b75add4123a5c (patch) | |
tree | ca108f7c8f6285eb53f57e5f1369cc70ded4fbfd | |
parent | 65c1b67e8cebbed2aaf9b8811e2c8ea0034a0f17 (diff) |
Drop no longer served domains knudemand.dk and knudemanden.dk.
-rw-r--r-- | bind/named.conf.fake-222 | 2 | ||||
-rw-r--r-- | bind/named.conf.pri | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/bind/named.conf.fake-222 b/bind/named.conf.fake-222 index 4e888a1..d6abd3c 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -17,8 +17,6 @@ zone "holtholm.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES zone "istedgade103.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES-nomail"; allow-transfer { jones_slaves; }; }; // MacRonald zone "jones.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/jones.dk"; allow-transfer { jones_slaves; }; }; // Jones zone "kassandra-production.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { jones_slaves; }; }; // Annika Lewis (owner=Spiff) -zone "knudemand.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { jones_slaves; }; }; // Jacob Gorm (billing=Spiff) -zone "knudemanden.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { jones_slaves; }; }; // Jacob Gorm (billing=Spiff) zone "macronald.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { jones_slaves; }; }; // MacRonald zone "mageloese.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { jones_slaves; }; }; // Annette MSG zone "olinegaard.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { jones_slaves; }; }; // Olinesgaard (billing=Spiff) diff --git a/bind/named.conf.pri b/bind/named.conf.pri index f55e483..2dc129e 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -15,8 +15,6 @@ zone "holtholm.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; zone "istedgade103.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; allow-transfer { jones_slaves; }; }; // MacRonald zone "jones.dk" { type master; file "/etc/local-JONES.DK/bind/pri/jones.dk"; allow-transfer { jones_slaves; }; }; // Jones zone "kassandra-production.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Annika Lewis (owner=Spiff) -zone "knudemand.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Jacob Gorm (billing=Spiff) -zone "knudemanden.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Jacob Gorm (billing=Spiff) zone "macronald.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // MacRonald zone "mageloese.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Annette MSG zone "olinegaard.dk" { type master; file "/etc/local-JONES.DK/bind/pri/JONES"; allow-transfer { jones_slaves; }; }; // Olinesgaard (billing=Spiff) |