1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00
openbsd-src/usr.sbin/unbound
2024-10-07 15:38:21 +00:00
..
cachedb merge unbound 1.21.0 2024-09-04 09:36:40 +00:00
daemon merge unbound 1.21.0 2024-09-04 09:36:40 +00:00
dns64 merge unbound 1.21.0 2024-09-04 09:36:40 +00:00
dnscrypt oops, forgot to rm these before cvs import 2023-09-05 11:18:03 +00:00
dnstap merge unbound 1.21.0 2024-09-04 09:36:40 +00:00
doc merge unbound 1.21.1 2024-10-07 15:38:21 +00:00
dynlibmod import unbound 1.21.0, ok phessler florian 2024-09-04 09:35:34 +00:00
edns-subnet merge unbound 1.21.0 2024-09-04 09:36:40 +00:00
ipsecmod merge unbound 1.21.0 2024-09-04 09:36:40 +00:00
ipset merge unbound 1.21.0 2024-09-04 09:36:40 +00:00
iterator merge unbound 1.21.0 2024-09-04 09:36:40 +00:00
libunbound merge unbound 1.21.0 2024-09-04 09:36:40 +00:00
respip merge unbound 1.21.0 2024-09-04 09:36:40 +00:00
services merge unbound 1.21.0 2024-09-04 09:36:40 +00:00
sldns merge unbound 1.21.0 2024-09-04 09:36:40 +00:00
smallapp merge unbound 1.21.0 2024-09-04 09:36:40 +00:00
testcode merge unbound 1.21.0 2024-09-04 09:36:40 +00:00
util Fix unbound CVE-2024-8508, put a limit on resources used for handling 2024-10-07 15:35:11 +00:00
validator merge unbound 1.21.0 2024-09-04 09:36:40 +00:00
ac_pkg_swig.m4
aclocal.m4 merge unbound 1.21.1 2024-10-07 15:38:21 +00:00
acx_nlnetlabs.m4 merge unbound 1.19.3 2024-04-13 12:24:57 +00:00
acx_python.m4 merge unbound 1.21.0 2024-09-04 09:36:40 +00:00
ax_pkg_swig.m4 import unbound 1.20.0, ok florian 2024-06-13 14:29:32 +00:00
ax_pthread.m4 merge unbound 1.20.0 2024-06-13 14:30:28 +00:00
config.guess merge unbound 1.21.0 2024-09-04 09:36:40 +00:00
config.h.in merge unbound 1.21.0 2024-09-04 09:36:40 +00:00
config.sub merge unbound 1.21.0 2024-09-04 09:36:40 +00:00
configure merge unbound 1.21.1 2024-10-07 15:38:21 +00:00
configure.ac merge unbound 1.21.1 2024-10-07 15:38:21 +00:00
install-sh merge unbound 1.21.1 2024-10-07 15:38:21 +00:00
LICENSE
ltmain.sh merge unbound 1.21.1 2024-10-07 15:38:21 +00:00
Makefile.bsd-wrapper The kernel provides sufficiently randomised ports. 2020-08-24 15:33:33 +00:00
Makefile.in merge unbound 1.21.0 2024-09-04 09:36:40 +00:00
README-Travis.md update to unbound 1.15.0, ok florian@ 2022-02-23 11:57:23 +00:00
README.md merge unbound update 2024-04-12 15:45:24 +00:00
SECURITY.md import unbound 1.16.2, ok florian@ tb@ also tested by Alex Holst 2022-08-29 16:03:46 +00:00
systemd.m4 import unbound 1.21.0, ok phessler florian 2024-09-04 09:35:34 +00:00

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.