mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
【调整】更新 ALLinSSL 更新操作中的节点地址,使用新的下载链接
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user