diff options
-rw-r--r-- | bind/named.conf.fake-222 | 2 | ||||
-rw-r--r-- | bind/named.conf.pri | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bind/named.conf.fake-222 b/bind/named.conf.fake-222 index af8c0d6..487e978 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -40,7 +40,7 @@ zone "public-e.dk" { file "/etc/local-JONES.DK/bind/fake-222/JONES-www+source+admin+media"; }; // Sara Gebran zone "ressourceoptimering.dk" { type master; allow-transfer { none; }; - file "/etc/local-JONES.DK/bind/fake-222/JONES-www-nomail"; }; // Annika Lewis + file "/etc/local-JONES.DK/bind/fake-222/JONES-www"; }; // Annika Lewis zone "scharffenberger.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-www-nomail"; }; // Mikkel Friis-Holm diff --git a/bind/named.conf.pri b/bind/named.conf.pri index e197ca8..3d66f54 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -38,7 +38,7 @@ zone "public-e.dk" { file "/etc/local-JONES.DK/bind/pri/JONES-www+source+admin+media"; }; // Sara Gebran zone "ressourceoptimering.dk" { type master; allow-transfer { jones_peers; }; - file "/etc/local-JONES.DK/bind/pri/JONES-www-nomail"; }; // Annika Lewis + file "/etc/local-JONES.DK/bind/pri/JONES-www"; }; // Annika Lewis zone "scharffenberger.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES-www-nomail"; }; // Mikkel Friis-Holm |