#proxy-server #mt-proto #progress

app mtproxy

MTProto代理服务器

3个版本

使用旧的Rust 2015

0.0.2 2018年5月26日
0.0.1 2018年5月23日
0.0.0 2018年5月21日

#mt-proto 中排名第10

MIT/Apache

18KB
510

mtproxy

🚧 工作中

mio 驱动的Telegram MTProto代理服务器。

安装

您可以使用 cargo install 命令

$ cargo install mtproxy

或者经典的构建和运行

$ 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-p1984:1984 -dti dotcypress/mtproxy-s'proxysecret'
  • docker logs%container_id%

依赖项

~7–17MB
~174K SLoC