From a50dd04345f8e247d9a125cfb2476445376f3a74 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 4 May 2014 10:40:22 +0200 Subject: Rename oroe_slaves → oroe_peers. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bind/named.conf.pri | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bind/named.conf.pri') diff --git a/bind/named.conf.pri b/bind/named.conf.pri index a2e2146..b3f0409 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -5,10 +5,10 @@ // int. pending // dk dns.jones.dk -zone "livetpaaoroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { oroe_slaves; }; }; // OROE -zone "oroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/oroe.dk"; allow-transfer { oroe_slaves; }; }; // OROE -zone "xn--or-mka.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { oroe_slaves; }; }; // OROE -zone "xn--livetpor-f0a6q.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { oroe_slaves; }; }; // OROE +zone "livetpaaoroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { oroe_peers; }; }; // OROE +zone "oroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/oroe.dk"; allow-transfer { oroe_peers; }; }; // OROE +zone "xn--or-mka.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { oroe_peers; }; }; // OROE +zone "xn--livetpor-f0a6q.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { oroe_peers; }; }; // OROE // int. dns.OROE.dk -- cgit v1.2.3