Mtproxy
[WIP] MTProto proxy server
Install / Use
/learn @dotcypress/MtproxyREADME
mtproxy
🚧 Work in progress
mio powered Telegram MTProto proxy server.
Installation
You can use the cargo install command:
$ rustup update
$ cargo install mtproxy
or a classic build and run:
$ git clone https://github.com/dotcypress/mtproxy
$ cd mtproxy
$ cargo build --release
$ cp target/release/mtproxy ~/.bin # assuming .bin is in your path
Note: mtproxy requires rust v1.26.0 or higher.
Docker
Start proxy
docker run --name 'mtproto_proxy' --restart unless-stopped -p 1984:1984 -dti dotcypress/mtproxy -s '07123e1f482356c415f684407a3b8723'
07123e1f482356c415f684407a3b8723 - proxy secret, you should choose another word or generate random with openssl rand -hex 16
Get secret
docker logs mtproto_proxy
Stop proxy
docker stop mtproto_proxy
Remove proxy
docker rm mtproto_proxy
Related Skills
node-connect
345.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
106.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
345.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
345.9kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
