unbound: make option interface_auto default on

Unbound has a quirk and may reply on a different device address.
When Unbound answers with from-address different than it
received queries on, it may cause trouble for select VPN and
firewall configurations. Ensure Unbound replies with the same
address by changing this default.

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
This commit is contained in:
Eric Luehrsen
2020-06-13 15:06:20 -04:00
parent 950646f6c0
commit 5fcf2cb092
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ config unbound
Boolean. If enabled version.server, version.bind, id.server, and
hostname.bind queries are refused.
option interface_auto '0'
option interface_auto '1'
Boolean. If enabled DNS replies will have the same source address as
the request was sent to.