mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix #387: client-subnet-always-forward seems to effectively bypass
any caching?
This commit is contained in:
parent
752aea8407
commit
2e4d64684e
2 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
6 January 2021: Wouter
|
6 January 2021: Wouter
|
||||||
- Fix #379: zone loading over HTTP appears to have buffer issues.
|
- Fix #379: zone loading over HTTP appears to have buffer issues.
|
||||||
- Merge PR #395 from mptre: add missing null check.
|
- 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
|
5 January 2021: Wouter
|
||||||
- Fix #385: autoconf 2.70 impacts unbound build
|
- Fix #385: autoconf 2.70 impacts unbound build
|
||||||
|
|
|
||||||
|
|
@ -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
|
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
|
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
|
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
|
.TP
|
||||||
.B max\-client\-subnet\-ipv6: \fI<number>\fR
|
.B max\-client\-subnet\-ipv6: \fI<number>\fR
|
||||||
Specifies the maximum prefix length of the client source address we are willing
|
Specifies the maximum prefix length of the client source address we are willing
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue