aboutsummaryrefslogtreecommitdiff
path: root/network/unbound/README
diff options
context:
space:
mode:
authorBadchay <badchay@protonmail.com>2022-09-04 19:10:21 +0100
committerDave Woodfall <dave@slackbuilds.org>2022-09-04 19:10:21 +0100
commite0749d740cb7c585d95d41bf7b4bc9f2795155ec (patch)
treed5a2699c8ce903006bb6cdfda4fb55e8e4fdc55c /network/unbound/README
parente6c36a19c71186d4e0b9e7aad6c95bed6b913bae (diff)
network/unbound: Updated for version 1.16.2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'network/unbound/README')
-rw-r--r--network/unbound/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/network/unbound/README b/network/unbound/README
index 52fdc7c21a..6240929aae 100644
--- a/network/unbound/README
+++ b/network/unbound/README
@@ -13,3 +13,11 @@ 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
+
+Note: As of version 1.16.2, the script was almost entirely rewritten.
+The idea was not only to modernize the script, but also make the
+application more compatible with the Slackware architecture and to
+be as easy to "just install and run the app". Also to note:
+The control app titled unbound-countrol is enabled by
+default but can be disabled in unbound.conf. It's secure, binds
+to localhost and can't be used by non-root users.