diff options
author | Eric Luehrsen <ericluehrsen@gmail.com> | 2020-07-04 13:55:40 -0400 |
---|---|---|
committer | Eric Luehrsen <ericluehrsen@gmail.com> | 2020-07-12 14:56:46 -0400 |
commit | e81529596df88eae272c00bf8ac69b15e19a5bd5 (patch) | |
tree | 32d477dff11d8bd0441490ac17a7aa9ccac97ade /net/unbound/Makefile | |
parent | 147a5f7e3122e33c8f64372f89fde8c3600313c2 (diff) |
unbound: improve startup and dhcp script robustness
- prevent rapid overlap in DHCP script updates
- check and allow localhost forwards with specific applications
- add option for rate limiting inbound queries
- change UCI list to table format with Unbound conf references
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Diffstat (limited to 'net/unbound/Makefile')
-rw-r--r-- | net/unbound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile index 12f0e3a8f..a14a84498 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:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound |