diff options
author | Jonas Smedegaard <dr@jones.dk> | 2016-04-04 11:35:02 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2016-04-04 11:35:02 +0200 |
commit | 48e59b5325ba7577a2c467e3819411fc6b3bc4fa (patch) | |
tree | f47e9a240b2e4f4fd98a1a29d37eb00c548d0435 /bind | |
parent | 0323fd9820432cf0b2f6b33510831ea6a57fa5da (diff) |
Add HOMEBASE domain kaospilot.net.
Diffstat (limited to 'bind')
-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; }; }; |