This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Network > unbound (1.13.1)

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

This will require libsodium which is available at SlackBuilds

This requires: ldns

Maintained by: Gerardo Zamudio
Keywords: dns,dnssec,cache,resolve,validating,recursive,opendkim
ChangeLog: unbound

Homepage:
https://nlnetlabs.nl/projects/unbound/about/

Source Downloads:
unbound-1.13.1.tar.gz (0cd660a40d733acc6e7cce43731cac62)

Download SlackBuild:
unbound.tar.gz
unbound.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
rc.unbound
slack-desc
unbound.SlackBuild
unbound.info

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds