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...