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
dohinhttpconfiguration.# 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_versionback to33.
Fixed
- Status reported by the launchd service implementation in cases of scheduled service restart.