Changes compared to the previous beta, v0.108.0-b.3. See CHANGELOG.md for all changes.
Full Changelog
Security
-
Go version was updated to prevent the possibility of exploiting the CVE-2022-24921 vulnerability. As the CVE page is still showing “reserved” at the time of publishing, see also golang/go#51112.
-
Enforced password strength policy (#3503).
Added
-
EDNS Client-Subnet (ESC) information in the request details section of a query log record (#3978).
-
Support for hostnames for plain UDP upstream servers using the
udp://
scheme (#4166). -
Logs are now collected by default on FreeBSD and OpenBSD when AdGuard Home is installed as a service (#4213).
Changed
- Domain-specific private reverse DNS upstream servers are now validated to allow only
*.in-addr.arpa
and*.ip6.arpa
domains pointing to locally-served networks (#3381). Note: If you already have invalid entries in your configuration, consider removing them manually, since they essentially had no effect.