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 ef14b3c..c33817b 100644 --- a/bind/named.conf.BITBASE.DK +++ b/bind/named.conf.BITBASE.DK @@ -3,6 +3,7 @@ zone "40watt.dk" { type slave; file "db.40watt.dk"; masters { 212.99.226.250; zone "ascii33.com" { type slave; file "db.ascii33.com"; masters { 212.99.226.250; }; }; zone "ascii33.net" { type slave; file "db.ascii33.net"; masters { 212.99.226.250; }; }; zone "ascii33.org" { type slave; file "db.ascii33.org"; masters { 212.99.226.250; }; }; +zone "bassballs.dk" { type slave; file "db.bassballs.dk"; masters { 212.99.226.250; }; }; zone "bawnager.dk" { type slave; file "db.bawnager.dk"; masters { 212.99.226.250; }; }; zone "bitbabe.dk" { type slave; file "db.bitbabe.dk"; masters { 212.99.226.250; }; }; zone "bitbase.dk" { type slave; file "db.bitbase.dk"; masters { 212.99.226.250; }; }; |