NetBSD/external/bsd/unbound/dist
christos 14b2fa6e0f merge differences between 1.16.3 and 1.19.1 2024-02-17 18:31:17 +00:00
..
cachedb Import 1.19.1 (previous was 1.16.3) 2024-02-17 18:06:18 +00:00
compat Import 1.19.1 (previous was 1.16.3) 2024-02-17 18:06:18 +00:00
contrib Import 1.19.1 (previous was 1.16.3) 2024-02-17 18:06:18 +00:00
daemon Import 1.19.1 (previous was 1.16.3) 2024-02-17 18:06:18 +00:00
dns64 Import 1.19.1 (previous was 1.16.3) 2024-02-17 18:06:18 +00:00
dnscrypt
dnstap Import 1.19.1 (previous was 1.16.3) 2024-02-17 18:06:18 +00:00
doc Import 1.19.1 (previous was 1.16.3) 2024-02-17 18:06:18 +00:00
dynlibmod Import 1.19.1 (previous was 1.16.3) 2024-02-17 18:06:18 +00:00
edns-subnet Import 1.19.1 (previous was 1.16.3) 2024-02-17 18:06:18 +00:00
ipsecmod
ipset Import 1.19.1 (previous was 1.16.3) 2024-02-17 18:06:18 +00:00
iterator Import 1.19.1 (previous was 1.16.3) 2024-02-17 18:06:18 +00:00
libunbound merge differences between 1.16.3 and 1.19.1 2024-02-17 18:31:17 +00:00
pythonmod Import 1.19.1 (previous was 1.16.3) 2024-02-17 18:06:18 +00:00
respip Import 1.19.1 (previous was 1.16.3) 2024-02-17 18:06:18 +00:00
services merge differences between 1.16.3 and 1.19.1 2024-02-17 18:31:17 +00:00
sldns Import 1.19.1 (previous was 1.16.3) 2024-02-17 18:06:18 +00:00
smallapp Import 1.19.1 (previous was 1.16.3) 2024-02-17 18:06:18 +00:00
testcode merge differences between 1.16.3 and 1.19.1 2024-02-17 18:31:17 +00:00
testdata merge differences between 1.16.3 and 1.19.1 2024-02-17 18:31:17 +00:00
util merge differences between 1.16.3 and 1.19.1 2024-02-17 18:31:17 +00:00
validator Import 1.19.1 (previous was 1.16.3) 2024-02-17 18:06:18 +00:00
winrc
LICENSE
Makefile.in Import 1.19.1 (previous was 1.16.3) 2024-02-17 18:06:18 +00:00
README
README-Travis.md
README.md Import 1.19.1 (previous was 1.16.3) 2024-02-17 18:06:18 +00:00
SECURITY.md
ac_pkg_swig.m4
aclocal.m4
acx_nlnetlabs.m4 Import 1.19.1 (previous was 1.16.3) 2024-02-17 18:06:18 +00:00
acx_python.m4 Import 1.19.1 (previous was 1.16.3) 2024-02-17 18:06:18 +00:00
ax_pthread.m4
config.guess merge differences between 1.16.3 and 1.19.1 2024-02-17 18:31:17 +00:00
config.h.in Import 1.19.1 (previous was 1.16.3) 2024-02-17 18:06:18 +00:00
config.sub merge differences between 1.16.3 and 1.19.1 2024-02-17 18:31:17 +00:00
configure Import 1.19.1 (previous was 1.16.3) 2024-02-17 18:06:18 +00:00
configure.ac Import 1.19.1 (previous was 1.16.3) 2024-02-17 18:06:18 +00:00
install-sh
ltmain.sh
systemd.m4

README.md

Unbound

Github Build Status Packaging status Fuzzing Status Documentation Status Mastodon Follow

Unbound is a validating, recursive, caching DNS resolver. It is designed to be fast and lean and incorporates modern features based on open standards. If you have any feedback, we would love to hear from you. Dont hesitate to create an issue on Github or post a message on the Unbound mailing list. You can learn more about Unbound by reading our documentation.

Compiling

Make sure you have the C toolchain, OpenSSL and its include files, and libexpat installed. If building from the repository source you also need flex and bison installed. Unbound can be compiled and installed using:

./configure && make && make install

You can use libevent if you want. libevent is useful when using many (10000) outgoing ports. By default max 256 ports are opened at the same time and the builtin alternative is equally capable and a little faster.

Use the --with-libevent configure option to compile Unbound with libevent support.

Unbound configuration

All of Unbound's configuration options are described in the man pages, which will be installed and are available on the Unbound documentation page.

An example configuration file is located in doc/example.conf.