docker rm -f mtproto-proxy
SECRET=$(openssl rand -hex 16)
docker run -d --name mtproto-proxy --restart=always -p 8443:443 -e SECRET=$SECRET telegrammessenger/proxy:latest
clear
echo -e "\n============================================="
echo -e "ГОТОВО! ВОТ ТВОЯ ИДЕАЛЬНАЯ ССЫЛКА:"
echo -e "tg://proxy?server=64.188.83.188&port=8443&secret=ee${SECRET}676f6f676c652e636f6d"
echo -e "=============================================\n"