From de0cdc2beec6bc67c188d16c3754e79567245380 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 5 Sep 2022 15:47:48 +0200 Subject: enable MX record for TEENY domains oroefaellesjord.dk xn--orfllesjord-c9a6u.dk (i.e. orøfællesjord.dk) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bind/named.conf.pri | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bind/named.conf.pri') diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 2dd7946..f32de49 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -65,7 +65,7 @@ zone "oroe.dk" { file "/etc/local-JONES.DK/bind/pri/oroe.dk"; }; // OROE zone "oroefaellesjord.dk" { type master; allow-transfer { jones_peers; }; - file "/etc/local-JONES.DK/bind/pri/TEENY-nomail"; }; // Orø Fællesjord + file "/etc/local-JONES.DK/bind/pri/TEENY"; }; // Orø Fællesjord zone "public-e.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/public-e.dk"; }; // Sara Gebran @@ -98,7 +98,7 @@ zone "xn--livetpor-f0a6q.dk" { file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; }; // OROE zone "xn--orfllesjord-c9a6u.dk" { type master; allow-transfer { jones_peers; }; - file "/etc/local-JONES.DK/bind/pri/TEENY-nomail"; }; // Orø Fællesjord + file "/etc/local-JONES.DK/bind/pri/TEENY"; }; // Orø Fællesjord // int. dns.jones.dk zone "lejlighederinc.org" { -- cgit v1.2.3