NameDateSize

..03-Jun-202145

aaaa-filter-iterator.patchH A D29-Nov-202015 KiB

android/H24-Sep-20208

build-unbound-localzone-from-hosts.plH A D03-Jun-20211.2 KiB

create_unbound_ad_servers.cmdH A D22-Dec-20161.1 KiB

create_unbound_ad_servers.shH A D03-Jun-20211 KiB

drop-tld.diffH A D04-Jan-20203.1 KiB

drop2rpzH A D25-May-20201,009

fastrpz.patchH A D24-Sep-2020106.8 KiB

ios/H24-Sep-20208

libunbound.pc.inH A D24-Sep-2020416

libunbound.so.confH A D04-Jan-20202 KiB

metrics.awkH A D16-Dec-202010.1 KiB

parseunbound.plH A D03-Jun-20215.6 KiB

patch_rsamd5_enable.diffH A D22-Dec-2016542

rc_d_unboundH A D22-Dec-2016586

READMEH A D16-Dec-20203.5 KiB

redirect-bogus.patchH A D04-Jan-202012.6 KiB

selinux/H22-Dec-20164

unbound-fuzzers.tar.bz2H A D04-Jan-20201.6 KiB

unbound-fuzzme.patchH A D04-Jan-20206.4 KiB

unbound-host.nagios.patchH A D22-Dec-20163.2 KiB

unbound-querycachedb.pyH A D04-Jan-20202.7 KiB

unbound.initH A D04-Jan-20203.4 KiB

unbound.init_fedoraH A D04-Jan-20202.8 KiB

unbound.plistH A D22-Dec-2016926

unbound.service.inH A D16-Dec-20203.4 KiB

unbound.socket.inH A D04-Jan-2020142

unbound.specH A D22-Dec-20163.8 KiB

unbound.spec_fedoraH A D22-Dec-201614.8 KiB

unbound_cache.cmdH A D22-Dec-20162.6 KiB

unbound_cache.shH A D03-Jun-20213.4 KiB

unbound_cacti.tar.gzH A D22-Dec-201671.5 KiB

unbound_munin_H A D29-Nov-202017.6 KiB

unbound_portable.service.inH A D16-Dec-20201.4 KiB

unbound_smf23.tar.gzH A D25-May-20204.5 KiB

update-anchor.shH A D22-Dec-20164.2 KiB

validation-reporter.shH A D22-Dec-20162.3 KiB

warmup.cmdH A D22-Dec-20162.5 KiB

warmup.shH A D03-Jun-20212.1 KiB

README

1These files are contributed to unbound, and are not part of the official
2distribution but may be helpful.
3
4* rc_d_unbound: FreeBSD compatible /etc/rc.d script.
5* parseunbound.pl: perl script to run from cron that parses statistics from
6	the log file and stores them.
7* unbound.spec and unbound.init: RPM specfile and Linux rc.d initfile.
8* update-anchor.sh: shell script that uses unbound-host to update a set
9	of trust anchor files. Run from cron twice a month.
10* unbound_munin_ : plugin for munin statistics report
11* unbound_cacti.tar.gz : setup files for cacti statistics report
12* selinux: the .fc and .te files for SElinux protection of the unbound daemon
13* unbound.plist: launchd configuration file for MacOSX.
14* build-unbound-localzone-from-hosts.pl: perl script to turn /etc/hosts into
15	a local-zone and local-data include file for unbound.conf.
16* unbound-host.nagios.patch: makes unbound-host return status that fits right
17	in with the nagios monitoring framework.  Contributed by Migiel de Vos.
18* patch_rsamd5_enable.diff: this patch enables RSAMD5 validation (otherwise
19  it is treated as insecure).  The RSAMD5 algorithm is deprecated (RFC6725).
20* create_unbound_ad_servers.sh: shell script to enter anti-ad server lists.
21* create_unbound_ad_servers.cmd: windows script to enter anti-ad server lists.
22* unbound_cache.sh: shell script to save and load the cache.
23* unbound_cache.cmd: windows script to save and load the cache.
24* warmup.sh: shell script to warm up DNS cache by your own MRU domains.
25* warmup.cmd: windows script to warm up DNS cache by your own MRU domains.
26* aaaa-filter-iterator.patch: adds config option aaaa-filter: yes that
27  works like the BIND feature (removes AAAA records unless AAAA-only domain).
28  Useful for certain 'broken IPv6 default route' scenarios.
29  Patch from Stephane Lapie for ASAHI Net.
30* unbound_smf23.tar.gz: Solaris SMF installation/removal scripts.
31  Contributed by Yuri Voinov.
32* unbound.socket and unbound.service: systemd files for unbound, install them
33  in /usr/lib/systemd/system.  Contributed by Sami Kerola and Pavel Odintsov.
34* unbound_portable.service.in: systemd file for use unbound as portable service,
35  see comments in the file. Contributed by Frzk.
36* redirect-bogus.patch: Return configured address for bogus A and AAAA answers,
37  instead of SERVFAIL. Contributed by SIDN.
38* fastrpz.patch: fastrpz support from Farsight Security.
39* libunbound.so.conf: ltrace.conf file, see ltrace.conf(5), for libunbound.
40* unbound-querycachedb.py: utility to show data stored in cachedb backend
41  for a particular query name and type.  It requires dnspython and (for
42  redis backend) redis Python modules.
43* unbound-fuzzme.patch: adds unbound-fuzzme program that parses a packet from
44  stdin.  Used with fuzzers, patch from Jacob Hoffman-Andrews.
45* unbound-fuzzers.tar.bz2: three programs for fuzzing, that are 1:1
46  replacements for unbound-fuzzme.c that gets created after applying
47  the contrib/unbound-fuzzme.patch.  They are contributed by
48  Eric Sesterhenn from X41 D-Sec.
49* drop-tld.diff: adds option drop-tld: yesno that drops 2 label queries,
50  to stop random floods.  Apply with patch -p1 < contrib/drop-tld.diff and
51  compile.  From Saksham Manchanda (Secure64).  Please note that we think
52  this will drop DNSKEY and DS lookups for tlds and hence break DNSSEC
53  lookups for downstream clients.
54* drop2rpz: perl script that converts the Spamhaus DROP-List in RPZ-Format,
55  contributed by Andreas Schulze.
56* metrics.awk: awk script that can convert unbound-control stats to
57  Prometheus metrics format output.
58