Skip to content

Commit

Permalink
all: fix chlog
Browse files Browse the repository at this point in the history
  • Loading branch information
schzhn committed Mar 10, 2023
1 parent 6dcdcbd commit 19c6851
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!--
NOTE: Add new changes ABOVE THIS COMMENT.
-->



## [v0.107.26] - 2023-03-09
Expand All @@ -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.

Expand Down Expand Up @@ -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

<!--
NOTE: Add new changes ABOVE THIS COMMENT.
-->



## [v0.107.25] - 2023-02-21
Expand Down
2 changes: 1 addition & 1 deletion openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 19c6851

Please sign in to comment.