mirror of
https://github.com/juewuy/ShellCrash.git
synced 2024-11-16 11:42:18 +08:00
v1.0.0beta15.6
~Redir模式增加基于tproxy的udp代理 ~增加自动生成pac逻辑 ~增加Gnome以及KDE桌面的自动设置本机代理功能 ~修复各种更新检测失败的bug ~修复关闭时报错的bug
This commit is contained in:
parent
d6e532c639
commit
81159b6176
Binary file not shown.
|
@ -1,4 +1,4 @@
|
|||
clash_v=1.2.0
|
||||
clashpre_v=2020.10.09
|
||||
GeoIP_v=20201021
|
||||
versionsh=1.0.0beta15.5
|
||||
versionsh=1.0.0beta15.6
|
||||
|
|
|
@ -420,7 +420,7 @@ stop)
|
|||
else
|
||||
systemctl stop clash.service >/dev/null 2>&1
|
||||
fi
|
||||
pidof clash | xargs kill -9
|
||||
pidof clash | xargs kill -9 >/dev/null 2>&1
|
||||
killall -9 clash >/dev/null 2>&1
|
||||
stop_iptables #清理iptables
|
||||
[ "$local_proxy" = "已开启" ] && $0 unset_proxy #禁用本机代理
|
||||
|
|
Loading…
Reference in New Issue
Block a user