Unbound is a validating, recursive, and caching DNS resolver.
Go to file
Wouter Wijngaards 6cebdd2baf unwanted reply threshold like in the draft.
git-svn-id: file:///svn/unbound/trunk@1321 be551aaa-1e26-0410-a405-d3ace91eadb9
2008-10-22 14:36:46 +00:00
compat b32 compat stuff. 2008-09-17 08:00:14 +00:00
contrib fixup update anchors to sort keys. 2008-10-21 09:02:34 +00:00
daemon unwanted reply threshold like in the draft. 2008-10-22 14:36:46 +00:00
doc unwanted reply threshold like in the draft. 2008-10-22 14:36:46 +00:00
iterator stub-prime option. 2008-10-22 12:01:40 +00:00
libunbound unwanted reply threshold like in the draft. 2008-10-22 14:36:46 +00:00
services unwanted reply threshold like in the draft. 2008-10-22 14:36:46 +00:00
smallapp fixup unbound control compilation on windows. 2008-10-20 15:41:12 +00:00
testcode unwanted reply threshold like in the draft. 2008-10-22 14:36:46 +00:00
testdata root-hints check automated. 2008-10-22 13:40:21 +00:00
util unwanted reply threshold like in the draft. 2008-10-22 14:36:46 +00:00
validator less log 2008-10-20 09:11:17 +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 gen configure on linux. ldns tarball updated. 2008-09-17 08:06:13 +00:00
config.sub newer libtool contents. 2008-06-04 10:37:08 +00:00
configure Fixup Cflags detection in configure. 2008-10-22 07:40:37 +00:00
configure.ac Fixup Cflags detection in configure. 2008-10-22 07:40:37 +00:00
install-sh Created trunk/ 2007-01-03 08:53:52 +00:00
ldns-src.tar.gz ldns update. 2008-10-22 09:05:29 +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 1.0.1 tag 2008-07-16 13:16:36 +00:00
Makefile.in Install of unbound-control-setup. 2008-09-11 14:30:55 +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