Changes compared to the previous beta, v0.108.0-b.5. See CHANGELOG.md for all changes.
Full Changelog
Security
- Go version was updated to prevent the possibility of exploiting the CVE-2022-24675, CVE-2022-27536, and CVE-2022-28327 vulnerabilities.
Added
- Support for SVCB/HTTPS parameter
dohpath
in filtering rules with thednsrewrite
modifier according to the RFC draft (#4463).
Changed
-
The default DNS-over-QUIC port number is now
853
instead of754
in accordance with the latest RFC draft (#4276). -
Filtering rules with the
dnsrewrite
modifier that create SVCB or HTTPS responses should useech
instead ofechconfig
to conform with the latest drafts.
Deprecated
-
SVCB/HTTPS parameter name
echconfig
in filtering rules with thednsrewrite
modifier. Useech
instead. v0.109.0 will remove support for the outdated nameechconfig
. -
Obsolete
--no-mem-optimization
option (#4437). v0.109.0 will remove the flag completely.
Fixed
-
I/O timeout errors when checking for the presence of another DHCP server.
-
Network interfaces being incorrectly labeled as down during installation.
-
Rules for blocking the QQ service (#3717).