[Bug 293318] New port net/telemt - MTProxy for Telegram on Rust + Tokio
Date: Wed, 17 Jun 2026 18:13:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293318
--- Comment #24 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=7c7c4c02e0db0e22ca94dc5a1b5f930d5f991cd9
commit 7c7c4c02e0db0e22ca94dc5a1b5f930d5f991cd9
Author: Vladimir Grebenshchikov <vova@zote.me>
AuthorDate: 2026-06-13 14:30:32 +0000
Commit: Yusuf Yaman <nxjoseph@FreeBSD.org>
CommitDate: 2026-06-17 18:13:06 +0000
net/telemt: New port: MTProxy for Telegram on Rust + Tokio
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 connection pooling, replay
protection, detailed statistics, masking from "prying" eyes.
PR: 293318
Credits: Igor Pavlov <igor.arabesc.pavlov@gmail.com>
(for helping to improve daemon service)
Approved by: osa, vvd (Mentors, implicit)
net/Makefile | 1 +
net/telemt/Makefile (new) | 26 ++
net/telemt/Makefile.crates (new) | 417 +++++++++++++++++++
net/telemt/distinfo (new) | 837 +++++++++++++++++++++++++++++++++++++++
net/telemt/files/telemt.in (new) | 50 +++
net/telemt/pkg-descr (new) | 6 +
6 files changed, 1337 insertions(+)
--
You are receiving this mail because:
You are the assignee for the bug.