1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-08 09:44:17 +00:00

feat: Add comprehensive protection for various VPN and proxy applications and bump version.

This commit is contained in:
Tw93
2025-12-13 12:16:25 +08:00
parent b4208d0ffb
commit 581f9398e0
4 changed files with 41 additions and 2 deletions

View File

@@ -223,7 +223,7 @@ safe_clean() {
# Hard-coded protection for critical apps (cannot be disabled by user)
case "$path" in
*clash* | *Clash* | *surge* | *Surge* | *mihomo* | *openvpn* | *OpenVPN*)
*clash* | *Clash* | *surge* | *Surge* | *mihomo* | *openvpn* | *OpenVPN* | *verge* | *Verge* | *shadowsocks* | *Shadowsocks* | *v2ray* | *V2Ray* | *sing-box* | *tailscale* | *nordvpn* | *NordVPN* | *expressvpn* | *ExpressVPN* | *protonvpn* | *ProtonVPN* | *mullvad* | *Mullvad* | *hiddify* | *Hiddify* | *loon* | *Loon*)
skip=true
((skipped_count++))
;;