unbound: expose interface-auto to UCI

This exposes the interface-auto option to UCI.

By default, interface-auto is disabled.
This leads to the DNS reply possibly originating from
a different address then the request was sent to.

Devices with a packet filter might not receive the reply in this case.

Enabling interface-auto ensures the reply is sent with the
source-address the request was sent to.

Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
David Bauer
2020-06-03 00:05:33 +02:00
committed by David Bauer
parent 5f6f54b851
commit da76aeb24c
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ 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'