Software-update: AdGuard Home 0.107.65
AdGuard Home versie 0.107.65 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:
SecurityGo version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in 1.24.6.
Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in 1.24.6.AddedA separate checkbox in the Web UI to enable or disable the global DNS response cache without losing the configured cache size.A new "cache_enabled" field to the HTTP API (GET /control/dns_info and POST /control/dns_config). See openapi/openapi.yaml for the full description.
A separate checkbox in the Web UI to enable or disable the global DNS response cache without losing the configured cache size.A new "cache_enabled" field to the HTTP API (GET /control/dns_info and POST /control/dns_config). See openapi/openapi.yaml for the full description.Configuration changesIn this release, the schema version has changed from 29 to 30.
Added a new boolean field dns.cache_enabled to the configuration. This field explicitly controls whether DNS caching is enabled, replacing the previous implicit logic based on dns.cache_size.# BEFORE:'dns': # … 'cache_size': 123456# AFTER:'dns': # … 'cache_enabled': true 'cache_size': 123456
Added a new boolean field dns.cache_enabled to the configuration. This field explicitly controls whether DNS caching is enabled, replacing the previous implicit logic based on dns.cache_size.# BEFORE:'dns': # … 'cache_size': 123456# AFTER:'dns': # … 'cache_enabled': true 'cache_size': 123456Added a new boolean field dns.cache_enabled to the configuration. This field explicitly controls whether DNS caching is enabled, replacing the previous implicit logic based on dns.cache_size.
To roll back this change, set the schema_version back to 29.
To roll back this change, set the schema_version back to 29.To roll back this change, set the schema_version back to 29.
FixedDisabled state of Top clients action button in web UI (#7923).
Disabled state of Top clients action button in web UI (#7923).
Source:
Tweakers.net