mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user