From af73a9b9a476087e16b591a8ba5d42ca57b1543d Mon Sep 17 00:00:00 2001 From: Eric Luehrsen Date: Sat, 13 Jun 2020 15:06:20 -0400 Subject: 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 --- net/unbound/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/unbound/Makefile') diff --git a/net/unbound/Makefile b/net/unbound/Makefile index 0afb0e1c8..fff82d1d1 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound PKG_VERSION:=1.10.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound -- cgit v1.2.3