Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NLnetLabs/unbound
Unbound is a validating, recursive, and caching DNS resolver.
https://github.com/NLnetLabs/unbound
dns dns-privacy dnssec recursor resolver
Last synced: 15 days ago
JSON representation
Unbound is a validating, recursive, and caching DNS resolver.
- Host: GitHub
- URL: https://github.com/NLnetLabs/unbound
- Owner: NLnetLabs
- License: bsd-3-clause
- Created: 2017-06-13T09:27:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T09:15:36.000Z (6 months ago)
- Last Synced: 2024-05-01T10:25:33.573Z (6 months ago)
- Topics: dns, dns-privacy, dnssec, recursor, resolver
- Language: C
- Homepage: https://nlnetlabs.nl/unbound
- Size: 96.4 MB
- Stars: 2,800
- Watchers: 61
- Forks: 329
- Open Issues: 289
-
Metadata Files:
- Readme: README
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
Unbound README
* ./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.
* More detailed README, README.svn, README.tests in doc directory
* manual pages can be found in doc directory, and are installed, unbound(8).
* example configuration file doc/example.conf