]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix #387: client-subnet-always-forward seems to effectively bypass
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 6 Jan 2021 12:42:00 +0000 (13:42 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 6 Jan 2021 12:42:00 +0000 (13:42 +0100)
  any caching?

doc/Changelog
doc/unbound.conf.5.in

index 6c1e9a20e688ea0a775ede4415eec0d873eef4a5..7e831333327ccfc66c66a22e38a046da8fb8cfff 100644 (file)
@@ -1,6 +1,8 @@
 6 January 2021: Wouter
        - Fix #379: zone loading over HTTP appears to have buffer issues.
        - Merge PR #395 from mptre: add missing null check.
+       - Fix #387: client-subnet-always-forward seems to effectively bypass
+         any caching?
 
 5 January 2021: Wouter
        - Fix #385: autoconf 2.70 impacts unbound build
index 38bbc44df6f15900349e71466e1a725999d6301c..fa6f91b7c42751bd36fa07b55896bbac13eba32b 100644 (file)
@@ -2033,7 +2033,8 @@ Specify whether the ECS address check (configured using
 query contains an ECS record, or only for queries for which the ECS record is
 generated using the querier address (and therefore did not contain ECS data in
 the client query). If enabled, the address check is skipped when the client
-query contains an ECS record. Default is no.
+query contains an ECS record. And the lookup in the regular cache is skipped.
+Default is no.
 .TP
 .B max\-client\-subnet\-ipv6: \fI<number>\fR
 Specifies the maximum prefix length of the client source address we are willing