diff --git a/CHANGELOG.md b/CHANGELOG.md index ba9d6854..cf360a41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ NOTE: Add new changes BELOW THIS COMMENT. ### Added +- The ability to filter DNS HTTPS records including IPv4/v6 hints. ([#6053]). - Two new metrics showing total number of responses from each upstream DNS server and their average processing time in the Web UI ([#1453]). - The ability to set the port for the `pprof` debug API, see configuration @@ -32,6 +33,10 @@ NOTE: Add new changes BELOW THIS COMMENT. ### Changed +- For non-A and non-AAAA requests, which has been filtered, the NODATA response + is returned if the blocking mode isn't set to `Null IP`. In previous versions + it returned NXDOMAIN response in such cases. + #### Configuration Changes In this release, the schema version has changed from 24 to 25. @@ -63,6 +68,7 @@ In this release, the schema version has changed from 24 to 25. [#1453]: https://github.com/AdguardTeam/AdGuardHome/issues/1453 [#5948]: https://github.com/AdguardTeam/AdGuardHome/issues/5948 +[#6053]: https://github.com/AdguardTeam/AdGuardHome/issues/6053