Unbound is a validating, recursive, and caching DNS resolver.
Go to file
Wouter Wijngaards daf63c7e89 Fixup assertion that no longer holds (since the new DoS prevention code jostles out old queries).
git-svn-id: file:///svn/unbound/trunk@1623 be551aaa-1e26-0410-a405-d3ace91eadb9
2009-05-26 14:42:14 +00:00
compat Nicer configure. 2009-03-23 14:59:58 +00:00
contrib bug #245 fixed. 2009-04-14 08:27:16 +00:00
daemon Windows handle leakage fixes: closesocket or else the networkstack leaks handles (for ever, even after closing the application), and use own mutex implementation (whee!). 2009-04-29 15:23:08 +00:00
doc Fixup assertion that no longer holds (since the new DoS prevention code jostles out old queries). 2009-05-26 14:42:14 +00:00
iterator Fixup assertion that no longer holds (since the new DoS prevention code jostles out old queries). 2009-05-26 14:42:14 +00:00
libunbound docs 2009-04-02 10:14:27 +00:00
pythonmod python lock deadlock on MacOSX. 2009-04-23 14:59:44 +00:00
services Windows handle leakage fixes: closesocket or else the networkstack leaks handles (for ever, even after closing the application), and use own mutex implementation (whee!). 2009-04-29 15:23:08 +00:00
smallapp Windows handle leakage fixes: closesocket or else the networkstack leaks handles (for ever, even after closing the application), and use own mutex implementation (whee!). 2009-04-29 15:23:08 +00:00
testcode Windows handle leakage fixes: closesocket or else the networkstack leaks handles (for ever, even after closing the application), and use own mutex implementation (whee!). 2009-04-29 15:23:08 +00:00
testdata python lock deadlock on MacOSX. 2009-04-23 14:59:44 +00:00
util Windows handle leakage fixes: closesocket or else the networkstack leaks handles (for ever, even after closing the application), and use own mutex implementation (whee!). 2009-04-29 15:23:08 +00:00
validator RSASHA256 implicitly means NSEC3 support. 2009-04-09 14:51:17 +00:00
winrc Fixup assertion that no longer holds (since the new DoS prevention code jostles out old queries). 2009-05-26 14:42:14 +00:00
ac_pkg_swig.m4 python contribution from Zdenek Vasicek and Marek Vavrusa (BSD licensed). 2009-03-25 14:47:47 +00:00
aclocal.m4 Fix export symbols. 2009-03-02 08:21:19 +00:00
acx_nlnetlabs.m4 libcrypto and python checks. 2009-04-23 15:47:49 +00:00
acx_pthread.m4 Pthread configure.ac fu. 2007-02-19 15:32:07 +00:00
acx_python.m4 libcrypto and python checks. 2009-04-23 15:47:49 +00:00
config.guess Fix export symbols. 2009-03-02 08:21:19 +00:00
config.h.in detect gost. 2009-04-09 15:23:14 +00:00
config.sub Fix export symbols. 2009-03-02 08:21:19 +00:00
configure libcrypto and python checks. 2009-04-23 15:47:49 +00:00
configure.ac libcrypto and python checks. 2009-04-23 15:47:49 +00:00
install-sh Created trunk/ 2007-01-03 08:53:52 +00:00
ldns-src.tar.gz RSASHA256 implicitly means NSEC3 support. 2009-04-09 14:51:17 +00:00
LICENSE Added licenses, this is the BSD license. 2007-01-03 09:17:12 +00:00
ltmain.sh Fix export symbols. 2009-03-02 08:21:19 +00:00
makedist.sh better help text in makedist.sh 2009-04-14 09:23:21 +00:00
Makefile.in build fix. 2009-04-21 08:36:39 +00:00
README default to faster internal event loop. 2008-02-22 10:19:49 +00:00

Unbound README
* ./configure && make && make install
* on BSDs and Solaris use gmake (GNU make).
* You can use libevent if you want. libevent is useful when using 
  many (10000) outgoing ports. By default 16 ports are used 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