Skip to content

Commit

Permalink
Update mtproxy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chummumm authored Feb 16, 2020
1 parent c96e1b8 commit 110e674
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mtproxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ echo 开始安装mtproxy &&
apt update &&
apt install git python3-pip xxd -y &&
pip3 install cryptography &&
if [ -d "/etc/mtproxy" ]; then
rm -rf /etc/mtproxy
fi &&
git clone https://github.com/chummumm/mtprotoproxy.git /etc/mtproxy &&
echo -n '请输入mtproxy运行端口:'
read num &&
Expand Down

0 comments on commit 110e674

Please sign in to comment.