diff options
author | Eric Luehrsen <ericluehrsen@hotmail.com> | 2017-06-27 23:12:22 -0400 |
---|---|---|
committer | Eric Luehrsen <ericluehrsen@hotmail.com> | 2017-06-27 23:47:46 -0400 |
commit | 3dbd00df3c3ce4d66d20a4db0a3b09c8313ec1fa (patch) | |
tree | 7f72bdaedce66c3681292e4077b43a8daa9f95f2 /net/unbound/patches | |
parent | dc015e5bb1cddfeda0a8b307204d6e592b7cd41e (diff) |
unbound: update to 1.6.4
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
Diffstat (limited to 'net/unbound/patches')
-rw-r--r-- | net/unbound/patches/001-conf.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/unbound/patches/001-conf.patch b/net/unbound/patches/001-conf.patch index fb63e1a84..ca9fa181d 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 83e7c5c..3ea2b28 100644 +index 5396029..cbb51ec 100644 --- a/doc/example.conf.in +++ b/doc/example.conf.in @@ -1,9 +1,10 @@ -# -# Example configuration file. -# --# See unbound.conf(5) man page, version 1.6.2. +-# See unbound.conf(5) man page, version 1.6.4. -# -# this is a comment. +############################################################################## @@ -16,17 +16,17 @@ index 83e7c5c..3ea2b28 100644 +# no longer supported ... are exceptional for the DNS. +# (http://unbound.net/documentation/unbound.conf.html) +############################################################################## - + #Use this to include other text into the file. #include: "otherfile.conf" @@ -12,9 +13,71 @@ server: # whitespace is not necessary, but looks cleaner. - + - # verbosity number, 0 is least verbose. 1 is default. + # verbosity 1 is default verbosity: 1 - + + # Self jail Unbound with user "unbound" to /var/lib/unbound + # The script /etc/init.d/unbound will setup the location + username: "unbound" |