~新增了Tun/Redir混合模式
~新增是否支持ipv6的开关
~新增了更新核心时的版本检测
~新增了本地面板重复安装提示
~修复了部分报错提示
~修复了部分设定未及时更新的bug
This commit is contained in:
juewuy 2020-08-09 14:03:57 +08:00
parent 1bb016c063
commit 5fcc2d060a
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@ -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
#检查标识文件