Unbound is a validating, recursive, and caching DNS resolver.
Go to file
Wouter Wijngaards 92bff79d3d - Fix that with openssl 1.1 control-use-cert: no uses less cpu, by
using no encryption over the unix socket.


git-svn-id: file:///svn/unbound/trunk@3936 be551aaa-1e26-0410-a405-d3ace91eadb9
2016-11-25 16:14:14 +00:00
cachedb Fixup cachedb for root prime module return. 2016-10-24 13:01:19 +00:00
compat - Fix 780: MAP_ANON not defined in HP-UX 11.31. 2016-06-14 10:27:34 +00:00
contrib - patch from Dag-Erling Smorgrav that removes code that relies 2016-11-22 15:50:07 +00:00
daemon - Fix that with openssl 1.1 control-use-cert: no uses less cpu, by 2016-11-25 16:14:14 +00:00
dns64 - Fix incomplete prototypes reported by Dag-Erling Smørgrav. 2016-09-05 07:23:23 +00:00
dnstap - Fix dnstap-log-resolver-response-messages, from Nikolay Edigaryev. 2016-03-21 09:04:21 +00:00
doc - Fix that with openssl 1.1 control-use-cert: no uses less cpu, by 2016-11-25 16:14:14 +00:00
iterator - Added stub-ssl-upstream and forward-ssl-upstream options. 2016-11-04 12:07:52 +00:00
libunbound pass ssl_upstream as int to (lib)worker_send_query 2016-11-04 14:02:22 +00:00
pythonmod - generic edns option parse and store code. 2016-05-31 15:08:05 +00:00
services - QNAME minimisation uses QTYPE=A, therefore always check cache for 2016-11-22 10:50:53 +00:00
sldns Check for LibreSSL usage when OpenSSL version number >= 1.1 2016-09-15 14:40:42 +00:00
smallapp - Fix that with openssl 1.1 control-use-cert: no uses less cpu, by 2016-11-25 16:14:14 +00:00
testcode - patch from Dag-Erling Smorgrav that removes code that relies 2016-11-22 15:50:07 +00:00
testdata - Added unit test for QNAME minimisation + harden below nxdomain 2016-11-22 13:53:51 +00:00
util - iana portlist update. 2016-11-22 08:22:49 +00:00
validator - Make access-control-tag-data RDATA absolute. This makes the RDATA origin 2016-11-22 10:10:48 +00:00
winrc - Fix incomplete prototypes reported by Dag-Erling Smørgrav. 2016-09-05 07:23:23 +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 And aclocal too (you need matching libtool versions for configure to work). 2016-03-10 08:30:07 +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 - patch from Dag-Erling Smorgrav that removes code that relies 2016-11-22 15:50:07 +00:00
config.sub - svn trunk has 1.5.2 in development. 2014-12-09 08:24:27 +00:00
configure - patch from Dag-Erling Smorgrav that removes code that relies 2016-11-22 15:50:07 +00:00
configure.ac - patch from Dag-Erling Smorgrav that removes code that relies 2016-11-22 15:50: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 - Updated configure and ltmain.sh. 2016-03-10 08:20:52 +00:00
makedist.sh fixup unused $strip variable 2016-08-25 07:53:48 +00:00
Makefile.in Added views functionality. 2016-10-05 09:36:25 +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