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

Download history 9/week @ 2024-02-21 12/week @ 2024-02-28 1/week @ 2024-03-13 6/week @ 2024-03-20 18/week @ 2024-03-27 38/week @ 2024-04-03

62 downloads per month

MIT/Apache

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
~175K SLoC