3 releases
Uses old Rust 2015
0.0.2 | May 26, 2018 |
---|---|
0.0.1 | May 23, 2018 |
0.0.0 | May 21, 2018 |
#10 in #mt-proto
18KB
510 lines
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%
Dependencies
~7–17MB
~174K SLoC