From 4844799f4bbf92d057669b5fd799bdd2189be0e7 Mon Sep 17 00:00:00 2001 From: SamNet-dev Date: Tue, 17 Feb 2026 09:50:49 -0600 Subject: [PATCH] Add telemt engine credit to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a9aa062..225aa55 100644 --- a/README.md +++ b/README.md @@ -495,6 +495,12 @@ mtproxymax telegram remove # Remove bot completely --- +## Credits + +MTProxyMax is built on top of **[telemt](https://github.com/telemt/telemt)** — a high-performance MTProto proxy engine written in Rust/Tokio. All proxy protocol handling, FakeTLS, traffic masking, and per-user enforcement is powered by telemt. Credit and thanks to the telemt authors for building and maintaining the engine. + +--- + ## License MIT License - see [LICENSE](LICENSE) for details.