AdGuard Home v0.108.0-b.7
Pre-releaseChanges compared to the previous beta, v0.108.0-b.6. See CHANGELOG.md for all changes.
Full Changelog
Added
-
Support for Discovery of Designated Resolvers (DDR) according to the RFC draft (#4463).
-
The ability to control each source of runtime clients separately via
clients.runtime_sourcesconfiguration object (#3020).
Changed
Configuration Changes
The schema version has changed from 13 to 14.
-
Object
clients, which in schema versions 13 and earlier was an array of actual persistent clients, is now consist ofpersistentandruntime_sourcesproperties:# BEFORE: 'clients': - name: client-name # … # AFTER: 'clients': 'persistent': - name: client-name # … 'runtime_sources': whois: true arp: true rdns: true dhcp: true hosts: true
The value for
clients.runtime_sources.rdnsfield is taken fromdns.resolve_clientsproperty. To rollback this change, remove theruntime_sourcesproperty, move the contents ofpersistentinto theclientsitself, the value ofclients.runtime_sources.rdnsinto thedns.resolve_clients, and change theschema_versionback to13.
Deprecated
- The
--no-etc-hostsoption. Its' functionality is now controlled byclients.runtime_sources.hostsconfiguration property. v0.109.0 will remove the flag completely.