diff options
author | Eric Luehrsen <ericluehrsen@hotmail.com> | 2016-12-18 22:37:47 -0500 |
---|---|---|
committer | Eric Luehrsen <ericluehrsen@hotmail.com> | 2016-12-18 22:38:19 -0500 |
commit | e9226f1d269847a8fbf90fdd5ba3360a03545bbd (patch) | |
tree | d2f05cbbd1d73584692b0b512f73f4d9e47bb4b8 /net/unbound/patches | |
parent | 4b0147d8d0c2c52d43eff73544ecda03da80b5a6 (diff) |
unbound: update 1.6.0
- future opportunity: added "views:" clause
-- consider won't need UCI for security instances
-- consider access lists, forwards, views, and tags
-- consider query denial for DNS amplification defense
- future opportunity: thrifted "local-zone:" memory bloat
-- consider adblock package to feed thru unbound-control
-- consider access lists, forwards, views, and tags
-- consider offering LuCI parental controls or other
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
Diffstat (limited to 'net/unbound/patches')
-rw-r--r-- | net/unbound/patches/001-conf.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/unbound/patches/001-conf.patch b/net/unbound/patches/001-conf.patch index 5f6b4c5e7..d1c1ca3d2 100644 --- a/net/unbound/patches/001-conf.patch +++ b/net/unbound/patches/001-conf.patch @@ -1,12 +1,12 @@ diff --git a/doc/example.conf.in b/doc/example.conf.in -index c520c88..98a148a 100644 +index 55bbc32..14452fa 100644 --- a/doc/example.conf.in +++ b/doc/example.conf.in @@ -1,20 +1,82 @@ -# -# Example configuration file. -# --# See unbound.conf(5) man page, version 1.5.10. +-# See unbound.conf(5) man page, version 1.6.0. -# -# this is a comment. +############################################################################## |