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

pre-release5 hours ago

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

Full changelog

Changed

Configuration changes

In this release, the schema version has changed from 33 to 34.

  • Added a new field doh in http configuration.

    # BEFORE:
    'http':
      #
    'tls':
      #
      'allow_unencrypted_doh': false
    
    # AFTER:
    'http':
      #
      'doh':
        'insecure_enabled': false
        'routes':
          - 'GET /dns-query'
          - 'POST /dns-query'
          - 'GET /dns-query/{ClientID}'
          - 'POST /dns-query/{ClientID}'
    'tls':
      #

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

Fixed

  • Status reported by the launchd service implementation in cases of scheduled service restart.

Don't miss a new AdGuardHome release

NewReleases is sending notifications on new releases.