v1.0.0beta15.6

~Redir模式增加基于tproxy的udp代理
~增加自动生成pac逻辑
~增加Gnome以及KDE桌面的自动设置本机代理功能
~修复各种更新检测失败的bug
~修复关闭时报错的bug
This commit is contained in:
juewuy 2020-10-25 16:11:45 +08:00
parent d6e532c639
commit 81159b6176
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -1,4 +1,4 @@
clash_v=1.2.0 clash_v=1.2.0
clashpre_v=2020.10.09 clashpre_v=2020.10.09
GeoIP_v=20201021 GeoIP_v=20201021
versionsh=1.0.0beta15.5 versionsh=1.0.0beta15.6

View File

@ -420,7 +420,7 @@ stop)
else else
systemctl stop clash.service >/dev/null 2>&1 systemctl stop clash.service >/dev/null 2>&1
fi fi
pidof clash | xargs kill -9 pidof clash | xargs kill -9 >/dev/null 2>&1
killall -9 clash >/dev/null 2>&1 killall -9 clash >/dev/null 2>&1
stop_iptables #清理iptables stop_iptables #清理iptables
[ "$local_proxy" = "已开启" ] && $0 unset_proxy #禁用本机代理 [ "$local_proxy" = "已开启" ] && $0 unset_proxy #禁用本机代理