summaryrefslogtreecommitdiff
path: root/templates/named.conf.epp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-05-05 01:46:46 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-06 18:31:17 +0200
commit812c3f4d6162cf7af8f8cbedb6abb6d72bd537e9 (patch)
tree109619457ac9b9028eae7297c4f72deadad68c52 /templates/named.conf.epp
parenttmp disable creation. (diff)
downloaddns-812c3f4d6162cf7af8f8cbedb6abb6d72bd537e9.tar.gz
dns-812c3f4d6162cf7af8f8cbedb6abb6d72bd537e9.tar.xz
"Working" product.
Diffstat (limited to 'templates/named.conf.epp')
-rw-r--r--templates/named.conf.epp6
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/named.conf.epp b/templates/named.conf.epp
index c8f7fda..9fe10b1 100644
--- a/templates/named.conf.epp
+++ b/templates/named.conf.epp
@@ -1,12 +1,10 @@
options {
- directory "<%= $dns::zone_directory %>";
- forwarers { 8.8.8.8; 8.8.4.4; };
+ directory "<%= $dns::directory %>";
+ forwarders { 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; };