Subscribe

How to install teleproxy (aarch64)

Telegram MTProto proxy with DPI resistance

License: GPLv2 and LGPLv2 https://github.com/teleproxy/teleproxy

Install

sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm
sudo dnf -y install teleproxy

Description

Telegram MTProto proxy with DPI resistance, fake-TLS camouflage, direct-to-DC mode, and Prometheus metrics.

RPMs

Danila Vershinin (2026-06-04) - Expose ClientHello JA4 fingerprint distribution on /stats and /metrics. · - Hashing of ClientHello for HMAC failures included. · - Top-32 counter per worker for JA4 fingerprints. · - Optional logging for detailed JA4 connection insights. · - No configuration required for JA4 metrics exposure.
Danila Vershinin (2026-05-31) - Fix macOS backend-forward path for improved request handling. · - Treat ENOTCONN as a retry condition on macOS builds. · - Five new tests pass on macOS and Linux builds. · - Introduce mss_clamp TOML key for ClientHello fragmentation. · - Add --no-mss-clamp CLI flag to disable mss_clamp. · - Default mss_clamp remains enabled for user convenience.
Danila Vershinin (2026-05-22) - Added wildcard certificate support in fake-TLS mode. · - Introduced CONFIG_DOWNLOAD_PROXY for routing downloads through proxies. · - New EE_BACKEND variable separates SNI domain from backend. · - Fixed socket accumulation issue affecting total_connections metric. · - Added regression test for handshake timeout behavior. · - Documented limitations of direct-mode operation. · - Improved memory handling and robustness in common stats.
Danila Vershinin (2026-04-30) - Improved build hygiene with no runtime changes. · - Support for compiling with clang on x86_64. · - Added intrinsic shims for GCC-only names. · - New CI job for clang x86_64 builds.
Danila Vershinin (2026-04-29) - Hotfix for log spam introduced in 4.12.0. · - Fixes IP tracking table overflow for busy plain secrets. · - Plain secrets now use a Bloom filter for tracking. · - Cumulative unique IPs counter prevents memory overflow. · - Throttles warnings for limit-bearing secrets to once per minute. · - Includes secret label and remediation hint in warnings.