Add a comment
[mirror/dsa-puppet.git] / modules / named / files / common / named.conf.options-secondary
1 //
2 // THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 // USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 //
5
6 options {
7         directory "/var/cache/bind";
8
9         allow-recursion { localnets; 192.25.206.33; 206.12.19.118; };
10         allow-query { localnets; 192.25.206.33; 206.12.19.118; };
11
12         auth-nxdomain no;
13         listen-on-v6 { any; };
14
15         dnssec-enable yes;
16         dnssec-validation yes;
17 };
18
19 logging {
20
21         channel queries {
22                 file "/var/log/bind9/named-query.log" versions 4 size 40m;
23                 print-time yes;
24                 print-category yes;
25         };
26         category queries { queries; };
27         category lame-servers { null; };
28 };