freebsd-dev/contrib/unbound
Dag-Erling Smørgrav c536e4dc7a Import unblock-lan-zones feature backported from upstream svn trunk.
This is a partial fix for reverse lookups in RFC 1918 networks.  With
this option enabled, unbound no longer ignores these queries; however,
it will still reject the answer it gets from the forwarder, because
the RFC 1918 reverse zones are signed.

Submitted by:	"W.C.A. Wijngaards" <wouter@nlnetlabs.nl>
2014-07-18 11:32:44 +00:00
..
compat Upgrade to latest ldns (1.6.17) and unbound (1.4.22). 2014-05-15 03:30:03 +00:00
daemon Upgrade to latest ldns (1.6.17) and unbound (1.4.22). 2014-05-15 03:30:03 +00:00
doc Import unblock-lan-zones feature backported from upstream svn trunk. 2014-07-18 11:32:44 +00:00
iterator Upgrade to latest ldns (1.6.17) and unbound (1.4.22). 2014-05-15 03:30:03 +00:00
ldns Upgrade to latest ldns (1.6.17) and unbound (1.4.22). 2014-05-15 03:30:03 +00:00
libunbound Move libworker_event_done_cb() from libworker.h to worker.h. 2014-05-27 23:39:28 +00:00
services Import unblock-lan-zones feature backported from upstream svn trunk. 2014-07-18 11:32:44 +00:00
smallapp regenerate 2014-05-15 19:48:52 +00:00
util Import unblock-lan-zones feature backported from upstream svn trunk. 2014-07-18 11:32:44 +00:00
validator Upgrade to latest ldns (1.6.17) and unbound (1.4.22). 2014-05-15 03:30:03 +00:00
ac_pkg_swig.m4
aclocal.m4
acx_nlnetlabs.m4 Upgrade to latest ldns (1.6.17) and unbound (1.4.22). 2014-05-15 03:30:03 +00:00
acx_python.m4
ax_pthread.m4 Upgrade to latest ldns (1.6.17) and unbound (1.4.22). 2014-05-15 03:30:03 +00:00
config.guess
config.h Upgrade to latest ldns (1.6.17) and unbound (1.4.22). 2014-05-15 03:30:03 +00:00
config.h.in Upgrade to latest ldns (1.6.17) and unbound (1.4.22). 2014-05-15 03:30:03 +00:00
config.sub
configure Upgrade to latest ldns (1.6.17) and unbound (1.4.22). 2014-05-15 03:30:03 +00:00
configure.ac Upgrade to latest ldns (1.6.17) and unbound (1.4.22). 2014-05-15 03:30:03 +00:00
freebsd-configure.sh Regenerate the configure script before running it. 2013-09-24 09:56:10 +00:00
freebsd-sources.pl Set props and correct RCS ID tag. 2013-09-21 23:29:02 +00:00
install-sh
LICENSE Upgrade to latest ldns (1.6.17) and unbound (1.4.22). 2014-05-15 03:30:03 +00:00
ltmain.sh
Makefile.in Upgrade to latest ldns (1.6.17) and unbound (1.4.22). 2014-05-15 03:30:03 +00:00
README

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