Skip to content

AdGuard Home v0.108.0-b.43

Pre-release
Pre-release
Compare
Choose a tag to compare
@adguard-bot adguard-bot released this 02 Aug 15:35
· 259 commits to master since this release

Changes compared to the previous beta, v0.108.0-b.42. See CHANGELOG.md for all changes.

Full changelog

Security

  • Go version has been updated to prevent the possibility of exploiting the CVE-2023-29409 Go vulnerability fixed in Go 1.20.7.

Changed

  • Improved reliability filtering-rule list updates on Unix systems.

Configuration Changes

In this release, the schema version has changed from 24 to 25.

  • Property debug_pprof which used to setup profiling HTTP handler, is now moved to the new pprof object under http section. The new object contains properties enabled and port:

    # BEFORE:
    'debug_pprof': true
    
    # AFTER:
    'http':
        'pprof':
            'enabled': true
            'port': 6060

    Note that the new default 6060 is used as default. To rollback this change, remove the new object pprof, set back debug_pprof, and change the schema_version back to 24.

Deprecated

  • Go 1.20 support. Future versions will require at least Go 1.21 to build.

Fixed

  • Inability to block queries for the root domain, such as NS . queries, using the Disallowed domains feature on the DNS settings page (#6049). Users who want to block . queries should use the |.^ AdBlock rule or a similar regular expression.

  • Client hostnames not resolving when upstream server responds with zero-TTL records (#6046).