1 # DO NOT EDIT - This file is being maintained by Chef
4 # Directory to use for any working files
5 directory "/var/cache/bind";
7 # Only allow queries from our machines
8 allow-query { localnets; };
10 # Don't allow transfers
11 allow-transfer { none; };
13 # Listen on any IPv6 interfaces
14 listen-on-v6 { any; };
16 # Ensure dnssec validation is enabled using embedded trust anchors
17 dnssec-validation auto;
19 # Set reasonably memory limit for cache
22 # Ensure dnssec synth is disabled