Crates.io | mtproxy |
lib.rs | mtproxy |
version | 0.0.2 |
source | src |
created_at | 2018-05-21 19:01:11.519959 |
updated_at | 2018-05-26 05:20:48.443012 |
description | MTProto Proxy Server |
homepage | https://github.com/dotcypress/mtproxy |
repository | https://github.com/dotcypress/mtproxy |
max_upload_size | |
id | 66479 |
size | 30,256 |
🚧 Work in progress
mio
powered Telegram MTProto proxy server.
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 run -p 1984:1984 -dti dotcypress/mtproxy -s 'proxy secret'
docker logs %container_id%