fix template maybe

This commit is contained in:
Matthew 2023-09-13 12:24:29 -05:00
parent f8faf4fe90
commit bc4a31d5a7
No known key found for this signature in database

View File

@ -27,6 +27,7 @@ options {
forward <%= @forward %>; forward <%= @forward %>;
<%- end -%> <%- end -%>
auth-nxdomain <%= @auth_nxdomain ? 'yes' : 'no' %>; auth-nxdomain <%= @auth_nxdomain ? 'yes' : 'no' %>;
listen-on { any; }
listen-on-v6 { any; }; listen-on-v6 { any; };
<%- if @filter_ipv6 -%> <%- if @filter_ipv6 -%>
filter-aaaa-on-v4 yes; filter-aaaa-on-v4 yes;