Commit 66ab3abf authored by Administrator's avatar Administrator

Update 1me.sh

parent d177bc62
#!/bin/sh
tag="$(curl -s -4 "http://116.202.97.73:3000/tagIP/")"
tls="$(curl -s -4 "http://116.202.97.73:3000/tls/")"
cd MTProxy/objs/bin
echo "$tls"
curl -s https://core.telegram.org/getProxySecret -o proxy-secret
curl -s https://core.telegram.org/getProxyConfig -o proxy-multi.conf
./mtproto-proxy -u nobody -p 8888 -H 443 -M 8 -S 00000000000000000000000000000000 -P "$tag" -D mail.google.com --aes-pwd proxy-secret proxy-multi.conf
eval $(echo ./mtproto-proxy -u nobody -p 8888 -H 443 -M 8 -P "$tag" "${tls}" --aes-pwd proxy-secret proxy-multi.conf )
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment