From 3defedd27c32f7801b5a433538a9f0d596f79767 Mon Sep 17 00:00:00 2001 From: tsosunchia <59512455+tsosunchia@users.noreply.github.com> Date: Sat, 5 Jul 2025 16:48:43 +0800 Subject: [PATCH] =?UTF-8?q?SNI=E5=92=8CDNS=E4=B8=8D=E5=86=8D=E5=88=86?= =?UTF-8?q?=E7=A6=BB=EF=BC=8C=E7=BB=9F=E4=B8=80=E4=BD=BF=E7=94=A8api.nxtra?= =?UTF-8?q?ce.org?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wshandle/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wshandle/client.go b/wshandle/client.go index 43d8715..fd7d67e 100644 --- a/wshandle/client.go +++ b/wshandle/client.go @@ -193,7 +193,7 @@ func createWsConn() *WsConn { if len(strings.Split(fastIp, ":")) > 1 { fastIp = "[" + fastIp + "]" } - host = "origin-fallback.nxtrace.org" + host = "api.nxtrace.org" } else { // 默认配置完成,开始寻找最优 IP fastIp = util.GetFastIP(host, port, true)