slackbuilds_ponce/network/unbound/README
Badchay 86686e45bb
network/unbound: Updated for version 1.16.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-09-25 13:59:45 +07:00

15 lines
711 B
Text

Unbound is a validating, recursive, and caching DNS resolver.
The C implementation of Unbound is developed and maintained by
NLnet Labs. It is based on ideas and algorithms taken from a java
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