Unbound is a validating, recursive, and caching DNS resolver.
Go to file
Wouter Wijngaards ee874fab01 please doxygen.
git-svn-id: file:///svn/unbound/trunk@1195 be551aaa-1e26-0410-a405-d3ace91eadb9
2008-08-18 08:36:28 +00:00
compat remove socketpair compat. 2008-07-25 09:33:14 +00:00
contrib Porting of update-anchor script. 2008-08-07 13:52:36 +00:00
daemon more fixup pthreads compile. 2008-08-11 14:02:37 +00:00
doc Better logfile classification for log_bug, log_hex and log_addr. 2008-08-18 08:17:07 +00:00
iterator - Fixup rrset security updates overwriting 2181 trust status. 2008-08-12 10:13:57 +00:00
libunbound - moved pipe actions to util/tube.c. easier porting and shared code. 2008-07-23 09:23:03 +00:00
services DLV work 2008-08-14 15:16:50 +00:00
smallapp proper handling of empty files and neater code. 2008-08-13 15:18:39 +00:00
testcode make pipe work with fallback on windows. 2008-07-25 09:26:15 +00:00
testdata - Fixup rrset security updates overwriting 2181 trust status. 2008-08-12 10:13:57 +00:00
util please doxygen. 2008-08-18 08:36:28 +00:00
validator doxygen. 2008-08-15 14:00:08 +00:00
aclocal.m4 fix bug #195. 2008-07-17 09:00:38 +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 remove socketpair compat. 2008-07-25 09:33:14 +00:00
config.sub newer libtool contents. 2008-06-04 10:37:08 +00:00
configure remove socketpair compat. 2008-07-25 09:33:14 +00:00
configure.ac remove socketpair compat. 2008-07-25 09:33:14 +00:00
install-sh Created trunk/ 2007-01-03 08:53:52 +00:00
ldns-src.tar.gz - ldns snapshot r2699 taken (includes DLV type). 2008-08-13 14:30:35 +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 bug fixes 203, 204, 206. 2008-08-13 07:11:42 +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