This commit is contained in:
GH Action - Upstream Sync 2024-05-23 00:45:02 +00:00
commit aa7caba795
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 "[ProxyList]" >> $conf; \
echo "$protocol $host $port" >> $conf; \ echo "$protocol $host $port" >> $conf; \
cat /etc/proxychains.conf; \ cat /etc/proxychains.conf; \
proxychains -f $conf node server.js; \ proxychains -f $conf "node server.js --host 0.0.0.0"; \
else \ else \
node server.js; \ node server.js; \
fi fi