Merge remote-tracking branch 'upstream/main' into dev

This commit is contained in:
sijinhui 2024-05-28 08:38:47 +08:00
commit ba39edfe88

View File

@ -87,7 +87,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 --host 0.0.0.0"; \
proxychains -f $conf node server.js --host 0.0.0.0; \
else \
node server.js; \
fi