Добавить 3proxy к squid
Deploy ru-vps / deploy (push) Failing after 20s

This commit is contained in:
Dmitry
2026-06-08 18:55:05 +03:00
parent c0cd22a73a
commit 322bfa9513
3 changed files with 47 additions and 21 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
cat > /tmp/3proxy.cfg << EOF
daemon
log /dev/stdout
auth strong
users ${PROXY_USER}:CL:${PROXY_PASS}
allow ${PROXY_USER}
socks -p1080
EOF
exec 3proxy /tmp/3proxy.cfg