- Fix contrib/fastrpz.patch.

git-svn-id: file:///svn/unbound/trunk@4856 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2018-08-16 10:29:00 +00:00
parent df85836b15
commit f2b12c0761
2 changed files with 5 additions and 4 deletions

View file

@ -274,10 +274,10 @@ Index: unbound-1.7.0~rc1/doc/unbound.conf.5.in
=================================================================== ===================================================================
--- unbound-1.7.0~rc1.orig/doc/unbound.conf.5.in --- unbound-1.7.0~rc1.orig/doc/unbound.conf.5.in
+++ unbound-1.7.0~rc1/doc/unbound.conf.5.in +++ unbound-1.7.0~rc1/doc/unbound.conf.5.in
@@ -1581,6 +1581,81 @@ It must be /96 or shorter. The default @@ -1705,6 +1705,81 @@ It must be /96 or shorter. The default
.B dns64\-synthall: \fI<yes or no>\fR used by dns64 processing instead. Can be entered multiple times, list a
Debug option, default no. If enabled, synthesize all AAAA records new domain for which it applies, one per line. Applies also to names
despite the presence of actual AAAA records. underneath the name given.
+.SS "Response Policy Zone Rewriting" +.SS "Response Policy Zone Rewriting"
+.LP +.LP
+Response policy zone rewriting is controlled with the +Response policy zone rewriting is controlled with the

View file

@ -1,5 +1,6 @@
16 August 2018: Wouter 16 August 2018: Wouter
- Fix warning on compile without threads. - Fix warning on compile without threads.
- Fix contrib/fastrpz.patch.
15 August 2018: Wouter 15 August 2018: Wouter
- Fix segfault in auth-zone read and reorder of RRSIGs. - Fix segfault in auth-zone read and reorder of RRSIGs.