All Projects → dotcypress → Mtproxy

dotcypress / Mtproxy

Licence: other
[WIP] MTProto proxy server

Programming Languages

rust
11053 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].