We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2016c4b commit 0bde6e9Copy full SHA for 0bde6e9
2 files changed
start.bat
@@ -120,6 +120,11 @@ echo.
120
echo 控制台地址: http://127.0.0.1:18789/ui/
121
echo.
122
123
+:: 设置代理环境变量(如果代理软件运行)
124
+set "HTTP_PROXY=http://127.0.0.1:7890"
125
+set "HTTPS_PROXY=http://127.0.0.1:7890"
126
+set "NODE_TLS_REJECT_UNAUTHORIZED=0"
127
+
128
:: 启动网关
129
node openx.mjs gateway --dev --allow-unconfigured
130
tools/openx-uninstaller
@@ -1 +1 @@
1
-Subproject commit 44a68b43d6f8a6cbbdd025e73e1235945c06a4fd
+Subproject commit 2956a578247aade19606782362169b06a3e04036
0 commit comments