add listen

This commit is contained in:
Matthew
2023-09-13 12:26:13 -05:00
parent bc4a31d5a7
commit 15c920ba99
+1 -1
View File
@@ -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;