diff options
Diffstat (limited to 'bind/named.conf.fake-222')
-rw-r--r-- | bind/named.conf.fake-222 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bind/named.conf.fake-222 b/bind/named.conf.fake-222 index c19b259..07251d1 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -9,7 +9,8 @@ zone "222.168.192.in-addr.arpa"{ type master; file "/etc/local-JONES.DK/bind/fak zone "anniqa.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { none; }; }; // Annika Lewis zone "bassballs.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { none; }; }; // Anders Krøyer zone "feliciaweb.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { none; }; }; // Anders Krøyer -zone "jones.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/jones.dk"; allow-transfer { none; }; }; // Jones +zone "jones.dk" { type master; allow-transfer { none; }; + file "/etc/bind/JONES.DK/bind/fake-222/jones.dk.signed"; }; // Jones zone "kassandra-production.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { none; }; }; // Annika Lewis (owner=Spiff) zone "peronard.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { none; }; }; // Michael L.P. (owner=Spiff) zone "xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { none; }; }; // Jones |