mirror of https://github.com/telemt/telemt.git
Update README.md
This commit is contained in:
parent
3771eb4ab2
commit
5c953eb4ba
25
README.md
25
README.md
|
|
@ -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)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue