Pull request: decr optimistic ttl

Merge in DNS/adguard-home from 2145-optimistic-ttl to master

Updates #2145.

Squashed commit of the following:

commit 81e5aba650980403d70d6756aebe73af228fe11a
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Wed Mar 9 18:34:50 2022 +0500

    all: upd proxy
This commit is contained in:
Eugene Burkov
2022-03-09 16:59:31 +03:00
parent dc0d081b47
commit e7b3c9969b
3 changed files with 6 additions and 3 deletions

View File

@@ -27,6 +27,8 @@ and this project adheres to
### Changed
- The TTL of responses served from the optimistic cache is now lowered to 10
seconds.
- Domain-specific private reverse DNS upstream servers are now validated to
allow only `*.in-addr.arpa` and `*.ip6.arpa` domains pointing to
locally-served networks ([#3381]). **Note:** If you already have invalid
@@ -76,6 +78,7 @@ In this release, the schema version has changed from 12 to 13.
### Security
- `User-Agent` HTTP header removed from outcoming DNS-over-HTTPS requests.
- Enforced password strength policy ([#3503]).
- Weaker cipher suites that use the CBC (cipher block chaining) mode of
operation have been disabled ([#2993]).