Skip to content

Local mirror of unbound for use in the Arqma

License

Notifications You must be signed in to change notification settings

arqma/unbound

This branch is 5607 commits ahead of, 4505 commits behind monero-project/unbound:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8dc0ad8 · May 13, 2020
Feb 20, 2020
Apr 1, 2020
Jan 7, 2020
Mar 25, 2020
Apr 16, 2020
Mar 2, 2020
Dec 3, 2019
Apr 16, 2020
Apr 22, 2020
Feb 5, 2020
Dec 6, 2019
Sep 2, 2019
Apr 6, 2020
Apr 16, 2020
Nov 20, 2019
Mar 26, 2020
Apr 20, 2020
Jan 15, 2020
Apr 21, 2020
Apr 22, 2020
Apr 22, 2020
May 13, 2020
May 13, 2020
Dec 3, 2018
Nov 3, 2016
Jan 30, 2020
Mar 19, 2020
May 13, 2020
Feb 7, 2014
Mar 5, 2020
Feb 10, 2012
Mar 26, 2020
Dec 16, 2019
Mar 7, 2017
Jan 24, 2019
Sep 5, 2017
Apr 20, 2020
Dec 11, 2015
Mar 3, 2020
May 13, 2020
Mar 24, 2020
Mar 3, 2020
Apr 20, 2020
Apr 20, 2020
May 13, 2020
Jan 24, 2019
Jan 24, 2019
Feb 28, 2020
Feb 13, 2017

Repository files navigation

Unbound

Travis Build Status Packaging status Fuzzing 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. Don’t hesitate to create an issue on Github or post a message on the Unbound mailing list. You can lean 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.

About

Local mirror of unbound for use in the Arqma

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 81.2%
  • Shell 7.1%
  • M4 2.2%
  • Makefile 1.9%
  • Python 1.8%
  • Yacc 1.6%
  • Other 4.2%