Update named.conf.tmpl
This commit is contained in:
parent
cde8fed8cc
commit
1c236d2fe2
@ -11,10 +11,10 @@ options {
|
|||||||
directory "/var/cache/bind";
|
directory "/var/cache/bind";
|
||||||
|
|
||||||
listen-on { any; };
|
listen-on { any; };
|
||||||
|
{{ if eq "1" "${bind_forward_enable:-1}" }}
|
||||||
forward only;
|
forward only;
|
||||||
forwarders { ${bind_forward_address-"${internal_gateway}"}; };
|
forwarders { ${bind_forward_address-"${internal_gateway}"}; };
|
||||||
|
{{ end }}
|
||||||
dnssec-validation no;
|
dnssec-validation no;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user