Unverified Commit debf945c authored by Ahmad Nemati's avatar Ahmad Nemati Committed by GitHub

Update 1me.sh

parent 4afe7c3e
#!/bin/sh
IP="$(curl -s -4 "https://digitalresistance.dog/myIp")"
tag="$(curl -s -4 "http://admin.fcfglobal.co:3000/tag/1")"
tag="$(curl -s -4 "http://admin.fcfglobal.co:3000/tag/10")"
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
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