feat: add network module and service for TCP latency measurement and proxy performance
This commit is contained in:
@@ -41,7 +41,7 @@ start_singbox
|
||||
|
||||
# Start Web UI Server with configurable port
|
||||
echo "$(date): Starting Web UI on port $PORT..."
|
||||
PORT=$PORT PROXY_PORT=$PROXY_PORT python3 /app/web/server.py &
|
||||
PORT=$PORT PROXY_PORT=$PROXY_PORT node /app/web/api/dist/main.js &
|
||||
WEBUI_PID=$!
|
||||
|
||||
# HTTP Control Server (Simple Netcat loop)
|
||||
|
||||
Reference in New Issue
Block a user