diff options
Diffstat (limited to 'bind')
-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 c135891..3c3b74d 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -79,7 +79,7 @@ zone "scharffenberger.dk" { file "/etc/local-JONES.DK/bind/fake-222/JONES-www-nomail"; }; // Mikkel Friis-Holm zone "sirireiter.dk" { type master; allow-transfer { none; }; - file "/etc/local-JONES.DK/bind/fake-222/TEENY-nomail"; }; // Siri Reiter + file "/etc/local-JONES.DK/bind/fake-222/JONES-nomail"; }; // Siri Reiter zone "stadsvandring.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-www"; }; // Paul Hartvigson diff --git a/bind/named.conf.pri b/bind/named.conf.pri index c438101..e5ebf73 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -77,7 +77,7 @@ zone "scharffenberger.dk" { file "/etc/local-JONES.DK/bind/pri/JONES-www-nomail"; }; // Mikkel Friis-Holm zone "sirireiter.dk" { type master; allow-transfer { jones_peers; }; - file "/etc/local-JONES.DK/bind/pri/TEENY-nomail"; }; // Siri Reiter + file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; }; // Siri Reiter zone "stadsvandring.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES-www"; }; // Paul Hartvigson |