diff options
author | Jonas Smedegaard <dr@jones.dk> | 2005-07-01 19:37:20 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2005-07-01 19:37:20 +0000 |
commit | 99b953be26c424b3eb9340d7f6cf0bf0338714ae (patch) | |
tree | 0e857de204b40548e6160286b799b7412614bd67 | |
parent | 34632273ca3357532fb48fa0185fe58b3960a14e (diff) |
Add new JONES domain holtholm.dk.
-rw-r--r-- | bind/named.conf.JONES.DK | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bind/named.conf.JONES.DK b/bind/named.conf.JONES.DK index 91e6eb0..4c46b22 100644 --- a/bind/named.conf.JONES.DK +++ b/bind/named.conf.JONES.DK @@ -8,6 +8,7 @@ zone "christinalegind.dk" { type slave; file "db.christinalegind.dk"; masters zone "cph-bmx.dk" { type slave; file "db.cph-bmx.dk"; masters { 62.243.165.91; }; }; zone "craignative.com" { type slave; file "db.craignative.com"; masters { 62.243.165.91; }; }; zone "helbak.com" { type slave; file "db.helbak.com"; masters { 62.243.165.91; }; }; +zone "holtholm.dk" { type slave; file "db.holtholm.dk"; masters { 62.243.165.91; }; }; zone "istedgade103.dk" { type slave; file "db.istedgade103.dk"; masters { 62.243.165.91; }; }; zone "jones.dk" { type slave; file "db.jones.dk"; masters { 62.243.165.91; }; }; zone "kassandra-production.dk" { type slave; file "db.kassandra-production.dk"; masters { 62.243.165.91; }; }; |