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: 8 months 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 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T19:25:52.000Z (about 1 year ago)
- Last Synced: 2024-10-29T15:06:51.535Z (about 1 year ago)
- Topics: dns, dns-privacy, dnssec, recursor, resolver
- Language: C
- Homepage: https://nlnetlabs.nl/unbound
- Size: 97.8 MB
- Stars: 3,104
- Watchers: 66
- Forks: 356
- Open Issues: 316
-
Metadata Files:
- Readme: README
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-tools - Unbound - DNS 服务器,之前拿来在本机跑了一个优化的。 (Networking / TOPs)
- deploy-your-own-saas - Unbound
- awesome-docker - NLnetLabs/unbound
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