Unbound is a validating, recursive, and caching DNS resolver.
Go to file
Wouter Wijngaards bfe96b89f0 iana portlist updated.
git-svn-id: file:///svn/unbound/trunk@1594 be551aaa-1e26-0410-a405-d3ace91eadb9
2009-04-09 15:00:08 +00:00
compat Nicer configure. 2009-03-23 14:59:58 +00:00
contrib pyunbound work 2009-04-01 14:34:13 +00:00
daemon Fix for flush_zone 2009-04-02 11:56:01 +00:00
doc iana portlist updated. 2009-04-09 15:00:08 +00:00
iterator - Fixed a bug that caused messages to be stored in the cache too 2009-04-03 13:49:40 +00:00
libunbound docs 2009-04-02 10:14:27 +00:00
pythonmod python mod invalidate routine fix. 2009-04-06 12:35:02 +00:00
services FreeBSD jail detect IPv6 not accessible. 2009-04-06 10:20:08 +00:00
smallapp unit test for python module. 2009-04-02 14:44:57 +00:00
testcode suppress ipv4mapped errors from logs. 2009-04-01 10:01:43 +00:00
testdata pyunbound test 2009-04-06 11:04:54 +00:00
util iana portlist updated. 2009-04-09 15:00:08 +00:00
validator RSASHA256 implicitly means NSEC3 support. 2009-04-09 14:51:17 +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 configure fixes. 2009-03-30 08:47:20 +00:00
acx_pthread.m4 Pthread configure.ac fu. 2007-02-19 15:32:07 +00:00
acx_python.m4 python compile fix for BSD 7.1-current. 2009-03-27 14:59:04 +00:00
config.guess Fix export symbols. 2009-03-02 08:21:19 +00:00
config.h.in moved files. Make _unbound python libunbound module. 2009-04-02 09:47:35 +00:00
config.sub Fix export symbols. 2009-03-02 08:21:19 +00:00
configure and configure update 2009-04-06 09:20:01 +00:00
configure.ac windows compile fix. 2009-04-06 08:10:14 +00:00
install-sh Created trunk/ 2007-01-03 08:53:52 +00:00
ldns-src.tar.gz RSASHA256 implicitly means NSEC3 support. 2009-04-09 14:51:17 +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 install uninstall for python. 2009-04-06 12:22:11 +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