Update named.conf.tmpl

This commit is contained in:
Manevolent 2023-04-12 18:36:32 -06:00 committed by GitHub
parent cde8fed8cc
commit 1c236d2fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,10 +11,10 @@ options {
directory "/var/cache/bind";
listen-on { any; };
{{ if eq "1" "${bind_forward_enable:-1}" }}
forward only;
forwarders { ${bind_forward_address-"${internal_gateway}"}; };
{{ end }}
dnssec-validation no;
};