]> git.openstreetmap.org Git - chef.git/blob - cookbooks/bind/templates/default/named.options.erb
Disable birthday recipe while under dev
[chef.git] / cookbooks / bind / templates / default / named.options.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 options {
4         # Directory to use for any working files
5         directory "/var/cache/bind";
6
7         # Only allow queries from our machines
8         allow-query { localnets; };
9
10         # Don't allow transfers
11         allow-transfer { none; };
12
13         # Listen on any IPv6 interfaces
14         listen-on-v6 { any; };
15 };
16