summaryrefslogtreecommitdiffstats
path: root/network/unbound/README
diff options
context:
space:
mode:
author Gerardo Zamudio2017-06-19 15:59:44 +0200
committer Willy Sudiarto Raharjo2017-06-24 03:33:05 +0200
commit9f315c18f9849f37ac0dc404384d6df0447fa763 (patch)
treede80345ba31a5f6b09d2903ada0b173b5a7365a9 /network/unbound/README
parent452370524dac6bafd6032fda2d475cde8d844022 (diff)
downloadslackbuilds-9f315c18f9849f37ac0dc404384d6df0447fa763.tar.gz
network/unbound: Updated for version 1.6.3
Diffstat (limited to 'network/unbound/README')
-rw-r--r--network/unbound/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/network/unbound/README b/network/unbound/README
index cf1304b520..96200ae268 100644
--- a/network/unbound/README
+++ b/network/unbound/README
@@ -6,3 +6,16 @@ prototype developed by Verisign labs, Nominet, Kirei and ep.net.
Unbound is designed as a set of modular components, so that also DNSSEC
(secure DNS) validation and stub-resolvers (that do not run as a server,
but are linked into an application) are easily possible.
+
+A user and group are recommended to run Unbound. The following should
+not conflict with anything else on SlackBuilds:
+
+ groupadd -g 304 unbound
+ useradd -r -u 304 -g unbound -d /etc/unbound/ -s /sbin/nologin -c \
+ 'Unbound DNS resolver' unbound
+
+Optional DNSCrypt support is provided. To enable:
+
+ DNSCRYPT=yes ./unbound.SlackBuild
+
+This will require libsodium which is available at SlackBuilds