v1.0.0beta14fix1

~修复部分ssr节点不可用的bug
This commit is contained in:
juewuy
2020-10-11 00:03:03 +08:00
parent 1f00c32e5a
commit 12f3babe47
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -1,4 +1,4 @@
clash_v=1.2.0 clash_v=1.2.0
clashpre_v=2020.10.09 clashpre_v=2020.10.09
GeoIP_v=20201010 GeoIP_v=20201010
versionsh=1.0.0beta14 versionsh=1.0.0beta14fix1

View File

@@ -51,7 +51,7 @@ EOF`
#如果传来的是Url链接则合成Https链接否则直接使用Https链接 #如果传来的是Url链接则合成Https链接否则直接使用Https链接
if [ -z "$Https" ];then if [ -z "$Https" ];then
#echo $Url #echo $Url
Https="https://$Server/sub?target=clashr&insert=true&new_name=true&scv=true&exclude=$exclude&url=$Url&config=$Config" Https="https://$Server/sub?target=clash&insert=true&new_name=true&scv=true&exclude=$exclude&url=$Url&config=$Config"
markhttp=1 markhttp=1
fi fi
# #