【调整】更新 ALLinSSL 更新操作中的节点地址,使用新的下载链接

This commit is contained in:
YANGJINZE
2026-01-15 09:32:37 +08:00
parent 0a8b4e13fc
commit 8d108739b8

View File

@@ -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