NetBSD/external/bsd/unbound/dist
christos 1481e2a94f merge conflicts and update configuration between 1.13.1 and 1.16.3 2022-09-24 18:11:42 +00:00
..
cachedb Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
compat Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
contrib Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
daemon Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
dns64 Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
dnscrypt Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
dnstap Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
doc Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
dynlibmod Import unbound 1.13.1 2021-03-15 20:00:53 +00:00
edns-subnet Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
ipsecmod Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
ipset Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
iterator Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
libunbound merge conflicts and update configuration between 1.13.1 and 1.16.3 2022-09-24 18:11:42 +00:00
pythonmod Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
respip Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
services merge conflicts and update configuration between 1.13.1 and 1.16.3 2022-09-24 18:11:42 +00:00
sldns Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
smallapp Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
testcode Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
testdata Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
util merge conflicts and update configuration between 1.13.1 and 1.16.3 2022-09-24 18:11:42 +00:00
validator Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
winrc
LICENSE
Makefile.in Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
README
README-Travis.md Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
README.md Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
SECURITY.md Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
ac_pkg_swig.m4
aclocal.m4 Import unbound 1.13.1 2021-03-15 20:00:53 +00:00
acx_nlnetlabs.m4 Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
acx_python.m4 Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
ax_pthread.m4
config.guess merge conflicts and update configuration between 1.13.1 and 1.16.3 2022-09-24 18:11:42 +00:00
config.h.in Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
config.sub merge conflicts and update configuration between 1.13.1 and 1.16.3 2022-09-24 18:11:42 +00:00
configure Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
configure.ac Import unbound-1.16.3; last import was 1.13.1 2022-09-24 18:08:44 +00:00
install-sh Import unbound 1.13.1 2021-03-15 20:00:53 +00:00
ltmain.sh
systemd.m4

README.md

Unbound

Travis Build Status Packaging status Fuzzing Status Documentation Status

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. 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=dir 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.