AdGuard Home v0.108.0-b.35
Pre-release
Pre-release
adguard-bot
released this
07 Jun 17:44
·
443 commits
to master
since this release
Changes compared to the previous beta, v0.108.0-b.34. See CHANGELOG.md for all changes.
Full changelog
Security
- Go version has been updated to prevent the possibility of exploiting the CVE-2023-29402, CVE-2023-29403, and CVE-2023-29404 Go vulnerabilities fixed in Go 1.19.10.
Added
- The ability to edit rewrite rules via
PUT /control/rewrite/update
HTTP API (#1577).
Fixed
-
Unquoted IPv6 bind hosts with trailing colons erroneously considered unspecified addresses are now properly validated (#5752).
NOTE: the Docker healthcheck script now also doesn't interpret the
""
value as unspecified address. -
Incorrect
Content-Type
header value inPOST /control/version.json
andGET /control/dhcp/interfaces
HTTP APIs (#5716).