AdGuard Home | v0.107.74

AdGuard Home v0.107.74 released on 16-04-2026


AdGuard Home v0.107.74 is out now. A maintenance-focused update delivering security fixes and bug repairs to harden and stabilise deployments.

Visit the project’s GitHub release or the full changelog for details, the security notes and any migration instructions.

What’s in this release

  • Security updates: frontend libraries were upgraded to mitigate CVE-2026-40175 and the Go toolchain updated to include fixes from Go 1.26.2.
  • Configuration schema change: schema_version bumped from 33 to 34 and a new http.doh section added (insecure_enabled defaults to false; default routes include GET/POST /dns-query and GET/POST /dns-query/{ClientID}).
  • Bug fixes: corrected root-domain forwarding with domain-specific upstreams (#7058); persistence of strict SNI when TLS changes (#8327); improved launchd status reporting on scheduled restarts; and fixed client block/unblock behaviour when moving clients between lists.

Upgrade notes

  • Schema change: configuration schema moved to version 34 and adds the http.doh section — to revert the schema change set schema_version back to 33.
  • No other breaking changes are listed in the release notes; consult the full changelog on GitHub for edge cases and platform-specific notes.

Tell the team and other users how the update behaves in your setup — share any issues or surprises from your upgrade experience.

Related posts

Weekly Tech Digest | 06 Jul 2026

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's pressing issues.

wolfCOSE zero-allocation parsing in embedded C

wolfCOSE looks sensible only if you care about what your firmware actually has to carry. I like that, because on small targets the wrong crypto feature can cost more than the message itself, and there...

restic | v0.19.1

restic v0 19 1: safer FUSE mounts and mountpoint checks, robust backup source and exclude handling, clearer CLI JSON output, Windows SFTP deletion fixes