From cd82cc0692cfc2581286c9cef59f4a5aa1536bfb Mon Sep 17 00:00:00 2001 From: cxh Date: Wed, 21 Jan 2026 14:42:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index b8809f6..54adbb1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -71,7 +71,7 @@ int main() const int local_http_port = 2980; // 建议也从 config 里读;这里先保留你的固定值 - const std::string tunnel_server = "ws://36.153.162.171:2088/tunnel"; + const std::string tunnel_server = "ws://36.153.162.171:2288/tunnel"; // 用 unique_ptr 管理生命周期 g_tunnel_client = std::make_unique(vid, tunnel_server, local_http_port);