For months, we have been surgically optimizing our DNS processing pipeline. Today, we are officially consolidating these efforts under the AdGuardHome-Edge project. This is not merely a deployment, but a custom-engineered fork of the AdGuard engine, built to operate at the absolute edge of performance.
While our public-facing tools like dns-ultra remain open, AdGuardHome-Edge is a private, hardened branch optimized for our specific hardware (AMD EPYC Zen 2) and latency requirements. We have stripped away non-essential overhead, implemented custom memory-pooling strategies in the dnsproxy layer, and re-architected the internal event loop to eliminate garbage collection bottlenecks. This fork allows us to apply security patches and performance fixes faster than upstream, maintaining a zero-allocation profile that handles traffic spikes with microsecond precision.
We are formalizing our infrastructure under the AdGuardHome-Edge designation, a high-performance, custom-optimized fork of the core AdGuard engine.
Highlights
- Private, hardened fork of AdGuard core for maximum stability
- Custom memory-pooling architecture to eliminate GC pauses
- Optimized for Zen 2/AVX2 native instruction sets
- Faster security patching cycle independent of upstream releases
- Hardened internal event loop for ultra-low latency processing