Unbound is a validating, recursive, and caching DNS resolver.
Go to file
Wouter Wijngaards 912db8d277 launchd plist file, and deprecation test for MacOSX use of daemon(3).
git-svn-id: file:///svn/unbound/trunk@1542 be551aaa-1e26-0410-a405-d3ace91eadb9
2009-03-23 11:22:57 +00:00
compat Fixup getaddrinfo compat. 2008-11-10 08:04:22 +00:00
contrib launchd plist file, and deprecation test for MacOSX use of daemon(3). 2009-03-23 11:22:57 +00:00
daemon launchd plist file, and deprecation test for MacOSX use of daemon(3). 2009-03-23 11:22:57 +00:00
doc launchd plist file, and deprecation test for MacOSX use of daemon(3). 2009-03-23 11:22:57 +00:00
iterator test and nicer error handling on target query failure. 2009-03-17 14:45:31 +00:00
libunbound update anchors on win. 2009-03-12 16:31:57 +00:00
services Memory leak fixup. 2009-03-05 08:19:52 +00:00
smallapp update anchors on win. 2009-03-12 16:31:57 +00:00
testcode Fixups for windows. 2009-03-13 15:29:31 +00:00
testdata inverse trust anchor. 2009-03-18 14:02:46 +00:00
util Use _beginthreadex if available. 2009-03-19 13:04:28 +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
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 launchd plist file, and deprecation test for MacOSX use of daemon(3). 2009-03-23 11:22:57 +00:00
config.sub Fix export symbols. 2009-03-02 08:21:19 +00:00
configure launchd plist file, and deprecation test for MacOSX use of daemon(3). 2009-03-23 11:22:57 +00:00
configure.ac launchd plist file, and deprecation test for MacOSX use of daemon(3). 2009-03-23 11:22:57 +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 build_test_fix 2009-03-20 16:16:34 +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