Merge pull request #8595 from EricLuehrsen/openwrt-18.06
[openwrt-18.06] unbound: correct forward of root domain
This commit is contained in:
commit
4db1027556
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue