Skip to content

Commit 5c3f529

Browse files
committed
v1.5.1
~还原clash内核及pre内核至1.7.1版本 ~在线生成配置文件功能现在支持导入包含注释的链接 ~修复端口冲突后无法正确修改端口的bug ~修复其他错误
1 parent 015b8a1 commit 5c3f529

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

bin/clashfm.tar.gz

-29 Bytes
Binary file not shown.

scripts/start.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,6 @@ modify_yaml(){
265265
[ "$b" != "0" ] && sed "${a},${b}d" $yaml > $tmpdir/proxy.yaml
266266
#跳过本地tls证书验证
267267
[ "$skip_cert" = "已开启" ] && sed -i '1,99s/skip-cert-verify: false/skip-cert-verify: true/' $tmpdir/proxy.yaml
268-
#检测是否使用script规则
269-
[ -n "$(cat $yaml | grep -E '^script:')" ] && mode='mode: Script'
270268
#添加配置
271269
###################################
272270
cat > $tmpdir/set.yaml <<EOF

0 commit comments

Comments
 (0)