Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
~还原clash内核及pre内核至1.7.1版本
~在线生成配置文件功能现在支持导入包含注释的链接
~修复端口冲突后无法正确修改端口的bug
~修复其他错误
  • Loading branch information
juewuy committed Feb 5, 2022
1 parent 015b8a1 commit 5c3f529
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Binary file modified bin/clashfm.tar.gz
Binary file not shown.
2 changes: 0 additions & 2 deletions scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,6 @@ modify_yaml(){
[ "$b" != "0" ] && sed "${a},${b}d" $yaml > $tmpdir/proxy.yaml
#跳过本地tls证书验证
[ "$skip_cert" = "已开启" ] && sed -i '1,99s/skip-cert-verify: false/skip-cert-verify: true/' $tmpdir/proxy.yaml
#检测是否使用script规则
[ -n "$(cat $yaml | grep -E '^script:')" ] && mode='mode: Script'
#添加配置
###################################
cat > $tmpdir/set.yaml <<EOF
Expand Down

0 comments on commit 5c3f529

Please sign in to comment.