diff --git a/CHANGELOG.md b/CHANGELOG.md index e372ceecb8f..ca2aaa2bed2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,17 @@ See also the [v0.107.27 GitHub milestone][ms-v0.107.27]. NOTE: Add new changes BELOW THIS COMMENT. --> +### Added + +- The ability to set custom IP for EDNS Client Subnet by using the DNS-server + configuration section on the DNS settings page in the UI ([#1472]). + +[#1472]: https://github.com/AdguardTeam/AdGuardHome/issues/1472 + + + ## [v0.107.26] - 2023-03-09 @@ -36,10 +47,9 @@ See also the [v0.107.26 GitHub milestone][ms-v0.107.26]. ### Added -- The ability to set custom IP for EDNS Client Subnet by using the DNS-server - configuration section on the DNS settings page in the UI or the new +- The ability to set custom IP for EDNS Client Subnet by using the new `dns.edns_client_subnet.use_custom` and `dns.edns_client_subnet.custom_ip` - fields in the configuration file([#1472]). + fields ([#1472]). The UI changes are coming in the upcoming releases. - The ability to use `dnstype` rules in the disallowed domains list ([#5468]). This allows dropping requests based on their question types. @@ -100,10 +110,6 @@ In this release, the schema version has changed from 16 to 17. [ms-v0.107.26]: https://github.com/AdguardTeam/AdGuardHome/milestone/62?closed=1 [rfc3696]: https://datatracker.ietf.org/doc/html/rfc3696 - - ## [v0.107.25] - 2023-02-21 diff --git a/openapi/CHANGELOG.md b/openapi/CHANGELOG.md index 998795b775c..3b43140e12b 100644 --- a/openapi/CHANGELOG.md +++ b/openapi/CHANGELOG.md @@ -4,7 +4,7 @@ ## v0.108.0: API changes -## v0.107.26: API changes +## v0.107.27: API changes ### The new optional fields `"edns_cs_use_custom"` and `"edns_cs_custom_ip"` in `DNSConfig`