diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-03-20 10:12:27 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-03-20 10:12:27 +0100 |
commit | 193092e851e1c9804dbedcba192ba479dcb3e9d6 (patch) | |
tree | 2887d9035fc6a5d64fcbb5a9136f3e9d8b45bb51 /bind | |
parent | 0db525762f0c7fa6c6c83ffb65e4ff1ee00ee736 (diff) |
Add JONES domain omni-presence.dk.
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.JONES.DK | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bind/named.conf.JONES.DK b/bind/named.conf.JONES.DK index e62f326..e1b926f 100644 --- a/bind/named.conf.JONES.DK +++ b/bind/named.conf.JONES.DK @@ -7,6 +7,7 @@ zone "jones.dk" { type slave; file "db.jones.dk"; masters { 188.183.5.254; }; zone "kassandra-production.dk" { type slave; file "db.kassandra-production.dk"; masters { 188.183.5.254; }; }; zone "lejlighederinc.org" { type slave; file "db.lejlighederinc.org"; masters { 188.183.5.254; }; }; zone "majasguf.dk" { type slave; file "db.majasguf.dk"; masters { 188.183.5.254; }; }; +zone "omni-presence.dk" { type slave; file "db.omni-presence.dk"; masters { 188.183.5.254; }; }; zone "public-e.dk" { type slave; file "db.public-e.dk"; masters { 188.183.5.254; }; }; zone "ressourceoptimering.dk" { type slave; file "db.ressourceoptimering.dk"; masters { 188.183.5.254; }; }; zone "scharffenberger.dk" { type slave; file "db.scharffenberger.dk"; masters { 188.183.5.254; }; }; |