From eb38e6252b3c52a44d0d33679b3bc3178674c7f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 5 May 2023 00:31:37 +0200 Subject: Everything --- templates/named.conf.epp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/named.conf.epp (limited to 'templates/named.conf.epp') diff --git a/templates/named.conf.epp b/templates/named.conf.epp new file mode 100644 index 0000000..c8f7fda --- /dev/null +++ b/templates/named.conf.epp @@ -0,0 +1,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; }; +}; -- cgit v1.2.3