Инструменты пользователя

Инструменты сайта


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)
 
docker run -d \
  -name tg-ws-proxy \
  -restart=always   \
  -p 1443:1443   \
  -e TG_WS_PROXY_SECRET="$SECRET" \
  tg-ws-proxy:latest
 
echo "tg://proxy?server=172.17.0.3&port=1443&secret=$SECRET"
wiki/other/tg_proxy.1784811303.txt.gz · Последнее изменение: Diman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki