misc updates

This commit is contained in:
jackyu66git
2026-05-21 14:37:49 +08:00
parent d38782490c
commit b2ff322ef3
3 changed files with 290 additions and 4 deletions
+1 -4
View File
@@ -49,10 +49,7 @@ if [ "$CLEAN_DB" = true ]; then
fi
fi
# 设置代理(Clash Verge 本地代理,用于 Binance/OKX/Bitget WS 连接
export HTTPS_PROXY=http://127.0.0.1:7897
export HTTP_PROXY=http://127.0.0.1:7897
export NO_PROXY="localhost,127.0.0.1"
# 代理已禁用Clash Verge 未运行
# 编译
NEED_BUILD=false