diff options
-rw-r--r-- | BITBASE.DK/maildomains | 1 | ||||
-rw-r--r-- | bind/named.conf.BITBASE.DK | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/BITBASE.DK/maildomains b/BITBASE.DK/maildomains index 4ab9541..e9dd3e2 100644 --- a/BITBASE.DK/maildomains +++ b/BITBASE.DK/maildomains @@ -1,4 +1,5 @@ bitbase.dk +friis-holm.dk himawari.dk lists.jones.dk redpill.dk diff --git a/bind/named.conf.BITBASE.DK b/bind/named.conf.BITBASE.DK index f6243f6..4ef29ee 100644 --- a/bind/named.conf.BITBASE.DK +++ b/bind/named.conf.BITBASE.DK @@ -5,7 +5,7 @@ zone "borneuni.dk" { type slave; file "db.borneuni.dk"; masters { 80.68.88.141 zone "bmagasin.dk" { type slave; file "db.bmagasin.dk"; masters { 80.68.88.141; }; }; zone "bluepill.dk" { type slave; file "db.bluepill.dk"; masters { 80.68.88.141; }; }; zone "electrohype.dk" { type slave; file "db.electrohype.dk"; masters { 80.68.88.141; }; }; -zone "haakansson.com" { type slave; file "db.haakansson.com"; masters { 80.68.88.141; }; }; +zone "friis-holm.dk" { type slave; file "db.friis-holm.dk"; masters { 80.68.88.141; }; }; zone "himawari.dk" { type slave; file "db.himawari.dk"; masters { 80.68.88.141; }; }; zone "idaa.dk" { type slave; file "db.idaa.dk"; masters { 80.68.88.141; }; }; zone "idraetogtrivsel.dk" { type slave; file "db.idraetogtrivsel.dk"; masters { 80.68.88.141; }; }; |