Changes compared to the previous beta, v0.108.0-b.25. See CHANGELOG.md for all changes.
Full changelog
Added
- DNS64 support (#5117). The function may be enabled with new
use_dns64
field underdns
object in the configuration along withdns64_prefixes
, the set of exclusion prefixes to filter AAAA responses. The Well-Known Prefix (64:ff9b::/96
) is used if no custom prefixes are specified.
Fixed
-
Filtering rules with
*
as the hostname not working properly (#5245). -
Various dark theme bugs (#5375).
Removed
-
The “beta frontend” and the corresponding APIs. They never quite worked properly, and the future new version of AdGuard Home API will probably be different.
Correspondingly, the configuration parameter
beta_bind_port
has been removed as well.