0.2.0 (2026-04-02)
Features
- deploy: add automate migrate command to push existing config to new servers (5c96c4e)
- deploy: add optional Cloudflare DNS update to migration script (ccfc6a4)
- deploy: add safe in-place server update flow (#23) (2bdf27a)
- deploy: automate zero-RTT masking and OS-level tcp desync (c7838c8)
- deploy: extract DNS update into a standalone make target (69ddfa0)
- env example (5774ccc)
- env example (10b9722)
- gemini md update anti dpi research (b940bed)
- Initial (bafd7e0)
- Initial (58aa01b)
- Initial (a3cc105)
- Initial (9481687)
- Initial (61c723e)
- Initial (ba009f3)
- Initial (d32b49b)
- Initial (64f85ea)
- Initial (bd131ce)
- Initial (7b1397b)
- Initial (3b951da)
- Initial (eab15ed)
- Initial (2298fb3)
- Initial (049d82e)
- Initial (4285955)
- Initial (2471da7)
- Initial (e97fa99)
- Initial (b76afda)
- Initial (6d55a6e)
- Initial (84cf8b3)
- Initial (b0b8e1e)
- Initial (074f16e)
- Initial (5000a46)
- three-layer DPI bypass (\u0422\u0421\u041f\u0423 evasion) (a6d7aae)
Bug Fixes
- apply TCPMSS DPI bypass rule to IPv6 out of the box via ip6tables (17a58bd)
- cache mask domain DNS at startup, prevent SEGFAULT on small-stack threads (8653964)
- correct Zig tarball naming convention in install script (closes #1) (4affb92)
- deploy: add missing build dependencies for zapret nfqws (f156511)
- deploy: prevent apt-get update from crashing installation on third-party repo failures (#4) (51e4c18)
- disable FAST_MODE for Media DCs to fix large channel images (21f43bd)
- install xxd in deploy script (closes #13) (b87872d)
- middleproxy: align promo ME routing and deployment sync (fb285a2)
- middleproxy: skip s2c noop padding frames (f76998f)
- middleproxy: stabilize dc203 relay and refresh proxy metadata (b8e2059)
- proxy: distinguish between native IPv6 and IPv4-mapped IPv6 in connection logs (512be10)
- proxy: panic in formatting invalid byte array on non-tls connections (#6) (13816d9)
- proxy: use std.fmt.bytesToHex for Zig 0.15 compatibility (70df373)
- readExact WouldBlock handling for fragmented TCP, add iptables to install.sh (0a33cbe)
- remove log_level=.debug override causing 93% CPU under load (5d7d3c1)
- workaround zig 0.15.2 cross-compilation bug in Makefile (bbb6e22), closes #2