Unbound is a validating, recursive, and caching DNS resolver.
Go to file
Wouter Wijngaards 2756924a44 remove man page nroff warning.
git-svn-id: file:///svn/unbound/trunk@840 be551aaa-1e26-0410-a405-d3ace91eadb9
2008-01-11 09:03:56 +00:00
compat Compilation fixes for portability. 2007-02-16 18:21:14 +00:00
daemon more portable libtool linking of included ldns package. 2008-01-10 11:47:07 +00:00
doc remove man page nroff warning. 2008-01-11 09:03:56 +00:00
iterator library resolution working. 2007-12-06 15:11:07 +00:00
libunbound fix bogus flag. 2007-12-07 14:25:18 +00:00
services library resolution working. 2007-12-06 15:11:07 +00:00
smallapp small fries. 2007-12-07 14:54:10 +00:00
testcode memory footprint improvements. 2007-11-27 15:52:41 +00:00
testdata fixup for duplication of NSECs / NSEC3s after following CNAMEs 2007-11-28 13:41:31 +00:00
util quartile prints. 2008-01-10 09:02:18 +00:00
validator fptrwlist and remove oldhack with islocked param. 2007-12-04 21:34:53 +00:00
aclocal.m4 Removed unused -C commandline option (was for debug). 2007-07-27 06:41:42 +00:00
acx_pthread.m4 Pthread configure.ac fu. 2007-02-19 15:32:07 +00:00
config.guess configure, ready to go. 2007-10-18 22:38:15 +00:00
config.h.in default config file location, example conf installed. 2007-11-09 13:52:13 +00:00
config.sub configure, ready to go. 2007-10-18 22:38:15 +00:00
configure libevent .lo file linking. 2008-01-10 14:00:07 +00:00
configure.ac libevent .lo file linking. 2008-01-10 14:00:07 +00:00
install-sh Created trunk/ 2007-01-03 08:53:52 +00:00
ldns-src.tar.gz ldns update. 2007-12-07 12:12:51 +00:00
LICENSE Added licenses, this is the BSD license. 2007-01-03 09:17:12 +00:00
ltmain.sh configure, ready to go. 2007-10-18 22:38:15 +00:00
makedist.sh Ldns included. 2007-10-18 13:05:41 +00:00
Makefile.in small fries. 2007-12-07 14:54:10 +00:00
README port from beta-0.7.1 2007-11-19 11:04:05 +00:00

Unbound README
* ./configure && make && make install
* on BSDs and Solaris use gmake (GNU make).
* If it complains that no libevent can be found; libevent is useful when
  using many (10000) outgoing ports. By default 16 ports are used and the
  builtin alternative is equally capable.
* 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