From 43c1d6c2af6392ac13bc6ff2f67764b9a57c0390 Mon Sep 17 00:00:00 2001 From: Eric Luehrsen Date: Fri, 5 Apr 2019 00:14:50 -0400 Subject: [PATCH] unbound: correct forward of root domain Signed-off-by: Eric Luehrsen --- net/unbound/Makefile | 2 +- net/unbound/files/unbound.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/unbound/Makefile b/net/unbound/Makefile index a82aa8e987..0c35e45d9b 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound PKG_VERSION:=1.9.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE diff --git a/net/unbound/files/unbound.sh b/net/unbound/files/unbound.sh index 696cb3753b..529b689f94 100644 --- a/net/unbound/files/unbound.sh +++ b/net/unbound/files/unbound.sh @@ -592,7 +592,7 @@ unbound_forward() { for fdomain in $UNBOUND_LIST_FORWARD ; do { echo "forward-zone:" - echo " name: \"$fdomain.\"" + echo " name: \"${fdomain%.}.\"" for fresolver in $resolvers ; do echo " forward-addr: $fresolver" done -- 2.30.2