summaryrefslogtreecommitdiff
path: root/templates/named.conf.epp
blob: c8f7fdaf2b3bd92a6b267c72cb0fb4d0c3a09ae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
options {
  directory "<%= $dns::zone_directory %>";
  forwarers { 8.8.8.8; 8.8.4.4; };
  recursion yes;
  allow-query { any; };
  dnssec-validation yes;

  empty-zone-enable yes;

  listen-on-v6 { any; };

  allow-recursion { localnets; localhost; };
};