diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-06-16 00:12:16 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-06-16 00:12:16 +0000 |
commit | 3f1d5b3acea77f2dbfef1545a52f9252c3504f05 (patch) | |
tree | 0b8324a45b6774eff1e21f77312d8c3cd72942b4 | |
parent | 123a24026c359c7315a41ba1abd0839dbc8acf10 (diff) |
Add BITBASE domain ressourceoptimering.dk.
-rw-r--r-- | bind/named.conf.BITBASE.DK | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bind/named.conf.BITBASE.DK b/bind/named.conf.BITBASE.DK index 06bb622..1ba4792 100644 --- a/bind/named.conf.BITBASE.DK +++ b/bind/named.conf.BITBASE.DK @@ -12,6 +12,7 @@ zone "idraetsdaghojskolen.dk" { type slave; file "db.idraetsdaghojskolen.dk"; zone "linuxparty.dk" { type slave; file "db.linuxparty.dk"; masters { 80.68.88.141; }; }; zone "linuxpiloterne.dk" { type slave; file "db.linuxpiloterne.dk"; masters { 80.68.88.141; }; }; zone "mettehass.dk" { type slave; file "db.mettehass.dk"; masters { 80.68.88.141; }; }; +zone "ressourceoptimering.dk." { type slave; file "db.ressourceoptimering.dk."; masters { 80.68.88.141; }; }; zone "redpill.dk" { type slave; file "db.redpill.dk"; masters { 80.68.88.141; }; }; zone "shakeland.dk" { type slave; file "db.shakeland.dk"; masters { 80.68.88.141; }; }; zone "starquality.dk" { type slave; file "db.starquality.dk"; masters { 80.68.88.141; }; }; |