Unbound - DNS récursif (utilisé par OPNsense)
Find a file
Wouter Wijngaards ef80a99397 - Fix to also block meta types 128 through to 248 with formerr.
git-svn-id: file:///svn/unbound/trunk@3985 be551aaa-1e26-0410-a405-d3ace91eadb9
2017-01-12 08:12:39 +00:00
cachedb - Added generic EDNS code for registering known EDNS option codes, 2016-12-06 13:42:51 +00:00
compat - Fix 780: MAP_ANON not defined in HP-UX 11.31. 2016-06-14 10:27:34 +00:00
contrib - configure --enable-systemd and lets unbound use systemd sockets if 2017-01-03 13:43:29 +00:00
daemon - Fix to also block meta types 128 through to 248 with formerr. 2017-01-12 08:12:39 +00:00
dns64 - Added generic EDNS code for registering known EDNS option codes, 2016-12-06 13:42:51 +00:00
dnstap - Fix dnstap-log-resolver-response-messages, from Nikolay Edigaryev. 2016-03-21 09:04:21 +00:00
doc - Fix to also block meta types 128 through to 248 with formerr. 2017-01-12 08:12:39 +00:00
iterator - Added generic EDNS code for registering known EDNS option codes, 2016-12-06 13:42:51 +00:00
libunbound - Added generic EDNS code for registering known EDNS option codes, 2016-12-06 13:42:51 +00:00
pythonmod - Minor Python doc fix for testing commit post-hooks. 2016-12-06 14:04:42 +00:00
services - Fix #1185: Source IP rate limiting, patch from Larissa Feng. 2017-01-05 13:57:12 +00:00
sldns - Fix downcast warnings from visual studio in sldns code. 2016-12-08 08:49:12 +00:00
smallapp - Fix #1185: Source IP rate limiting, patch from Larissa Feng. 2017-01-05 13:57:12 +00:00
testcode - Added generic EDNS code for registering known EDNS option codes, 2016-12-06 13:42:51 +00:00
testdata Add DSA support for OpenSSL 1.1 2016-12-07 12:58:47 +00:00
util - Fix #1202: Fix code comment that packed_rrset_data is not always 2017-01-09 09:47:06 +00:00
validator Add DSA support for OpenSSL 1.1 2016-12-07 12:58:47 +00:00
winrc - Fix #1178: attempt to fix setup error at end, pop result values 2016-12-14 08:55:44 +00:00
.gitattributes - .gitattributes line for githubs code language display. 2016-11-03 08:29:29 +00:00
.gitignore - .gitignore for git users. 2015-12-01 14:36:21 +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 - configure --enable-systemd and lets unbound use systemd sockets if 2017-01-03 13:43:29 +00:00
acx_nlnetlabs.m4 - acx_nlnetlabs.m4 to v34, with -ldl -pthread test for libcrypto. 2016-03-21 10:22:40 +00:00
acx_python.m4 - Fix #773: Non-standard Python location build failure with pyunbound. 2016-06-07 08:18:20 +00:00
ax_pthread.m4 - updated ax_pthread.m4 to version 21 with clang support, this 2015-12-11 12:19:12 +00:00
config.guess - svn trunk has 1.5.2 in development. 2014-12-09 08:24:27 +00:00
config.h.in - configure --enable-systemd and lets unbound use systemd sockets if 2017-01-03 13:43:29 +00:00
config.sub - svn trunk has 1.5.2 in development. 2014-12-09 08:24:27 +00:00
configure - configure --enable-systemd and lets unbound use systemd sockets if 2017-01-03 13:43:29 +00:00
configure.ac - configure --enable-systemd and lets unbound use systemd sockets if 2017-01-03 13:43:29 +00:00
install-sh - new install-sh. 2016-11-28 09:52:02 +00:00
LICENSE - Fix #551: License change "Regents" to "Copyright holder", matching 2014-02-07 12:43:43 +00:00
ltmain.sh - Updated configure and ltmain.sh. 2016-03-10 08:20:52 +00:00
makedist.sh - 64bit is default for windows builds. 2016-12-15 11:34:24 +00:00
Makefile.in make depend 2016-12-06 15:29:35 +00:00
README gmake no longer needed. 2012-02-10 10:34:15 +00:00
systemd.m4 - configure --enable-systemd and lets unbound use systemd sockets if 2017-01-03 13:43:29 +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