Pull request 2084: fix-chlog
Squashed commit of the following: commit eb318af376731d7ba15132ae863ecaac004c4431 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Wed Nov 22 18:04:02 2023 +0300 all: fix chlog
This commit is contained in:
parent
f28dcefa29
commit
1320043e95
|
@ -29,6 +29,8 @@ NOTE: Add new changes BELOW THIS COMMENT.
|
||||||
encrypted protocol is already used ([#1660]).
|
encrypted protocol is already used ([#1660]).
|
||||||
- Ability to specify rate limiting settings in the Web UI ([#6369]).
|
- Ability to specify rate limiting settings in the Web UI ([#6369]).
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
#### Configuration changes
|
#### Configuration changes
|
||||||
|
|
||||||
- The new property `dns.serve_plain_dns` has been added to the configuration
|
- The new property `dns.serve_plain_dns` has been added to the configuration
|
||||||
|
@ -41,7 +43,7 @@ NOTE: Add new changes BELOW THIS COMMENT.
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- `ipset` entries family validation ([#6420]).
|
- `ipset` entries family validation ([#6420]).
|
||||||
- Pre-filling the New static lease window with data ([#6402]).
|
- Pre-filling the *New static lease* window with data ([#6402]).
|
||||||
- Protection pause timer synchronization ([#5759]).
|
- Protection pause timer synchronization ([#5759]).
|
||||||
|
|
||||||
[#1660]: https://github.com/AdguardTeam/AdGuardHome/issues/1660
|
[#1660]: https://github.com/AdguardTeam/AdGuardHome/issues/1660
|
||||||
|
|
Loading…
Reference in New Issue