Unbound is a validating, recursive, and caching DNS resolver.
Go to file
Wouter Wijngaards 41e589b08b Fixup trust anchor algorithm check.
git-svn-id: file:///svn/unbound/trunk@1532 be551aaa-1e26-0410-a405-d3ace91eadb9
2009-03-18 13:07:48 +00:00
compat Fixup getaddrinfo compat. 2008-11-10 08:04:22 +00:00
contrib unbound cacti contrib 2009-03-16 13:31:44 +00:00
daemon update anchors on win. 2009-03-12 16:31:57 +00:00
doc Fixup trust anchor algorithm check. 2009-03-18 13:07:48 +00:00
iterator test and nicer error handling on target query failure. 2009-03-17 14:45:31 +00:00
libunbound update anchors on win. 2009-03-12 16:31:57 +00:00
services Memory leak fixup. 2009-03-05 08:19:52 +00:00
smallapp update anchors on win. 2009-03-12 16:31:57 +00:00
testcode Fixups for windows. 2009-03-13 15:29:31 +00:00
testdata Fixup trust anchor algorithm check. 2009-03-18 13:07:48 +00:00
util doxygen, lex, yacc. 2009-03-13 09:27:37 +00:00
validator Fixup trust anchor algorithm check. 2009-03-18 13:07:48 +00:00
winrc Fixups for windows. 2009-03-13 15:29:31 +00:00
aclocal.m4 Fix export symbols. 2009-03-02 08:21:19 +00:00
acx_pthread.m4 Pthread configure.ac fu. 2007-02-19 15:32:07 +00:00
config.guess Fix export symbols. 2009-03-02 08:21:19 +00:00
config.h.in Installer script to make setup.exe. 2009-03-09 16:16:39 +00:00
config.sub Fix export symbols. 2009-03-02 08:21:19 +00:00
configure Installer script to make setup.exe. 2009-03-09 16:16:39 +00:00
configure.ac 1.3.0 without snapshot extension from makedist -w. 2009-03-03 09:15:52 +00:00
install-sh Created trunk/ 2007-01-03 08:53:52 +00:00
ldns-src.tar.gz ldns 1.5.0 tarball (release candidate). 2009-02-05 09:15:31 +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 Fixups for windows. 2009-03-13 15:29:31 +00:00
Makefile.in update anchors on win. 2009-03-12 16:31:57 +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