Unbound is a validating, recursive, and caching DNS resolver.
Go to file
Wouter Wijngaards ebd14d9f35 Python work.
git-svn-id: file:///svn/unbound/trunk@1559 be551aaa-1e26-0410-a405-d3ace91eadb9
2009-03-26 09:31:28 +00:00
compat Nicer configure. 2009-03-23 14:59:58 +00:00
contrib python contribution from Zdenek Vasicek and Marek Vavrusa (BSD licensed). 2009-03-25 14:47:47 +00:00
daemon Neater configure and no double config.h includes. 2009-03-24 10:42:57 +00:00
doc Python work. 2009-03-26 09:31:28 +00:00
iterator test and nicer error handling on target query failure. 2009-03-17 14:45:31 +00:00
libunbound python contribution from Zdenek Vasicek and Marek Vavrusa (BSD licensed). 2009-03-25 14:47:47 +00:00
pythonmod Python work. 2009-03-26 09:31:28 +00:00
services python contribution from Zdenek Vasicek and Marek Vavrusa (BSD licensed). 2009-03-25 14:47:47 +00:00
smallapp python contribution from Zdenek Vasicek and Marek Vavrusa (BSD licensed). 2009-03-25 14:47:47 +00:00
testcode Neater configure and no double config.h includes. 2009-03-24 10:42:57 +00:00
testdata inverse trust anchor. 2009-03-18 14:02:46 +00:00
util python contribution from Zdenek Vasicek and Marek Vavrusa (BSD licensed). 2009-03-25 14:47:47 +00:00
validator inverse trust anchor. 2009-03-18 14:02:46 +00:00
winrc easier to compile on windows. 2009-03-19 14:24:19 +00:00
ac_pkg_swig.m4 python contribution from Zdenek Vasicek and Marek Vavrusa (BSD licensed). 2009-03-25 14:47:47 +00:00
aclocal.m4 Fix export symbols. 2009-03-02 08:21:19 +00:00
acx_nlnetlabs.m4 better libtool host detection 2009-03-24 16:16:44 +00:00
acx_pthread.m4 Pthread configure.ac fu. 2007-02-19 15:32:07 +00:00
acx_python.m4 python contribution from Zdenek Vasicek and Marek Vavrusa (BSD licensed). 2009-03-25 14:47:47 +00:00
config.guess Fix export symbols. 2009-03-02 08:21:19 +00:00
config.h.in python contribution from Zdenek Vasicek and Marek Vavrusa (BSD licensed). 2009-03-25 14:47:47 +00:00
config.sub Fix export symbols. 2009-03-02 08:21:19 +00:00
configure python module compiles. 2009-03-25 16:20:34 +00:00
configure.ac python module compiles. 2009-03-25 16:20:34 +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 easier to compile on windows. 2009-03-19 14:24:19 +00:00
Makefile.in Python work. 2009-03-26 09:31:28 +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