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
@@ -11,6 +11,7 @@ config unbound
option edns_size '1280'
option extended_stats '0'
option hide_binddata '1'
option interface_auto '1'
option listen_port '53'
option localservice '1'
option manual_conf '0'
@@ -28,7 +29,6 @@ config unbound
option validator '0'
option validator_ntp '1'
option verbosity '1'
option interface_auto '0'
list trigger_interface 'lan'
list trigger_interface 'wan'
#list domain_insecure 'ntp.example.com'