all: sync with master
This commit is contained in:
17
CHANGELOG.md
17
CHANGELOG.md
@@ -20,7 +20,18 @@ and this project adheres to
|
||||
- Weaker cipher suites that use the CBC (cipher block chaining) mode of
|
||||
operation have been disabled ([#2993]).
|
||||
|
||||
### Added
|
||||
|
||||
- Support for plain (unencrypted) HTTP/2 ([#4930]). This is useful for AdGuard
|
||||
Home installations behind a reverse proxy.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Incorrect path template in DDR responses ([#4927]).
|
||||
|
||||
[#2993]: https://github.com/AdguardTeam/AdGuardHome/issues/2993
|
||||
[#4927]: https://github.com/AdguardTeam/AdGuardHome/issues/4927
|
||||
[#4930]: https://github.com/AdguardTeam/AdGuardHome/issues/4930
|
||||
|
||||
|
||||
|
||||
@@ -41,9 +52,9 @@ See also the [v0.107.13 GitHub milestone][ms-v0.107.13].
|
||||
|
||||
### Added
|
||||
|
||||
- The new optional `dns.ipset_file` property in the configuration file. It
|
||||
allows loading the `ipset` list from a file, just like `dns.upstream_dns_file`
|
||||
does for upstream servers ([#4686]).
|
||||
- The new optional `dns.ipset_file` property, which can be set in the
|
||||
configuration file. It allows loading the `ipset` list from a file, just like
|
||||
`dns.upstream_dns_file` does for upstream servers ([#4686]).
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user