AdGuard Home versie 0.107.74 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:
SecurityConfiguration changes In this release, the schema version has changed from 33 to 34.
- Frontend libraries has been updated to prevent the possibility of exploiting the vulnerability described in CVE-2026-40175.
- Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in 1.26.2.
Fixed
- 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 theschema_versionback to33.
- Incorrect forwarding of root domain requests when domain-specific upstreams are configured (#7058).
- The strict SNI check setting is not persisted when the TLS configuration is changed (#8327).
- Status reported by the launchd service implementation in cases of scheduled service restart.
- Fixed clients block/unblock when moving clients between allowed and disallowed lists.
