diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-05-09 13:36:03 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-05-09 13:36:03 +0000 |
commit | 730e47112dfc0e9503f1320fb7ea7e8f93876896 (patch) | |
tree | 2f557699551d076bf20e695d6a3c5d938002d011 | |
parent | 816cddea45396b031d83cbeafcc3efafbbcc5567 (diff) |
Correctly remove IDA domains from BITBASE config. Correct masters ip of IDA domains.
-rw-r--r-- | bind/named.conf.BITBASE.DK | 4 | ||||
-rw-r--r-- | bind/named.conf.IDRAETSDAGHOJSKOLEN.DK | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/bind/named.conf.BITBASE.DK b/bind/named.conf.BITBASE.DK index 658a1d1..3148efa 100644 --- a/bind/named.conf.BITBASE.DK +++ b/bind/named.conf.BITBASE.DK @@ -31,14 +31,12 @@ zone "finurlighed.dk" { type slave; file "db.finurlighed.dk"; masters { 213.15 zone "freespace-cph.dk" { type slave; file "db.freespace-cph.dk"; masters { 213.150.41.151; }; }; zone "fria.dk" { type slave; file "db.fria.dk"; masters { 213.150.41.151; }; }; zone "gangstafilm.dk" { type slave; file "db.gangstafilm.dk"; masters { 213.150.41.151; }; }; +zone "haakansson.com" { type slave; file "db.haakansson.com"; masters { 213.150.41.151; }; }; zone "hcfotografi.dk" { type slave; file "db.hcfotografi.dk"; masters { 213.150.41.151; }; }; zone "helbak.com" { type slave; file "db.helbak.com"; masters { 213.150.41.151; }; }; zone "hjulmandfoto.dk" { type slave; file "db.hjulmandfoto.dk"; masters { 213.150.41.151; }; }; zone "homebass.dk" { type slave; file "db.homebass.dk"; masters { 213.150.41.151; }; }; -zone "haakansson.com" { type slave; file "db.haakansson.com"; masters { 213.150.41.151; }; }; zone "icas.dk" { type slave; file "db.icas.dk"; masters { 213.150.41.151; }; }; -zone "idaskolen.dk" { type slave; file "db.idaskolen.dk"; masters { 213.150.41.151; }; }; -zone "idraetsdaghojskolen.dk" { type slave; file "db.idraetsdaghojskolen.dk"; masters { 213.150.41.151; }; }; zone "istedgade103.dk" { type slave; file "db.istedgade103.dk"; masters { 213.150.41.151; }; }; zone "jones.dk" { type slave; file "db.jones.dk"; masters { 213.150.41.151; }; }; zone "kassandra-production.dk" { type slave; file "db.kassandra-production.dk"; masters { 213.150.41.151; }; }; diff --git a/bind/named.conf.IDRAETSDAGHOJSKOLEN.DK b/bind/named.conf.IDRAETSDAGHOJSKOLEN.DK index cdbe2ea..a395d40 100644 --- a/bind/named.conf.IDRAETSDAGHOJSKOLEN.DK +++ b/bind/named.conf.IDRAETSDAGHOJSKOLEN.DK @@ -1,2 +1,2 @@ -zone "idaskolen.dk" { type slave; file "db.idaskolen.dk"; masters { 213.237.36.173; }; }; -zone "idraetsdaghojskolen.dk" { type slave; file "db.idraetsdaghojskolen.dk"; masters { 213.237.36.173; }; }; +zone "idaskolen.dk" { type slave; file "db.idaskolen.dk"; masters { 217.157.178.135; }; }; +zone "idraetsdaghojskolen.dk" { type slave; file "db.idraetsdaghojskolen.dk"; masters { 217.157.178.135; }; }; |