diff options
author | Jonas Smedegaard <dr@jones.dk> | 2023-05-12 19:43:46 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2023-05-12 19:43:46 +0200 |
commit | f19a402c1fabff4a236c3205ef64cb2439c25baa (patch) | |
tree | c328ac96af1d2ddeb4f3fd43d7e5fa4e2cdeff30 /bind | |
parent | d06dcbc01f3453bd9f3696234241205fb7dca571 (diff) |
add JONES.DK domains oroedagen.dk orødagen.dk (xn--ordagen-r1a.dk)
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.fake-222 | 6 | ||||
-rw-r--r-- | bind/named.conf.pri | 6 |
2 files changed, 12 insertions, 0 deletions
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 |