diff options
author | Jonas Smedegaard <dr@jones.dk> | 2005-06-16 14:12:41 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2005-06-16 14:12:41 +0000 |
commit | 0eba15cb7057d41ebf7623ee7b956659dec66790 (patch) | |
tree | fd3c7e0176318d2c279c365d68fdaf484c5f513f /bind | |
parent | bc3f94110b7ecdf046b1b7bf1ea96658161a444b (diff) |
Suspended domain horizonto.dk.
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.KOMPONENT.DK | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bind/named.conf.KOMPONENT.DK b/bind/named.conf.KOMPONENT.DK index 024273a..7b2ff34 100644 --- a/bind/named.conf.KOMPONENT.DK +++ b/bind/named.conf.KOMPONENT.DK @@ -1,7 +1,7 @@ zone "107b.dk" { type slave; file "db.107b.dk"; masters { 83.133.64.38; }; }; // zone "ctrlalt.dk" { type slave; file "db.ctrlalt.dk"; masters { 83.133.64.38; }; }; // zone "fisse.org" { type slave; file "db.fisse.org"; masters { 83.133.64.38; }; }; -zone "horizonto.dk" { type slave; file "db.horizonto.dk"; masters { 83.133.64.38; }; }; +// zone "horizonto.dk" { type slave; file "db.horizonto.dk"; masters { 83.133.64.38; }; }; zone "komponent.dk" { type slave; file "db.komponent.dk"; masters { 83.133.64.38; }; }; zone "negon.dk" { type slave; file "db.negon.dk"; masters { 83.133.64.38; }; }; // zone "rosforth.com" { type slave; file "db.rosforth.com"; masters { 83.133.64.38; }; }; |