diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-02-21 19:24:28 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-02-21 19:24:28 +0100 |
commit | e9b8bf09a532fdb880a03bd4426bbea7001ac54d (patch) | |
tree | d74fca9d258ca6ef8f23e0fedc741cb2f08c0bcb | |
parent | c71bcbb79fe24925c8683d8a13ea23b9ab06672d (diff) |
Drop no longer served mail domains altavistafilm.dk peronard.dk.
-rw-r--r-- | bind/named.conf.JONES.DK | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bind/named.conf.JONES.DK b/bind/named.conf.JONES.DK index 7e204f5..edeea4e 100644 --- a/bind/named.conf.JONES.DK +++ b/bind/named.conf.JONES.DK @@ -1,4 +1,3 @@ -zone "altavistafilm.dk" { type slave; file "db.altavistafilm.dk"; masters { 188.183.5.254; }; }; zone "anniqa.dk" { type slave; file "db.anniqa.dk"; masters { 188.183.5.254; }; }; zone "bassballs.dk" { type slave; file "db.bassballs.dk"; masters { 188.183.5.254; }; }; zone "couchdesign.dk" { type slave; file "db.couchdesign.dk"; masters { 188.183.5.254; }; }; @@ -6,6 +5,5 @@ zone "feliciaweb.dk" { type slave; file "db.feliciaweb.dk"; masters { 188.183. zone "jones.dk" { type slave; file "db.jones.dk"; masters { 188.183.5.254; }; }; zone "kassandra-production.dk" { type slave; file "db.kassandra-production.dk"; masters { 188.183.5.254; }; }; zone "lejlighederinc.org" { type slave; file "db.lejlighederinc.org"; masters { 188.183.5.254; }; }; -zone "peronard.dk" { type slave; file "db.peronard.dk"; masters { 188.183.5.254; }; }; zone "xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk" { type slave; file "db.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk"; masters { 188.183.5.254; }; }; zone "xpositionreverse.org" { type slave; file "db.xpositionreverse.org"; masters { 188.183.5.254; }; }; |