Software-update: AdGuard Home 0.107.68
AdGuard Home versie 0.107.68 is uitgekomen. Met deze software kan er thuis een DNS-server worden opgezet om zo onder meer advertenties en malware te blokkeren op het hele netwerk, waardoor dat niet langer op elk individueel apparaat nodig is. Het is daarmee dus vergelijkbaar met Pi-hole. AdGuard Home werkt op een machine met Windows, macOS, Linux of FreeBSD, is ook in staat om tegen phishing te beschermen en heeft parental control. Op ons eigen forum kan over het programma worden gediscussieerd. In deze uitgave zijn de volgende veranderingen en verbeteringen aangebracht:
AdGuard Home v0.107.68Let's get “the usual” out of the way: we’ve made some security updates, as we always do, and even managed to make do without any bug fixes this time, for better or for worse. But let’s focus on the main course: new option to enable and disable DNS rewrite rules. This was one of the earlier feature requests, and we are happy to finally deliver. You can enable and disable DNS rewrite rules all at once or do so on an individual rewrite basis — both by editing YAML files or via UI.
SecurityGo version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in 1.25.3.
Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in 1.25.3.AddedNew DNS rewrite settings endpoints GET /control/rewrite/settings and PUT /control/rewrite/settings/update (#1765). See openapi/openapi.yaml for details.New fields "groups" and "group_id" added to the HTTP API (GET /control/blocked_services/all). See openapi/openapi.yaml for the full description.
New DNS rewrite settings endpoints GET /control/rewrite/settings and PUT /control/rewrite/settings/update (#1765). See openapi/openapi.yaml for details.New fields "groups" and "group_id" added to the HTTP API (GET /control/blocked_services/all). See openapi/openapi.yaml for the full description.ChangedPOST /control/rewrite/add and PUT /control/rewrite/update now accept the optional field "enabled" (#1765). See openapi/openapi.yaml for details.
POST /control/rewrite/add and PUT /control/rewrite/update now accept the optional field "enabled" (#1765). See openapi/openapi.yaml for details.Configuration changesIn this release, the schema version has changed from 30 to 31.
Added a new boolean field filtering.rewrites_enabled to globally enable/disable DNS rewrites.Added a new boolean field enabled for each entry in filtering.rewrites to toggle individual rewrites.# BEFORE:'filtering': 'rewrites': - 'domain': test.example 'answer': 192.0.2.0 # …# AFTER:'filtering': 'rewrites_enabled': true 'rewrites': - 'domain': test.example 'answer': 192.0.2.0 'enabled': true # …
Added a new boolean field filtering.rewrites_enabled to globally enable/disable DNS rewrites.Added a new boolean field enabled for each entry in filtering.rewrites to toggle individual rewrites.# BEFORE:'filtering': 'rewrites': - 'domain': test.example 'answer': 192.0.2.0 # …# AFTER:'filtering': 'rewrites_enabled': true 'rewrites': - 'domain': test.example 'answer': 192.0.2.0 'enabled': true # …
Source:
Tweakers.net