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 057517b..0c3d30d 100644 --- a/bind/named.conf.BITBASE.DK +++ b/bind/named.conf.BITBASE.DK @@ -1,3 +1,4 @@ +zone "40watt.dk" { type slave; file "db.40watt.dk"; masters { 213.150.41.151; }; }; zone "arabiannights.dk" { type slave; file "db.arabiannights.dk"; masters { 213.150.41.151; }; }; zone "ascii33.com" { type slave; file "db.ascii33.com"; masters { 213.150.41.151; }; }; zone "ascii33.net" { type slave; file "db.ascii33.net"; masters { 213.150.41.151; }; }; |