Unbound is a validating, recursive, and caching DNS resolver.
Go to file
Wouter Wijngaards 9a9f012352 SElinux policy files.
git-svn-id: file:///svn/unbound/trunk@1379 be551aaa-1e26-0410-a405-d3ace91eadb9
2008-12-01 08:20:03 +00:00
compat Fixup getaddrinfo compat. 2008-11-10 08:04:22 +00:00
contrib SElinux policy files. 2008-12-01 08:20:03 +00:00
daemon nicer comments 2008-11-20 09:48:36 +00:00
doc SElinux policy files. 2008-12-01 08:20:03 +00:00
iterator Fixup when all servers for a zone are offline. 2008-11-26 09:46:31 +00:00
libunbound unwanted reply threshold like in the draft. 2008-10-22 14:36:46 +00:00
services Fixup for problems with do-ip6: no and only ipv6 addresses. 2008-11-17 12:47:34 +00:00
smallapp Updated documentation for key user privileges. 2008-11-24 10:55:14 +00:00
testcode Skip unsupported tests. Fixup streamtcp for more portability. 2008-11-25 14:17:14 +00:00
testdata root hints checks dig. 2008-11-25 15:18:54 +00:00
util accept errors not printed any more. 2008-11-21 09:15:44 +00:00
validator Fixup for problems with do-ip6: no and only ipv6 addresses. 2008-11-17 12:47:34 +00:00
aclocal.m4 gen configure on linux. ldns tarball updated. 2008-09-17 08:06:13 +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 Fixup getaddrinfo compat. 2008-11-10 08:04:22 +00:00
config.sub newer libtool contents. 2008-06-04 10:37:08 +00:00
configure fix bug #220, complain without-ssl. 2008-11-25 08:11:46 +00:00
configure.ac fix bug #220, complain without-ssl. 2008-11-25 08:11:46 +00:00
install-sh Created trunk/ 2007-01-03 08:53:52 +00:00
ldns-src.tar.gz - RSASHA256_NSEC3 and RSASHA512_NSEC3 algos are supported. 2008-11-03 15:42:07 +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 add unbound-control manpage to makedist replace list. 2008-11-12 09:20:35 +00:00
Makefile.in make clean nicer 2008-11-18 13:30:41 +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