Unbound - DNS récursif (utilisé par OPNsense)
Find a file
Wouter Wijngaards 453ff48e89 Fixup %EXECUTABLE% code.
git-svn-id: file:///svn/unbound/trunk@3552 be551aaa-1e26-0410-a405-d3ace91eadb9
2015-11-30 15:07:11 +00:00
compat - spelling fixes from Igor Sobrado Delgado. 2015-11-18 14:11:46 +00:00
contrib - Fix #720: add windows scripts to zip bundle. 2015-11-24 10:55:18 +00:00
daemon But RFC wants empty EDNS in formerr. 2015-11-20 10:32:18 +00:00
dns64 - Fix segfault in the dns64 module in the formaterror error path. 2015-10-15 09:02:01 +00:00
dnstap - spelling fixes from Igor Sobrado Delgado. 2015-11-18 14:11:46 +00:00
doc - Fix for #724: conf syntax to read files from run dir (on Windows). 2015-11-30 15:05:26 +00:00
iterator - spelling fixes from Igor Sobrado Delgado. 2015-11-18 14:11:46 +00:00
libunbound - spelling fixes from Igor Sobrado Delgado. 2015-11-18 14:11:46 +00:00
pythonmod - spelling fixes from Igor Sobrado Delgado. 2015-11-18 14:11:46 +00:00
services - Added assert on rrset cache correctness. 2015-11-20 08:08:11 +00:00
sldns - spelling fixes from Igor Sobrado Delgado. 2015-11-18 14:11:46 +00:00
smallapp - spelling fixes from Igor Sobrado Delgado. 2015-11-18 14:11:46 +00:00
testcode - spelling fixes from Igor Sobrado Delgado. 2015-11-18 14:11:46 +00:00
testdata remove unused comment. 2015-11-16 09:56:53 +00:00
util - iana portlist update. 2015-11-24 11:01:26 +00:00
validator - spelling fixes from Igor Sobrado Delgado. 2015-11-18 14:11:46 +00:00
winrc Fixup %EXECUTABLE% code. 2015-11-30 15:07:11 +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 - updated configure and aclocal with newer autoconf 1.13. 2014-09-25 11:45:32 +00:00
acx_nlnetlabs.m4 - newer acx_nlnetlabs.m4. 2015-11-18 07:45:41 +00:00
acx_python.m4 - improve python configuration detection to build on Fedora 22. 2014-09-19 09:57:20 +00:00
ax_pthread.m4 - Update acx_pthreads.m4 to ax_pthreads.4 (2013-03-29), and apply 2013-05-27 08:22:40 +00:00
config.guess - svn trunk has 1.5.2 in development. 2014-12-09 08:24:27 +00:00
config.h.in - Fix #594. libunbound: optionally use libnettle for crypto. 2015-11-17 09:43:07 +00:00
config.sub - svn trunk has 1.5.2 in development. 2014-12-09 08:24:27 +00:00
configure - Fix #594. libunbound: optionally use libnettle for crypto. 2015-11-17 09:43:07 +00:00
configure.ac - Fix #594. libunbound: optionally use libnettle for crypto. 2015-11-17 09:43:07 +00:00
install-sh - add libunbound.ttl at end of result structure, version bump for 2013-02-07 13:23:48 +00:00
LICENSE - Fix #551: License change "Regents" to "Copyright holder", matching 2014-02-07 12:43:43 +00:00
ltmain.sh - spelling fixes from Igor Sobrado Delgado. 2015-11-18 14:11:46 +00:00
makedist.sh - Fix #720: add windows scripts to zip bundle. 2015-11-24 10:55:18 +00:00
Makefile.in - refactor nsec3 hash implementation to be more library-portable. 2015-11-17 11:30:04 +00:00
README gmake no longer needed. 2012-02-10 10:34:15 +00:00

Unbound README
* ./configure && make && make install
* You can use libevent if you want. libevent is useful when using 
  many (10000) outgoing ports. By default max 256 ports are opened at
  the same time 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