]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/named/files/per-host/ravel.debian.org/named.conf.options-secondary
Allow debian-ubcece to resolve on ravel
[dsa-puppet.git] / modules / named / files / per-host / ravel.debian.org / 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 acl debian-ubcece {
7         127.0.0.0/8;
8         137.82.84.64/27;
9         206.12.19.0/24;
10         192.168.2.0/24;
11 };
12
13 options {
14         directory "/var/cache/bind";
15
16         allow-recursion { localnets; debian-ubcece; 192.25.206.33;  };
17         allow-query { localnets; debian-ubcece; 192.25.206.33;  };
18
19         auth-nxdomain no;
20         listen-on-v6 { any; };
21 };
22
23 logging {
24
25         channel queries {
26                 file "/var/log/bind9/named-query.log" versions 4 size 40m;
27                 print-time yes;
28                 print-category yes;
29         };
30         category queries { queries; };
31         category lame-servers { null; };
32 };