Unbound is a validating, recursive, and caching DNS resolver.
Go to file
Wouter Wijngaards 6acc20abf4 fixup for type DS queries from clients when trustanchor for that name exists.
git-svn-id: file:///svn/unbound/trunk@1148 be551aaa-1e26-0410-a405-d3ace91eadb9
2008-07-15 09:45:50 +00:00
compat compiles cleaner on ming32, socketpair compat. 2008-06-13 15:32:16 +00:00
contrib script to update trust anchors. 2008-06-26 18:47:09 +00:00
daemon iana update. 2008-06-24 09:24:08 +00:00
doc fixup for type DS queries from clients when trustanchor for that name exists. 2008-07-15 09:45:50 +00:00
iterator free prev and origin after failing reading root hints. 2008-07-03 14:01:15 +00:00
libunbound mingw port continues. 2008-06-25 14:36:10 +00:00
services default local zones draft 06. 2008-07-15 07:46:40 +00:00
smallapp iana update. 2008-06-24 09:24:08 +00:00
testcode streamtcp fixup. 2008-06-26 14:24:22 +00:00
testdata fixup for type DS queries from clients when trustanchor for that name exists. 2008-07-15 09:45:50 +00:00
util iana portlist update 2008-07-15 08:14:03 +00:00
validator fixup for type DS queries from clients when trustanchor for that name exists. 2008-07-15 09:45:50 +00:00
aclocal.m4 iana update. 2008-06-24 09:24:08 +00:00
acx_pthread.m4 Pthread configure.ac fu. 2007-02-19 15:32:07 +00:00
config.guess newer libtool contents. 2008-06-04 10:37:08 +00:00
config.h.in iana update. 2008-06-24 09:24:08 +00:00
config.sub newer libtool contents. 2008-06-04 10:37:08 +00:00
configure iana update. 2008-06-24 09:24:08 +00:00
configure.ac iana update. 2008-06-24 09:24:08 +00:00
install-sh Created trunk/ 2007-01-03 08:53:52 +00:00
ldns-src.tar.gz import ldns portability fixes. 2008-06-27 10:28:37 +00:00
LICENSE Added licenses, this is the BSD license. 2007-01-03 09:17:12 +00:00
ltmain.sh newer libtool contents. 2008-06-04 10:37:08 +00:00
makedist.sh fixes. 2008-02-08 13:27:49 +00:00
Makefile.in iana update. 2008-06-24 09:24:08 +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