]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix contrib/fastrpz.patch.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 16 Aug 2018 10:29:00 +0000 (10:29 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 16 Aug 2018 10:29:00 +0000 (10:29 +0000)
git-svn-id: file:///svn/unbound/trunk@4856 be551aaa-1e26-0410-a405-d3ace91eadb9

contrib/fastrpz.patch
doc/Changelog

index d5edc322405cfb8a689c723dd31aa8d8b16e7f20..b80eeb2bb927c3e4f5f5fac6a764cea5e4b490cf 100644 (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/doc/unbound.conf.5.in
-@@ -1581,6 +1581,81 @@ It must be /96 or shorter.  The default
- .B dns64\-synthall: \fI<yes or no>\fR
Debug option, default no.  If enabled, synthesize all AAAA records
despite the presence of actual AAAA records.
+@@ -1705,6 +1705,81 @@ It must be /96 or shorter.  The default
+ used by dns64 processing instead.  Can be entered multiple times, list a
new domain for which it applies, one per line.  Applies also to names
underneath the name given.
 +.SS "Response Policy Zone Rewriting"
 +.LP
 +Response policy zone rewriting is controlled with the
index 6b68c9a5c3abb13ba3cffffccbdcdd81259e0a2a..8fa458d8c6b7c128b6d0a26dbff7522a046692e6 100644 (file)
@@ -1,5 +1,6 @@
 16 August 2018: Wouter
        - Fix warning on compile without threads.
+       - Fix contrib/fastrpz.patch.
 
 15 August 2018: Wouter
        - Fix segfault in auth-zone read and reorder of RRSIGs.