From ad36fc58a6dd09242a9ccfc191ab86816c879d06 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 20 Mar 2017 10:11:05 +0100 Subject: Add JONES domain omni-presence.dk. --- bind/named.conf.fake-222 | 3 +++ bind/named.conf.pri | 3 +++ 2 files changed, 6 insertions(+) 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 -- cgit v1.2.3