Unbound is a validating, recursive, and caching DNS resolver.
Go to file
Wouter Wijngaards 8c2d5d42d9 windows work.
git-svn-id: file:///svn/unbound/trunk@1520 be551aaa-1e26-0410-a405-d3ace91eadb9
2009-03-11 16:32:07 +00:00
compat Fixup getaddrinfo compat. 2008-11-10 08:04:22 +00:00
contrib Fixup itar.sh 2009-02-20 14:03:34 +00:00
daemon windows work. 2009-03-11 16:32:07 +00:00
doc windows work. 2009-03-11 16:32:07 +00:00
iterator more cycle checks. 2009-02-18 13:23:17 +00:00
libunbound windows registry settings. 2009-03-03 15:55:02 +00:00
services Memory leak fixup. 2009-03-05 08:19:52 +00:00
smallapp windows registry settings. 2009-03-03 15:55:02 +00:00
testcode XP tested. winsock event handler fixed for signal events. Neater code integration. 2009-03-11 11:02:34 +00:00
testdata Do not validate with revoked keys. 2009-02-10 13:01:38 +00:00
util windows work. 2009-03-11 16:32:07 +00:00
validator warn for bad trust anchors. 2009-02-19 09:01:39 +00:00
winrc windows work. 2009-03-11 16:32:07 +00:00
aclocal.m4 Fix export symbols. 2009-03-02 08:21:19 +00:00
acx_pthread.m4 Pthread configure.ac fu. 2007-02-19 15:32:07 +00:00
config.guess Fix export symbols. 2009-03-02 08:21:19 +00:00
config.h.in Installer script to make setup.exe. 2009-03-09 16:16:39 +00:00
config.sub Fix export symbols. 2009-03-02 08:21:19 +00:00
configure Installer script to make setup.exe. 2009-03-09 16:16:39 +00:00
configure.ac 1.3.0 without snapshot extension from makedist -w. 2009-03-03 09:15:52 +00:00
install-sh Created trunk/ 2007-01-03 08:53:52 +00:00
ldns-src.tar.gz ldns 1.5.0 tarball (release candidate). 2009-02-05 09:15:31 +00:00
LICENSE Added licenses, this is the BSD license. 2007-01-03 09:17:12 +00:00
ltmain.sh Fix export symbols. 2009-03-02 08:21:19 +00:00
makedist.sh windows work. 2009-03-11 16:32:07 +00:00
Makefile.in windows registry settings. 2009-03-03 15:55:02 +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