Unverified Commit 3f760133 authored by Ahmad Nemati's avatar Ahmad Nemati Committed by GitHub

Update install.sh

parent 70150284
...@@ -8,4 +8,4 @@ curl -s https://core.telegram.org/getProxySecret -o proxy-secret ...@@ -8,4 +8,4 @@ curl -s https://core.telegram.org/getProxySecret -o proxy-secret
curl -s https://core.telegram.org/getProxyConfig -o proxy-multi.conf curl -s https://core.telegram.org/getProxyConfig -o proxy-multi.conf
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}')"
./mtproto-proxy -u nobody -p 8888 -H 443 -S b3fbb5fb4e41d80f9d0860ec978ee50d --aes-pwd proxy-secret proxy-multi.conf -M 2 -P 4ef9eabeb5aba0cd9d92250c14c408c2 --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 f8aad9ddf19e4ab6f94c15950ce4bb1b --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