diff options
-rw-r--r-- | bind/named.conf.HOMEBASE.DK | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bind/named.conf.HOMEBASE.DK b/bind/named.conf.HOMEBASE.DK index 2e7432c..54a59f1 100644 --- a/bind/named.conf.HOMEBASE.DK +++ b/bind/named.conf.HOMEBASE.DK @@ -10,6 +10,7 @@ zone "kaospilot-hive.dk" { type slave; file "db.kaospilot-hive.dk"; masters { zone "kaospilot-partner.dk" { type slave; file "db.kaospilot-partner.dk"; masters { 94.18.231.212; }; }; zone "kaospiloterne.dk" { type slave; file "db.kaospiloterne.dk"; masters { 94.18.231.212; }; }; zone "kaospilotinternational.dk" { type slave; file "db.kaospilotinternational.dk"; masters { 94.18.231.212; }; }; +zone "kaospilot.net" { type slave; file "db.kaospilot.net"; masters { 94.18.231.212; }; }; zone "kaospilot.no" { type slave; file "db.kaospilot.no"; masters { 94.18.231.212; }; }; zone "kaospilot.se" { type slave; file "db.kaospilot.se"; masters { 94.18.231.212; }; }; zone "kaospilotoutpost.dk" { type slave; file "db.kaospilotoutpost.dk"; masters { 94.18.231.212; }; }; |