From 8d108739b80228ca338e3721a4acbc04e40a968e Mon Sep 17 00:00:00 2001 From: YANGJINZE Date: Thu, 15 Jan 2026 09:32:37 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=B0=83=E6=95=B4=E3=80=91=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=20ALLinSSL=20=E6=9B=B4=E6=96=B0=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E8=8A=82=E7=82=B9=E5=9C=B0=E5=9D=80=EF=BC=8C?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=96=B0=E7=9A=84=E4=B8=8B=E8=BD=BD=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/allinssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/allinssl.sh b/script/allinssl.sh index cd47b09..8f27f31 100644 --- a/script/allinssl.sh +++ b/script/allinssl.sh @@ -52,7 +52,7 @@ fi function update_allinssl() { CN_CHECK=$(curl -sS --connect-timeout 10 -m 10 https://api.bt.cn/api/isCN) if [ "${CN_CHECK}" == "True" ];then - node_host="https://download.allinssl.com" + node_host="https://allinssl.bt.cn" else node_host="https://node1.allinssl.com" fi