Unverified Commit 59030d53 authored by Ahmad Nemati's avatar Ahmad Nemati Committed by GitHub

Update install.sh

parent dccc3343
#!/bin/sh #!/bin/sh
apt-get update docker run -d -p443:443 --name=mtproto-proxy --restart=always -e TAG=0f533a621d7df9446288ce3a415c4c6d -e SECRET=00000000000000000000000000000000 telegrammessenger/proxy:latest
apt install -y git curl build-essential libssl-dev zlib1g-dev
git clone https://github.com/TelegramMessenger/MTProxy
cd MTProxy
make && cd objs/bin
curl -s https://core.telegram.org/getProxySecret -o proxy-secret
curl -s https://core.telegram.org/getProxyConfig -o proxy-multi.conf
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