src/usr.sbin/unbound
deraadt 3a958a1807 satisfy non-c99 compilers 2023-09-14 23:42:56 +00:00
..
cachedb
daemon
dns64
dnscrypt
dnstap
doc Improve handling of ENOBUFS by not running in a tight loop forever. 2023-09-11 06:00:23 +00:00
dynlibmod
edns-subnet
ipsecmod
ipset
iterator
libunbound
respip
services
sldns
smallapp
testcode
util satisfy non-c99 compilers 2023-09-14 23:42:56 +00:00
validator
LICENSE
Makefile.bsd-wrapper
Makefile.in
README-Travis.md
README.md
SECURITY.md
ac_pkg_swig.m4
aclocal.m4
acx_nlnetlabs.m4
acx_python.m4
ax_pthread.m4
config.guess
config.h.in remove doubled entry in config.h.in 2023-09-06 09:09:57 +00:00
config.sub
configure regen 2023-09-06 09:08:58 +00:00
configure.ac remove extra blank line to reduce changes to upstream in a locally-patched file 2023-09-06 09:08:30 +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. 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.