mirror of
https://github.com/telemt/telemt.git
synced 2026-06-09 20:41:44 +03:00
Update README.md
This commit is contained in:
14
README.md
14
README.md
@@ -1,4 +1,4 @@
|
|||||||
# Telemt — MTProxy on Rust + Tokio
|
# Telemt - MTProxy on Rust + Tokio
|
||||||
|
|
||||||
[](https://github.com/telemt/telemt/releases/latest) [](https://github.com/telemt/telemt/stargazers) [](https://github.com/telemt/telemt/network/members)
|
[](https://github.com/telemt/telemt/releases/latest) [](https://github.com/telemt/telemt/stargazers) [](https://github.com/telemt/telemt/network/members)
|
||||||
|
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
>
|
>
|
||||||
> Telegram Clients TLS ClientHello has been banned by JA3 Fingerprint: we are already looking for ways to solve this problem
|
> Telegram Clients TLS ClientHello has been banned by JA3 Fingerprint: we are already looking for ways to solve this problem
|
||||||
>
|
>
|
||||||
> You can try build your client with our Telegram Devlibrary — [tdlib-obf](https://github.com/telemt/tdlib-obf)
|
> You can try build your client with our Telegram Devlibrary - [tdlib-obf](https://github.com/telemt/tdlib-obf)
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://t.me/telemtrs">
|
<a href="https://t.me/telemtrs">
|
||||||
@@ -26,14 +26,14 @@ curl -fsSL https://raw.githubusercontent.com/telemt/telemt/main/install.sh | sh
|
|||||||
- [Инструкция по быстрому запуску](docs/Quick_start/QUICK_START_GUIDE.ru.md)
|
- [Инструкция по быстрому запуску](docs/Quick_start/QUICK_START_GUIDE.ru.md)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
Our implementation of **TLS-fronting** is one of the most deeply debugged, focused, advanced and *almost* **"behaviorally consistent to real"**: we are confident we have it right — [see evidence on our validation and traces](docs/FAQ.en.md#recognizability-for-dpi-and-crawler)
|
Our implementation of **TLS-fronting** is one of the most deeply debugged, focused, advanced and *almost* **"behaviorally consistent to real"**: we are confident we have it right - [see evidence on our validation and traces](docs/FAQ.en.md#recognizability-for-dpi-and-crawler)
|
||||||
|
|
||||||
Our ***Middle-End Pool*** is fastest by design in standard scenarios, compared to other implementations of connecting to the Middle-End Proxy: non dramatically, but usual
|
Our ***Middle-End Pool*** is fastest by design in standard scenarios, compared to other implementations of connecting to the Middle-End Proxy: non dramatically, but usual
|
||||||
|
|
||||||
- Full support for all official MTProto proxy modes:
|
- Full support for all official MTProto proxy modes:
|
||||||
- Classic;
|
- Classic;
|
||||||
- Secure — with `dd` prefix;
|
- Secure - with `dd` prefix;
|
||||||
- Fake TLS — with `ee` prefix + SNI fronting;
|
- Fake TLS - with `ee` prefix + SNI fronting;
|
||||||
- Replay attack protection;
|
- Replay attack protection;
|
||||||
- Optional traffic masking: forward unrecognized connections to a real web server, e.g. GitHub 🤪;
|
- Optional traffic masking: forward unrecognized connections to a real web server, e.g. GitHub 🤪;
|
||||||
- Configurable keepalives + timeouts + IPv6 and "Fast Mode";
|
- Configurable keepalives + timeouts + IPv6 and "Fast Mode";
|
||||||
@@ -73,7 +73,7 @@ telemt config.toml
|
|||||||
|
|
||||||
## Why Rust?
|
## Why Rust?
|
||||||
- Long-running reliability and idempotent behavior
|
- Long-running reliability and idempotent behavior
|
||||||
- Rust's deterministic resource management — RAII
|
- Rust's deterministic resource management - RAII
|
||||||
- No garbage collector
|
- No garbage collector
|
||||||
- Memory safety and reduced attack surface
|
- Memory safety and reduced attack surface
|
||||||
- Tokio's asynchronous architecture
|
- Tokio's asynchronous architecture
|
||||||
@@ -81,7 +81,7 @@ telemt config.toml
|
|||||||
## Support Telemt
|
## Support Telemt
|
||||||
|
|
||||||
Telemt is free, open-source, and built in personal time.
|
Telemt is free, open-source, and built in personal time.
|
||||||
If it helps you — consider supporting continued development.
|
If it helps you - consider supporting continued development.
|
||||||
|
|
||||||
Any cryptocurrency (BTC, ETH, USDT, 350+ coins):
|
Any cryptocurrency (BTC, ETH, USDT, 350+ coins):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user