add listen
This commit is contained in:
parent
bc4a31d5a7
commit
15c920ba99
@ -27,7 +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 { 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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user