AdGuard Home | v0.107.75

AdGuard Home v0.107.75 released on 19-05-2026


AdGuard Home v0.107.75 is out now. It delivers critical privacy and runtime security fixes for DoH/DoQ forwarding and updates the Go runtime to address known library vulnerabilities.

For full details and downloads, visit the project’s GitHub release or milestone pages and the official documentation.

What’s in this release

  • Critical security fix for DoH and DoQ: IDs of requests forwarded to plain‑DNS upstreams are now set to non‑zero values (GHSA-xgx4-4h9w-53pv) — issue reported by @N0zoM1z0.
  • Go runtime updated to the version addressing known Go library vulnerabilities (see Go 1.26.3 notice), hardening the binary and dependencies.
  • Behaviour and frontend changes: enable_dnssec in the dns configuration now controls whether the proxy sets the DO flag on upstream requests (default: true); frontend API requests no longer depend on axios and dashboard charts moved from Nivo to Recharts.

Upgrade notes

  • Configuration change: check the dns.enable_dnssec setting — its default is now true and it controls the DO flag on upstream requests. Update your dns configuration if you relied on the previous behaviour.
  • Rollback note: if you revert to an earlier release, verify upstream DO flag behaviour and test frontend/API interactions, since dependency and charting behaviour has changed in this build.

Share any feedback or issues on the project’s GitHub so maintainers and the community can see how the fixes perform in real deployments.

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