diff options
-rw-r--r-- | BITBASE.DK/maildomains | 1 | ||||
-rw-r--r-- | bind/named.conf.BITBASE.DK | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/BITBASE.DK/maildomains b/BITBASE.DK/maildomains index fbca4d4..f8c416b 100644 --- a/BITBASE.DK/maildomains +++ b/BITBASE.DK/maildomains @@ -1,3 +1,4 @@ +altavistafilm.dk bitbase.dk friis-holm.dk himawari.dk diff --git a/bind/named.conf.BITBASE.DK b/bind/named.conf.BITBASE.DK index d1a6886..874f816 100644 --- a/bind/named.conf.BITBASE.DK +++ b/bind/named.conf.BITBASE.DK @@ -1,3 +1,4 @@ +zone "altavistafilm.dk" { type slave; file "db.biks.dk"; masters { 80.68.88.141; }; }; zone "biks.dk" { type slave; file "db.biks.dk"; masters { 80.68.88.141; }; }; zone "birgitmaanestraale.dk" { type slave; file "db.birgitmaanestraale.dk"; masters { 80.68.88.141; }; }; zone "bitbase.dk" { type slave; file "db.bitbase.dk"; masters { 80.68.88.141; }; }; |