diff options
-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 9e385c6..fe0f27e 100644 --- a/bind/named.conf.BITBASE.DK +++ b/bind/named.conf.BITBASE.DK @@ -12,6 +12,7 @@ zone "public-e.dk" { type slave; file "db.public-e.dk"; masters { 80.68.88.141 zone "ressourceoptimering.dk." { type slave; file "db.ressourceoptimering.dk."; masters { 80.68.88.141; }; }; zone "sirireiter.dk" { type slave; file "db.sirireiter.dk"; masters { 80.68.88.141; }; }; zone "redpill.dk" { type slave; file "db.redpill.dk"; masters { 80.68.88.141; }; }; +zone "socialinnovation.biz" { type slave; file "db.socialinnovation.biz"; masters { 80.68.88.141; }; }; zone "starquality.dk" { type slave; file "db.starquality.dk"; masters { 80.68.88.141; }; }; zone "svalerne.dk" { type slave; file "db.svalerne.dk"; masters { 80.68.88.141; }; }; zone "taekkemand.net" { type slave; file "db.taekkemand.net"; masters { 80.68.88.141; }; }; |