github AdguardTeam/AdGuardHome v0.108.0-b.74
AdGuard Home v0.108.0-b.74

latest release: v0.107.65
pre-release20 days ago

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

Full changelog

Added

  • A separate checkbox in the Web UI to enable or disable the global DNS response cache without losing the configured cache size.

  • A new "cache_enabled" field to the HTTP API (GET /control/dns_info and POST /control/dns_config). See openapi/openapi.yaml for the full description.

Changed

Configuration changes

In this release, the schema version has changed from 29 to 30.

  • Added a new boolean field dns.cache_enabled to the configuration. This field explicitly controls whether DNS caching is enabled, replacing the previous implicit logic based on dns.cache_size.

    # BEFORE:
    'dns':
        #
        'cache_size': 123456
    
    # AFTER:
    'dns':
        #
        'cache_enabled': true
        'cache_size': 123456

    To roll back this change, set the schema_version back to 29.

Fixed

  • Disabled state of Top clients action button in web UI (#7923).

Don't miss a new AdGuardHome release

NewReleases is sending notifications on new releases.