Die Open-Source Software AdGuard Home, kurz AGH, ermöglicht das blockieren von Werbung und Tracking im Netzwerk. Dieses Release ist ein Bugfix Release das ausschließlich Fehler behebt und Änderungen durchführt.
AdGuard Home Release Notes v0.107.33
See also the v0.107.33 GitHub milestone.
Added
- The new command-line flag
--web-addris the address to serve the web UI on, in the host:port format. - The ability to set inactivity periods for filtering blocked services, both globally and per client, in the configuration file (#951). The UI changes are coming in the upcoming releases.
- The ability to edit rewrite rules via
PUT /control/rewrite/updateHTTP API and the Web UI (#1577).
Changed
Configuration Changes
In this release, the schema version has changed from 20 to 23.
- Properties
bind_host,bind_port, andweb_session_ttlwhich used to setup web UI binding configuration, are now moved to a new objecthttpcontaining new propertiesaddressandsession_ttl:# BEFORE: ‚bind_host‘: ‚1.2.3.4‘ ‚bind_port‘: 8080 ‚web_session_ttl‘: 720 # AFTER: ‚http‘: ‚address‘: ‚1.2.3.4:8080′ ’session_ttl‘: ‚720h’Note that the newhttp.session_ttlproperty is now a duration string. To rollback this change, remove the new objecthttp, set backbind_host,bind_port,web_session_ttl, and change theschema_versionback to22. - Property
clients.persistent.blocked_services, which in schema versions 21 and earlier used to be a list containing ids of blocked services, is now an object containing ids and schedule for blocked services:# BEFORE: ‚clients‘: ‚persistent‘: – ’name‘: ‚client-name‘ ‚blocked_services‘: – id_1 – id_2 # AFTER: ‚clients‘: ‚persistent‘: – ’name‘: client-name ‚blocked_services‘: ‚ids‘: – id_1 – id_2 ’schedule‘: ‚time_zone‘: ‚Local‘ ’sun‘: ’start‘: ‚0s‘ ‚end‘: ’24h‘ ‚mon‘: ’start‘: ‚1h‘ ‚end‘: ’23h’To rollback this change, replaceclients.persistent.blocked_servicesobject with the list of ids of blocked services and change theschema_versionback to21. - Property
dns.blocked_services, which in schema versions 20 and earlier used to be a list containing ids of blocked services, is now an object containing ids and schedule for blocked services:# BEFORE: ‚blocked_services‘: – id_1 – id_2 # AFTER: ‚blocked_services‘: ‚ids‘: – id_1 – id_2 ’schedule‘: ‚time_zone‘: ‚Local‘ ’sun‘: ’start‘: ‚0s‘ ‚end‘: ’24h‘ ‚mon‘: ’start‘: ’10m‘ ‚end‘: ’23h30m‘ ‚tue‘: ’start‘: ’20m‘ ‚end‘: ’23h‘ ‚wed‘: ’start‘: ’30m‘ ‚end‘: ’22h30m‘ ‚thu‘: ’start‘: ’40m‘ ‚end‘: ’22h‘ ‚fri‘: ’start‘: ’50m‘ ‚end‘: ’21h30m‘ ’sat‘: ’start‘: ‚1h‘ ‚end‘: ’21h’To rollback this change, replacedns.blocked_servicesobject with the list of ids of blocked services and change theschema_versionback to20.
Deprecated
HEALTHCHECKandENTRYPOINTsections inDockerfile(#5939). They cause a lot of issues, especially with tools likedocker-composeandpodman, and will be removed in a future release.- Flags
-h,--host,-p,--porthave been deprecated. The-hflag will work as an alias for--help, instead of the deprecated--hostin the future releases.
Fixed
- Ignoring of
/etc/hostsfile when resolving the hostnames of upstream DNS servers (#5902). - Excessive error logging when using DNS-over-QUIC (#5285).
- Inability to set
bind_hostinAdGuardHome.yamlin Docker (#4231, #4235). - The blocklists can now be deleted properly (#5700).
- Queries with the question-section target
., for exampleNS ., are now counted in the statistics and correctly shown in the query log (#5910). - Safe Search not working with
AAAAqueries for domains that don’t haveAAAArecords (#5913).
Quelle: https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.33
Interessiert in verschiedenste IT Themen, schreibe ich in diesem Blog über Software, Hardware, Smart Home, Games und vieles mehr. Ich berichte z.B. über die Installation und Konfiguration von Software als auch von Problemen mit dieser. News sind ebenso spannend, sodass ich auch über Updates, Releases und Neuigkeiten aus der IT berichte. Letztendlich nutze ich Taste-of-IT als eigene Dokumentation und Anlaufstelle bei wiederkehrenden Themen. Ich hoffe ich kann dich ebenso informieren und bei Problemen eine schnelle Lösung anbieten. Wer meinen Aufwand unterstützen möchte, kann gerne eine Tasse oder Pod Kaffe per PayPal spenden – vielen Dank.