This commit is contained in:
GH Action - Upstream Sync 2024-05-23 00:27:04 +00:00
commit a548f103f3
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ CMD if [ -n "$PROXY_URL" ]; then \
echo "[ProxyList]" >> $conf; \
echo "$protocol $host $port" >> $conf; \
cat /etc/proxychains.conf; \
proxychains -f $conf node server.js; \
proxychains -f $conf "node server.js --host 0.0.0.0"; \
else \
node server.js; \
fi