diff options
-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 5289242..058be00 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -62,6 +62,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 "oroefaellesjord.dk" { + type master; allow-transfer { none; }; + file "/etc/local-JONES.DK/bind/fake-222/JONES-www-nomail"; }; // Orø Fællesjord zone "public-e.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-www+source+admin+media"; }; // Sara Gebran @@ -89,6 +92,9 @@ zone "xn--or-mka.dk" { zone "xn--livetpor-f0a6q.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-nomail"; }; // OROE +zone "xn--orfllesjord-c9a6u.dk" { + type master; allow-transfer { none; }; + file "/etc/local-JONES.DK/bind/fake-222/JONES-www-nomail"; }; // Orø Fællesjord // int. dns.jones.dk zone "lejlighederinc.org" { diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 8e7279c..705fd89 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -60,6 +60,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 "oroefaellesjord.dk" { + type master; allow-transfer { jones_peers; }; + file "/etc/local-JONES.DK/bind/pri/JONES-www-nomail"; }; // Orø Fællesjord zone "public-e.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES-www+source+admin+media"; }; // Sara Gebran @@ -87,6 +90,9 @@ zone "xn--or-mka.dk" { zone "xn--livetpor-f0a6q.dk" { type master; allow-transfer { jones_peers; }; 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/JONES-www-nomail"; }; // Orø Fællesjord // int. dns.jones.dk zone "lejlighederinc.org" { |