df100682504de5f5a84be4f9db55787d8aa28f5f
[mirror/dsa-puppet.git] / modules / named / files / common / named.conf.local
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 include "/etc/bind/named.conf.acl";
7 include "/etc/bind/geodns/named.conf.geo";
8
9 view "default" {
10   match-clients { any; };
11
12   zone "security.debian.org" {
13     type master;
14     file "/etc/bind/geodns/zonefiles/db.security.debian.org";
15     notify no;
16     allow-query { any; };
17     allow-transfer { };
18   };
19
20   zone "www.debian.org" {
21     type master;
22     file "/etc/bind/geodns/zonefiles/db.www.debian.org";
23     notify no;
24     allow-query { any; };
25     allow-transfer { };
26   };
27
28 };