架设MTProxy服务
·
MTP项目地址:https://github.com/TelegramMessenger/MTProxy
按照readme操作就可以,为方便大家快速使用,可参考以下命令直接执行:
git clone https://github.com/TelegramMessenger/MTProxy
cd MTProxy
make && cd objs/bin
curl -s https://core.telegram.org/getProxySecret -o proxy-secret
curl -s https://core.telegram.org/getProxyConfig -o proxy-multi.conf
head -c 16 /dev/urandom | xxd -ps
screen -R mtp
./mtproto-proxy -u nobody -p 8882 -H 444 -S 你的密码 --aes-pwd proxy-secret proxy-multi.conf -M 1
control + a + d 退出screen
Telegram Proxy设置:
ip:444 连接密码为你的密码
更多推荐
已为社区贡献2条内容
所有评论(0)