diff --git a/CHANGELOG.md b/CHANGELOG.md index cef99c10..f29fe565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,15 @@ NOTE: Add new changes BELOW THIS COMMENT. - Ability to define custom directories for storage of query log files and statistics ([#5992]). +### Changed + +- Private RDNS resolution (`dns.use_private_ptr_resolvers` in YAML + configuration) now requires a valid "Private reverse DNS servers", when + enabled ([#6820]). + + **NOTE:** Disabling private RDNS resolution behaves effectively the same as if + no private reverse DNS servers provided by user and by the OS. + ### Fixed - Statistics for 7 days displayed by day on the dashboard graph ([#6712]). @@ -41,6 +50,7 @@ NOTE: Add new changes BELOW THIS COMMENT. [#6711]: https://github.com/AdguardTeam/AdGuardHome/issues/6711 [#6712]: https://github.com/AdguardTeam/AdGuardHome/issues/6712 [#6740]: https://github.com/AdguardTeam/AdGuardHome/issues/6740 +[#6820]: https://github.com/AdguardTeam/AdGuardHome/issues/6820