Skip to content

NLnetLabs/unbound

Folders and files

NameName
Last commit message
Last commit date
Mar 27, 2025
Mar 21, 2025
Mar 16, 2023
Mar 26, 2025
Mar 31, 2025
Nov 5, 2024
Nov 13, 2021
Mar 31, 2025
Mar 31, 2025
Jul 3, 2024
Jul 3, 2024
Nov 5, 2024
Jul 3, 2024
Mar 31, 2025
Mar 31, 2025
Dec 2, 2024
Mar 31, 2025
Mar 31, 2025
Mar 20, 2025
Mar 31, 2025
Mar 31, 2025
Mar 31, 2025
Mar 31, 2025
Mar 31, 2025
Mar 18, 2025
Nov 3, 2016
Oct 9, 2024
Mar 24, 2021
Feb 7, 2014
Mar 31, 2025
Feb 10, 2012
Nov 13, 2021
Nov 1, 2023
Jul 5, 2022
Nov 29, 2021
Jan 16, 2024
Jun 19, 2024
Feb 28, 2025
Apr 15, 2024
Apr 15, 2024
Apr 9, 2024
Mar 31, 2025
Apr 9, 2024
Mar 31, 2025
Mar 31, 2025
Jan 24, 2019
Jan 24, 2019
Jun 6, 2024
Jun 21, 2024

Repository files navigation

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. Don’t 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.