Deleted Added
full compact
README (361435) README (368693)
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

--- 39 unchanged lines hidden (view full) ---

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.
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

--- 39 unchanged lines hidden (view full) ---

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.