wiki:other:tg_proxy
Это старая версия документа!
TG Proxy
git clone https://github.com/Flowseal/tg-ws-proxy.git cd tg-ws-proxy docker build -t tg-ws-proxy . SECRET=$(openssl rand -hex 16) IP=$(curl https://ifconfig.co | xargs) docker run -d \ -name tg-ws-proxy \ -restart=always \ -p 1443:1443 \ -e TG_WS_PROXY_SECRET="$SECRET" \ tg-ws-proxy:latest echo "######### Сохраните информацию, она показывается только 1 раз :o) ##########" echo "tg://proxy?server=${IP}&port=1443&secret=${SECRET}" echo "###############################################################################"
wiki/other/tg_proxy.1784814843.txt.gz · Последнее изменение: — Diman
