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 d7420f4..73f2c77 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -18,7 +18,7 @@ zone "birgitmaanestraale.dk" { file "/etc/local-JONES.DK/bind/fake-222/birgitmaanestraale.dk"; }; // Birgit Månestråle zone "byvandring.nu" { type master; allow-transfer { none; }; - file "/etc/local-JONES.DK/bind/fake-222/JONES-cloud-www"; }; // Paul Hartvigson + file "/etc/local-JONES.DK/bind/fake-222/JONES-www"; }; // Paul Hartvigson zone "cityseeing.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-www-nomail"; }; // Paul Hartvigson diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 60438d7..8b0518b 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -16,7 +16,7 @@ zone "birgitmaanestraale.dk" { file "/etc/local-JONES.DK/bind/pri/birgitmaanestraale.dk"; }; // Birgit Månestråle zone "byvandring.nu" { type master; allow-transfer { jones_peers; }; - file "/etc/local-JONES.DK/bind/pri/JONES-cloud-www"; }; // Paul Hartvigson + file "/etc/local-JONES.DK/bind/pri/JONES-www"; }; // Paul Hartvigson zone "cityseeing.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES-www-nomail"; }; // Paul Hartvigson |