diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-05-25 15:32:46 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-05-25 15:32:46 +0200 |
commit | 4785b497651a2fec4cb5d1e7c26d9c874ee01bf1 (patch) | |
tree | c269a404d65ef24291d54f33e1c8198c62660737 /bind | |
parent | e6a52b8c2ded855fd20aae6f48ddf94b8a84da70 (diff) |
Fix path to fake signed jones.dk zonefile.
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.fake-222 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bind/named.conf.fake-222 b/bind/named.conf.fake-222 index daf35f2..3cd34ac 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -21,7 +21,7 @@ zone "feliciaweb.dk" { file "/usr/local/etc-JONES.DK/bind/fake-222/JONES"; }; // Anders Krøyer zone "jones.dk" { type master; allow-transfer { none; }; - file "/etc/bind/JONES.DK/bind/fake-222/jones.dk.signed"; }; // Jones + file "/etc/bind/JONES.DK/fake-222/jones.dk.signed"; }; // Jones zone "kassandra-production.dk" { type master; allow-transfer { none; }; file "/usr/local/etc-JONES.DK/bind/fake-222/JONES"; }; // Annika Lewis (owner=Spiff) |