diff options
author | Jonas Smedegaard <dr@jones.dk> | 2009-02-07 14:19:12 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2009-02-07 14:19:12 +0000 |
commit | 8ac2d48889375b955159612bdbbaca982639acdf (patch) | |
tree | 8855d2e4087c494f8773a3973a915e4fa8ade63f | |
parent | c8ea9555b6840abdf3e000ade6ec5610b384d111 (diff) |
Add KOMPONENT domain terusutaa.com.
-rw-r--r-- | KOMPONENT.DK/maildomains | 1 | ||||
-rw-r--r-- | bind/named.conf.KOMPONENT.DK | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/KOMPONENT.DK/maildomains b/KOMPONENT.DK/maildomains index 8b18bc0..c6212b0 100644 --- a/KOMPONENT.DK/maildomains +++ b/KOMPONENT.DK/maildomains @@ -2,4 +2,5 @@ lists.107b.dk komponent.dk negon.dk +terusutaa.com vhg26.dk diff --git a/bind/named.conf.KOMPONENT.DK b/bind/named.conf.KOMPONENT.DK index 217fe84..6363fff 100644 --- a/bind/named.conf.KOMPONENT.DK +++ b/bind/named.conf.KOMPONENT.DK @@ -2,3 +2,4 @@ zone "107b.dk" { type slave; file "db.107b.dk"; masters { 80.68.88.141; }; }; zone "komponent.dk" { type slave; file "db.komponent.dk"; masters { 80.68.88.141; }; }; zone "negon.dk" { type slave; file "db.negon.dk"; masters { 80.68.88.141; }; }; zone "vhg26.dk" { type slave; file "db.vhg26.dk"; masters { 80.68.88.141; }; }; +zone "terusutaa.com" { type slave; file "db.terusutaa.com"; masters { 80.68.88.141; }; }; |