diff options
Diffstat (limited to 'bind')
-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 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; }; }; |