mirror of
https://github.com/juewuy/ShellCrash.git
synced 2024-11-16 03:32:34 +08:00
v0.8.5
~新增了Tun/Redir混合模式 ~新增是否支持ipv6的开关 ~新增了更新核心时的版本检测 ~新增了本地面板重复安装提示 ~修复了部分报错提示 ~修复了部分设定未及时更新的bug
This commit is contained in:
parent
1bb016c063
commit
5fcc2d060a
Binary file not shown.
|
@ -13,6 +13,10 @@ versionsh_l=0.8.5
|
|||
#更新服务器地址
|
||||
update_url="https://juewuy.xyz/clash"
|
||||
#文件路径
|
||||
if [ -z $clashdir ];then
|
||||
clashdir=$(dirname $(readlink -f "$0"))
|
||||
echo "export clashdir=\"$clashdir\"" >> /etc/profile
|
||||
fi
|
||||
ccfg=$clashdir/mark
|
||||
yaml=$clashdir/config.yaml
|
||||
#检查标识文件
|
||||
|
|
Loading…
Reference in New Issue
Block a user