From f19a402c1fabff4a236c3205ef64cb2439c25baa Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 12 May 2023 19:43:46 +0200 Subject: add JONES.DK domains oroedagen.dk orødagen.dk (xn--ordagen-r1a.dk) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bind/named.conf.fake-222 | 6 ++++++ bind/named.conf.pri | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/bind/named.conf.fake-222 b/bind/named.conf.fake-222 index 608755f..601f626 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -65,6 +65,9 @@ zone "omni-presence.dk" { zone "oroe.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/oroe.dk"; }; // OROE +zone "oroedagen.dk" { + type master; allow-transfer { none; }; + file "/etc/local-JONES.DK/bind/fake-222/JONES-nomail"; }; // OROE zone "oroefaellesjord.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/TEENY"; }; // Orø Fællesjord @@ -98,6 +101,9 @@ zone "xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk" { zone "xn--or-mka.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-nomail"; }; // OROE +zone "xn--ordagen-r1a.dk" { + type master; allow-transfer { none; }; + file "/etc/local-JONES.DK/bind/fake-222/JONES-nomail"; }; // OROE zone "xn--livetpor-f0a6q.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-nomail"; }; // OROE diff --git a/bind/named.conf.pri b/bind/named.conf.pri index c53d001..e3432df 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -63,6 +63,9 @@ zone "omni-presence.dk" { zone "oroe.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/oroe.dk"; }; // OROE +zone "oroedagen.dk" { + type master; allow-transfer { jones_peers; }; + file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; }; // OROE zone "oroefaellesjord.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/TEENY"; }; // Orø Fællesjord @@ -96,6 +99,9 @@ zone "xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk" { zone "xn--or-mka.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; }; // OROE +zone "xn--ordagen-r1a.dk" { + type master; allow-transfer { jones_peers; }; + file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; }; // OROE zone "xn--livetpor-f0a6q.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; }; // OROE -- cgit v1.2.3