v1.0.0beta18.4

~修复可以通过外网访问clash导致端口暴露的bug
~修复pac部分情况下不可用的bug
This commit is contained in:
juewuy
2021-01-05 19:38:48 +08:00
parent 1c3430ed88
commit 9e1fe84fec
2 changed files with 16 additions and 8 deletions

View File

@@ -808,6 +808,7 @@ clashadv(){
read -p "确认停用此功能?(1/0) > " res
[ "$res" = 1 ] && bindir="$clashdir" && echo -e "\033[33m已经停用小闪存功能\033[0m"
else
rm -rf /tmp/clash_$USER
bindir="$clashdir"
echo -e "\033[33m已经停用小闪存功能\033[0m"
fi