Files
infra/ru-vps/squid/entrypoint.sh
T
Dmitry b3a17ab5e4
Deploy ru-vps / deploy (push) Failing after 16s
Update entrypoint.sh
2026-06-08 18:57:08 +03:00

12 lines
210 B
Bash

#!/bin/sh
cat > /tmp/3proxy.cfg << EOF
daemon
log /dev/stdout
auth strong
users ${PROXY_USER}:CL:${PROXY_PASS}
allow ${PROXY_USER}
parent 1000 socks5 127.0.0.1 7890
socks -p1080
EOF
exec 3proxy /tmp/3proxy.cfg