slackbuilds/network/unbound
Heinz Wiesinger 7f26b9929f
All: SlackBuilds run in the directory they are in
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-07-05 16:01:32 +07:00
..
README network/unbound: Fixed dep info 2021-04-19 22:21:53 -05:00
doinst.sh
rc.unbound
slack-desc network/unbound: Updated for version 1.8.2. 2018-12-09 13:17:18 +07:00
unbound.SlackBuild All: SlackBuilds run in the directory they are in 2021-07-05 16:01:32 +07:00
unbound.info network/unbound: Updated for version 1.13.1. 2021-04-17 11:47:51 +07:00

README

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

Optional DNSCrypt support is provided. To enable:
  DNSCRYPT=yes ./unbound.SlackBuild