add listen
This commit is contained in:
parent
bc4a31d5a7
commit
15c920ba99
@ -27,7 +27,7 @@ options {
|
||||
forward <%= @forward %>;
|
||||
<%- end -%>
|
||||
auth-nxdomain <%= @auth_nxdomain ? 'yes' : 'no' %>;
|
||||
listen-on { any; }
|
||||
listen-on { any; };
|
||||
listen-on-v6 { any; };
|
||||
<%- if @filter_ipv6 -%>
|
||||
filter-aaaa-on-v4 yes;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user