diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-03-20 10:11:05 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-03-20 10:11:10 +0100 |
commit | ad36fc58a6dd09242a9ccfc191ab86816c879d06 (patch) | |
tree | b6cf0eceda1c1b487fc4264ba4e23d635cce8ec8 /bind | |
parent | 1eceaba9e7fddaff35baafd9d6d6a85c7b73ea84 (diff) |
Add JONES domain omni-presence.dk.
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.fake-222 | 3 | ||||
-rw-r--r-- | bind/named.conf.pri | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/bind/named.conf.fake-222 b/bind/named.conf.fake-222 index 390dd5d..9ab514c 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -32,6 +32,9 @@ zone "kassandra-production.dk" { zone "majasguf.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-www+source"; }; // Jones +zone "omni-presence.dk" { + type master; allow-transfer { none; }; + file "/etc/local-JONES.DK/bind/fake-222/JONES-www-nomail"; }; // Annika Lewis zone "public-e.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-www+source+admin+media"; }; // Sara Gebran diff --git a/bind/named.conf.pri b/bind/named.conf.pri index ae92f56..2291f2a 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -30,6 +30,9 @@ zone "kassandra-production.dk" { zone "majasguf.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES-www+source"; }; // Jones +zone "omni-presence.dk" { + type master; allow-transfer { jones_peers; }; + file "/etc/local-JONES.DK/bind/pri/JONES-www-nomail"; }; // Annika Lewis zone "public-e.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES-www+source+admin+media"; }; // Sara Gebran |