diff options
author | Jonas Smedegaard <dr@jones.dk> | 2022-03-25 14:56:34 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2022-03-25 14:56:59 +0100 |
commit | 3c4d736f431623f8959210cf4717c4fcd2470361 (patch) | |
tree | 1c68ee72f3bd2bcac0db5471b4f25d3f4de05a95 | |
parent | c6bbffd2df3cd5bf55cc3bd74468722296ba5b6d (diff) |
move sirireiter.dk to JONES (from TEENY)
-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 |