From cda9600169f80002f93ddc4d83fc31b258989bec Mon Sep 17 00:00:00 2001 From: Alexey <247128645+axkurcom@users.noreply.github.com> Date: Wed, 8 Apr 2026 11:52:00 +0300 Subject: [PATCH] Update README.md --- README.md | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/README.md b/README.md index e5af362..2e6ecb5 100644 --- a/README.md +++ b/README.md @@ -92,24 +92,3 @@ telemt config.toml - No garbage collector - Memory safety and reduced attack surface - Tokio's asynchronous architecture - -## Issues -- ✅ [SOCKS5 as Upstream](https://github.com/telemt/telemt/issues/1) -> added Upstream Management -- ✅ [iOS - Media Upload Hanging-in-Loop](https://github.com/telemt/telemt/issues/2) - -## Roadmap -- Public IP in links -- Config Reload-on-fly -- Bind to device or IP for outbound/inbound connections -- Adtag Support per SNI / Secret -- Fail-fast on start + Fail-soft on runtime (only WARN/ERROR) -- Zero-copy, minimal allocs on hotpath -- DC Healthchecks + global fallback -- No global mutable state -- Client isolation + Fair Bandwidth -- Backpressure-aware IO -- "Secret Policy" - SNI / Secret Routing :D -- Multi-upstream Balancer and Failover -- Strict FSM per handshake -- Session-based Antireplay with Sliding window, non-broking reconnects -- Web Control: statistic, state of health, latency, client experience...