dns_split: make compatiable with Debian 12

This commit is contained in:
Markus 2023-12-14 11:52:36 +01:00
parent 879a01649a
commit 8f4e99d4f3
2 changed files with 0 additions and 13 deletions

View File

@ -12,12 +12,6 @@ launch=bind
# local-address=0.0.0.0
local-address=127.0.0.1
#################################
# local-ipv6 Local IP address to which we bind
#
# local-ipv6=::
local-ipv6=
#################################
# local-port The port on which we listen
#

View File

@ -32,13 +32,6 @@ local-address=127.0.0.1
#
local-port=5353
#################################
# query-local-address6 Send out local IPv6 queries from this address or addresses. Disabled by default, which also disables outgoing
#
{% if global_ipv6 is defined %}
query-local-address6={{ global_ipv6 | ipaddr('address') }}
{% endif %}
#################################
# quiet Suppress logging of questions and answers
#