Unbound is a validating, recursive, and caching DNS resolver.
Go to file
Wouter Wijngaards a46c9197c4 EDNS fallback fixed for error cache.
git-svn-id: file:///svn/unbound/trunk@1434 be551aaa-1e26-0410-a405-d3ace91eadb9
2009-01-14 09:56:41 +00:00
compat Fixup getaddrinfo compat. 2008-11-10 08:04:22 +00:00
contrib ipv6 counter in extended statistics. 2008-12-17 14:50:03 +00:00
daemon - 1.2.1 feature: negative caching for failed queries. 2009-01-14 09:38:15 +00:00
doc EDNS fallback fixed for error cache. 2009-01-14 09:56:41 +00:00
iterator EDNS fallback fixed for error cache. 2009-01-14 09:56:41 +00:00
libunbound fixup libunbound message buffer. 2009-01-06 17:50:56 +00:00
services 1.2.1 feature: stop AAAA queries that are not needed. 2009-01-13 15:57:42 +00:00
smallapp typo fix and iana portlist updated 2009-01-07 14:05:09 +00:00
testcode remove possible race condition 2009-01-08 16:51:44 +00:00
testdata slightly tighter timeouts. 2009-01-08 15:58:35 +00:00
util iana portlist updated 2009-01-09 14:01:35 +00:00
validator removed debug print. 2009-01-09 15:17:39 +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 Wildcard support (from patch by Paul Wouters). 2009-01-07 12:24:34 +00:00
config.sub newer libtool contents. 2008-06-04 10:37:08 +00:00
configure 1.2.1 version number in trunk. 2009-01-09 10:49:47 +00:00
configure.ac 1.2.1 version number in trunk. 2009-01-09 10:49:47 +00:00
install-sh Created trunk/ 2007-01-03 08:53:52 +00:00
ldns-src.tar.gz ldns updated - fixup 2009-01-08 09:30:54 +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 makedist snapshot name fix. 2008-12-18 14:20:11 +00:00
Makefile.in DLV unit test ldns tarball update 2008-12-18 10:56:18 +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