Commit 1c485e7f authored by Administrator's avatar Administrator

Update 1me.sh

parent 7a7fa3ae
#!/bin/sh #!/bin/sh
IP="$(curl -s -4 "http://116.202.97.73:3000/getip")" IP="$(curl -s -4 "http://116.202.97.73:3000/getip")"
tag="$(curl -s -4 "http://116.202.97.73:3000/group")" tag="$(curl -s -4 "http://116.202.97.73:3000/group")"
tls="$(curl -s -4 "http://116.202.97.73:3000/oldTls/")" tls="$(curl -s -4 "http://116.202.97.73:3000/tls/")"
INTERNAL_IP="$(ip -4 route get 8.8.8.8 | grep '^8\.8\.8\.8\s' | grep -Po 'src\s+\d+\.\d+\.\d+\.\d+' | awk '{print $2}')" INTERNAL_IP="$(ip -4 route get 8.8.8.8 | grep '^8\.8\.8\.8\s' | grep -Po 'src\s+\d+\.\d+\.\d+\.\d+' | awk '{print $2}')"
cd MTProxy/objs/bin cd MTProxy/objs/bin
curl -s https://core.telegram.org/getProxySecret -o proxy-secret curl -s https://core.telegram.org/getProxySecret -o proxy-secret
......
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