v0.8.0更新

~大幅度优化脚本UI及层级
~增加在线更新脚本功能
~增加在线更新、替换clash核心功能
~内置dns增加redir-host支持,解决了部分应用无法连接的bug
~优化了配置文件修饰途径,现在支持通过scp上传任意yaml配置文件
~增加了直接导入完整订阅链接的选项(待测试)
~增加了更多的订阅后端服务器
This commit is contained in:
juewuy 2020-08-06 20:02:52 +08:00
parent bd455f222e
commit 16cf5897c3
3 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -8,6 +8,7 @@ echo "** by Juewuy **"
echo "***********************************************"
getconfig(){
clashdir=/etc/clash
#版本号
clashfm=0.8.0
#更新服务器地址

View File

@ -6,6 +6,7 @@ USE_PROCD=1
START=99
getconfig(){
clashdir=/etc/clash
ccfg=$clashdir/mark
if [ ! -f "$ccfg" ]; then
echo mark文件不存在默认以Redir模式运行