diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-11-27 14:50:49 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-11-27 14:50:49 +0100 |
commit | 539a18ccf69d9a1872060889f55245598b1bd2f9 (patch) | |
tree | b213c18fff250d343d874b688fd90b735d3255a6 /bind | |
parent | 47d17d04a0c1fefe021ece0a3df3ebe64d44a9ef (diff) |
Allow no zone transfers of fake zones.
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.fake-222 | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/bind/named.conf.fake-222 b/bind/named.conf.fake-222 index c54ab8a..35c38db 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -1,23 +1,23 @@ // private -zone "222.168.192.in-addr.arpa"{ type master; file "/etc/local-JONES.DK/bind/fake-222/192.168.222"; allow-transfer { jones_slaves; }; }; +zone "222.168.192.in-addr.arpa"{ type master; file "/etc/local-JONES.DK/bind/fake-222/192.168.222"; allow-transfer { }; }; // dk pending // int. pending // dk dns.jones.dk -zone "anniqa.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { jones_slaves; }; }; // Annika Lewis -zone "bassballs.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { jones_slaves; }; }; // Anders Krøyer -zone "feliciaweb.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { jones_slaves; }; }; // Anders Krøyer -zone "jones.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/jones.dk"; allow-transfer { jones_slaves; }; }; // Jones -zone "kassandra-production.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { jones_slaves; }; }; // Annika Lewis (owner=Spiff) -zone "mageloese.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { jones_slaves; }; }; // Annette MSG -zone "peronard.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { jones_slaves; }; }; // Michael L.P. (owner=Spiff) -zone "xn--magelse-u1a.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { jones_slaves; }; }; // Annette MSG +zone "anniqa.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { }; }; // Annika Lewis +zone "bassballs.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { }; }; // Anders Krøyer +zone "feliciaweb.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { }; }; // Anders Krøyer +zone "jones.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/jones.dk"; allow-transfer { }; }; // Jones +zone "kassandra-production.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { }; }; // Annika Lewis (owner=Spiff) +zone "mageloese.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { }; }; // Annette MSG +zone "peronard.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { }; }; // Michael L.P. (owner=Spiff) +zone "xn--magelse-u1a.dk" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES"; allow-transfer { }; }; // Annette MSG // int. dns.jones.dk -zone "lejlighederinc.org" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES-nomail"; allow-transfer { jones_slaves; }; }; // Annika Lewis -zone "xpositionreverse.org" { type master; file "/etc/local-JONES.DK/bind/pri/xpositionreverse.org"; allow-transfer { jones_slaves; }; }; // Annika Lewis +zone "lejlighederinc.org" { type master; file "/etc/local-JONES.DK/bind/fake-222/JONES-nomail"; allow-transfer { }; }; // Annika Lewis +zone "xpositionreverse.org" { type master; file "/etc/local-JONES.DK/bind/pri/xpositionreverse.org"; allow-transfer { }; }; // Annika Lewis // dk suspended dns.jones.dk |