danicoin/external/unbound/contrib
2015-12-31 08:39:56 +02:00
..
selinux added unbound to external deps 2014-10-05 23:44:31 +02:00
aaaa-filter-iterator.patch update unbound, fix unbound openssl issue on OS X 2015-12-30 12:57:50 +02:00
build-unbound-localzone-from-hosts.pl added unbound to external deps 2014-10-05 23:44:31 +02:00
create_unbound_ad_servers.cmd update unbound, fix unbound openssl issue on OS X 2015-12-30 12:57:50 +02:00
create_unbound_ad_servers.sh updated copyright year 2015-12-31 08:39:56 +02:00
parseunbound.pl added unbound to external deps 2014-10-05 23:44:31 +02:00
patch_rsamd5_enable.diff added unbound to external deps 2014-10-05 23:44:31 +02:00
rc_d_unbound added unbound to external deps 2014-10-05 23:44:31 +02:00
README update libunbound 2015-05-31 16:36:48 +02:00
unbound-host.nagios.patch added unbound to external deps 2014-10-05 23:44:31 +02:00
unbound.init added unbound to external deps 2014-10-05 23:44:31 +02:00
unbound.init_fedora added unbound to external deps 2014-10-05 23:44:31 +02:00
unbound.plist added unbound to external deps 2014-10-05 23:44:31 +02:00
unbound.spec added unbound to external deps 2014-10-05 23:44:31 +02:00
unbound.spec_fedora update unbound, fix unbound openssl issue on OS X 2015-12-30 12:57:50 +02:00
unbound_cache.cmd update unbound from upstream 2015-04-02 11:16:18 +02:00
unbound_cache.sh updated copyright year 2015-12-31 08:39:56 +02:00
unbound_cacti.tar.gz updated copyright year 2015-12-31 08:39:56 +02:00
unbound_munin_ update unbound from upstream 2015-04-02 11:16:18 +02:00
unbound_smf22.tar.gz updated copyright year 2015-12-31 08:39:56 +02:00
update-anchor.sh added unbound to external deps 2014-10-05 23:44:31 +02:00
validation-reporter.sh added unbound to external deps 2014-10-05 23:44:31 +02:00
warmup.cmd updated copyright year 2015-12-31 08:39:56 +02:00
warmup.sh update unbound from upstream 2015-04-02 11:16:18 +02:00

These files are contributed to unbound, and are not part of the official
distribution but may be helpful.

* rc_d_unbound: FreeBSD compatible /etc/rc.d script.
* parseunbound.pl: perl script to run from cron that parses statistics from
	the log file and stores them.
* unbound.spec and unbound.init: RPM specfile and Linux rc.d initfile.
* update-anchor.sh: shell script that uses unbound-host to update a set
	of trust anchor files. Run from cron twice a month.
* unbound_munin_ : plugin for munin statistics report
* unbound_cacti.tar.gz : setup files for cacti statistics report
* selinux: the .fc and .te files for SElinux protection of the unbound daemon
* unbound.plist: launchd configuration file for MacOSX.
* build-unbound-localzone-from-hosts.pl: perl script to turn /etc/hosts into
	a local-zone and local-data include file for unbound.conf.
* unbound-host.nagios.patch: makes unbound-host return status that fits right
	in with the nagios monitoring framework.  Contributed by Migiel de Vos.
* patch_rsamd5_enable.diff: this patch enables RSAMD5 validation (otherwise
  it is treated as insecure).  The RSAMD5 algorithm is deprecated (RFC6725).
* create_unbound_ad_servers.sh: shell script to enter anti-ad server lists.
* create_unbound_ad_servers.cmd: windows script to enter anti-ad server lists.
* unbound_cache.sh: shell script to save and load the cache.
* unbound_cache.cmd: windows script to save and load the cache.
* warmup.sh: shell script to warm up DNS cache by your own MRU domains.
* warmup.cmd: windows script to warm up DNS cache by your own MRU domains.
* aaaa-filter-iterator.patch: adds config option aaaa-filter: yes that
  works like the BIND feature (removes AAAA records unless AAAA-only domain).
  Useful for certain 'broken IPv6 default route' scenarios.
  Patch from Stephane Lapie for ASAHI Net.
* unbound_smf22.tar.gz: Solaris SMF installation/removal scripts.
  Contributed by Yuri Voinov.