Update README.md

This commit is contained in:
Alexey 2026-04-09 21:13:50 +03:00 committed by GitHub
parent 3771eb4ab2
commit 5c953eb4ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 16 deletions

View File

@ -4,10 +4,7 @@
> [!NOTE] > [!NOTE]
> >
> Fixed TLS ClientHello is now available: > Fixed TLS ClientHello is now available in official clients for Desktop / Android / iOS
> - in **Telegram Desktop** starting from version **6.7.2**
> - in **Telegram Android Client** starting from version **12.6.4**
> - **release for iOS is "work in progress"**
> >
> To work with EE-MTProxy, please update your client! > To work with EE-MTProxy, please update your client!
@ -17,12 +14,14 @@
</a> </a>
</p> </p>
**Telemt** is a fast, secure, and feature-rich server written in Rust: it fully implements the official Telegram proxy algo and adds many production-ready improvements such as: **Telemt** is a fast, secure, and feature-rich server written in Rust: it fully implements the official Telegram proxy algo and adds many production-ready improvements
- [ME Pool + Reader/Writer + Registry + Refill + Adaptive Floor + Trio-State + Generation Lifecycle](https://github.com/telemt/telemt/blob/main/docs/Architecture/Model/MODEL.en.md);
- [Full-covered API w/ management](https://github.com/telemt/telemt/blob/main/docs/Architecture/API/API.md); ### One-command Install and Update / Команда для установки и обновления в одно касание
- Anti-Replay on Sliding Window; ```bash
- Prometheus-format Metrics; curl -fsSL https://raw.githubusercontent.com/telemt/telemt/main/install.sh | sh
- TLS-Fronting and TCP-Splicing for masking from "prying" eyes. ```
- [Quick Start Guide](docs/Quick_start/QUICK_START_GUIDE.en.md)
- [Инструкция по быстрому запуску](docs/Quick_start/QUICK_START_GUIDE.ru.md)
![telemt_scheme](docs/assets/telemt.png) ![telemt_scheme](docs/assets/telemt.png)
@ -40,12 +39,6 @@ Our ***Middle-End Pool*** is fastest by design in standard scenarios, compared t
- Graceful shutdown on Ctrl+C; - Graceful shutdown on Ctrl+C;
- Extensive logging via `trace` and `debug` with `RUST_LOG` method. - Extensive logging via `trace` and `debug` with `RUST_LOG` method.
## One-command installation (update on re-ru)
```bash
curl -fsSL https://raw.githubusercontent.com/telemt/telemt/main/install.sh | sh
```
See more in the [Quick Start Guide](docs/Quick_start/QUICK_START_GUIDE.en.md).
# GOTO # GOTO
- [FAQ](#faq) - [FAQ](#faq)
- [Architecture](docs/Architecture) - [Architecture](docs/Architecture)