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

Update reset.sh

parent d1ca72ef
...@@ -5,4 +5,4 @@ sudo killall mtproto-proxy ...@@ -5,4 +5,4 @@ sudo killall mtproto-proxy
IP="$(curl -s -4 "https://digitalresistance.dog/myIp")" IP="$(curl -s -4 "https://digitalresistance.dog/myIp")"
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
./mtproto-proxy -u nobody -p 8888 -H 443 -S 00000000000000000000000000000000 --aes-pwd proxy-secret proxy-multi.conf -M 2 -P 617afba93d3d84af1f41b590ef7708ae --nat-info "$INTERNAL_IP:$IP" ./mtproto-proxy -u nobody -p 8888 -H 443 -S 00000000000000000000000000000000 --aes-pwd proxy-secret proxy-multi.conf -M 2 -P 78b45018551b03513c955ef62cbafa5e --nat-info "$INTERNAL_IP:$IP"
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