You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Crypto City 0b7fb1c92b do not use glob, so we can more easily work on older distros 2 years ago
cachedb fix compile. 6 years ago
compat - Fix that fallback for windows port. 5 years ago
contrib - Fix contrib/libunbound.pc for libssl libcrypto references, 5 years ago
daemon Put fixes in 1.7.3 for release. 5 years ago
dns64 - Use RCODE from A response on DNS64 synthesized answer. 6 years ago
dnscrypt Fixup tests for checklocks. Add auth axfr test for socket code. 6 years ago
dnstap - Fix #3451: dnstap not building when you have a separate build dir. 6 years ago
doc Put fixes in 1.7.3 for release. 5 years ago
edns-subnet - Fixes for clang static analyzer, the missing ; in 6 years ago
ipsecmod commentfix. 6 years ago
iterator - Don't count CNAME response types received during qname minimisation as query 5 years ago
libunbound - Add routine from getdns to add windows cert store to the SSL_CTX. 5 years ago
pythonmod - Fix that first control-interface determines if TLS is used. Warn 5 years ago
respip - Fix #1301: memory leak in respip and tests. 6 years ago
services - #4103: Fix that auth-zone does not insist on SOA record first in 5 years ago
sldns - Fix sldns parse failure for CDS alternate delete syntax empty hex. 6 years ago
smallapp Put fixes in 1.7.3 for release. 5 years ago
testcode Fix snprintf size. 5 years ago
testdata adjust test, for timer too slow for old machines. 5 years ago
util - Fix that control-use-cert: no works for 127.0.0.1 to disable certs. 5 years ago
validator strcpy to memmove, to please analysers 6 years ago
winrc - Add routine from getdns to add windows cert store to the SSL_CTX. 5 years ago
.gitattributes - .gitattributes line for githubs code language display. 7 years ago
.gitignore - #1217. DNSCrypt support, with --enable-dnscrypt, libsodium and then 7 years ago
CMakeLists.txt Remove pthread check when building with mingw. 6 years ago
LICENSE - Fix #551: License change "Regents" to "Copyright holder", matching 10 years ago
Makefile.in - remade dependencies in the Makefile. 5 years ago
README gmake no longer needed. 12 years ago
ac_pkg_swig.m4 - Fix #1230: swig version 2.0.0 is required for pythonmod, with 7 years ago
aclocal.m4 re-run aclocal (of Fedora 27). 6 years ago
acx_nlnetlabs.m4 - Fix #1434: Fix windows openssl 1.1.0 linking. 6 years ago
acx_python.m4 - Fix #1239: configure fails to find python distutils if python 7 years ago
ax_pthread.m4 - updated ax_pthread.m4 to version 21 with clang support, this 8 years ago
config.guess - upgrade aclocal(pkg.m4 0.29.1), config.guess(2016-10-02), 6 years ago
config.h.cmake.in do not use glob, so we can more easily work on older distros 2 years ago
config.h.in - Use accept4 to speed up incoming TCP (and TLS) connections, 5 years ago
config.sub - upgrade aclocal(pkg.m4 0.29.1), config.guess(2016-10-02), 6 years ago
configure trunk is 1.7.3 in development. 5 years ago
configure.ac trunk is 1.7.3 in development. 5 years ago
configure_checks.cmake configure: enable SHA256/SHA512 3 years ago
install-sh - new install-sh. 7 years ago
ltmain.sh ltmain from Fedora distro. 7 years ago
makedist.sh - makedist uses bz2 for expat code, instead of tar.gz. 6 years ago
systemd.m4 - Fix autoconf of systemd check for lack of pkg-config. 7 years ago

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