mtproxy

Crates.iomtproxy
lib.rsmtproxy
version0.0.2
sourcesrc
created_at2018-05-21 19:01:11.519959
updated_at2018-05-26 05:20:48.443012
descriptionMTProto Proxy Server
homepagehttps://github.com/dotcypress/mtproxy
repositoryhttps://github.com/dotcypress/mtproxy
max_upload_size
id66479
size30,256
Vitaly Domnikov (dotcypress)

documentation

https://github.com/dotcypress/mtproxy

README

mtproxy

🚧 Work in progress

mio powered Telegram MTProto proxy server.

Installation

You can use the cargo install command:

$ 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

Docker

  • docker run -p 1984:1984 -dti dotcypress/mtproxy -s 'proxy secret'
  • docker logs %container_id%
Commit count: 19

cargo fmt