diff options
author | Jonas Smedegaard <dr@jones.dk> | 2019-06-20 13:11:06 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2019-06-20 13:11:06 +0200 |
commit | 6d4cf77ee5a711790245e710822dcde53d8a6220 (patch) | |
tree | 6dbef71ad0f275ef8d87c455f13112194f4b1521 | |
parent | 13c37d9a82e6bb646de0268fc54a4d15487ebdd5 (diff) |
Fix paths for former OROE.DK domains.
-rw-r--r-- | bind/named.conf.pri | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 51eec6c..60438d7 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -38,7 +38,7 @@ zone "kassandra-production.dk" { file "/etc/local-JONES.DK/bind/pri/kassandra-production.dk"; }; // Annika Lewis (owner=Spiff) zone "livetpaaoroe.dk" { type master; allow-transfer { jones_peers; }; - file "/etc/local-OROE.DK/bind/pri/JONES-legacycloud-nomail"; }; // OROE + file "/etc/local-JONES.DK/bind/pri/JONES-legacycloud-nomail"; }; // OROE zone "majasguf.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES-www+source"; }; // Jones @@ -47,7 +47,7 @@ zone "omni-presence.dk" { file "/etc/local-JONES.DK/bind/pri/omni-presence.dk"; }; // Annika Lewis zone "oroe.dk" { type master; allow-transfer { jones_peers; }; - file "/etc/local-OROE.DK/bind/pri/oroe.dk"; }; // OROE + file "/etc/local-JONES.DK/bind/pri/oroe.dk"; }; // OROE zone "public-e.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES-www+source+admin+media"; }; // Sara Gebran @@ -65,10 +65,10 @@ zone "xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk" { file "/etc/local-JONES.DK/bind/pri/JONES"; }; // Jones zone "xn--or-mka.dk" { type master; allow-transfer { jones_peers; }; - file "/etc/local-OROE.DK/bind/pri/JONES-legacycloud-nomail"; }; // OROE + file "/etc/local-JONES.DK/bind/pri/JONES-legacycloud-nomail"; }; // OROE zone "xn--livetpor-f0a6q.dk" { type master; allow-transfer { jones_peers; }; - file "/etc/local-OROE.DK/bind/pri/JONES-legacycloud-nomail"; }; // OROE + file "/etc/local-JONES.DK/bind/pri/JONES-legacycloud-nomail"; }; // OROE // int. dns.jones.dk zone "lejlighederinc.org" { |