feat: enhance certificate management with uninstall functionality

This commit is contained in:
Abolfazl
2026-04-28 21:23:58 +03:30
parent e8a4557edf
commit 84424e899d
5 changed files with 55 additions and 34 deletions
+1 -1
View File
@@ -291,7 +291,7 @@ python3 main.py --disable-socks5
python3 main.py --log-level DEBUG
python3 main.py -c /path/to/config.json
python3 main.py --install-cert # نصب گواهی CA و خروج
python3 main.py --uninstall-cert # حذف گراهی CA و خروج
python3 main.py --uninstall-cert # حذف گواهی CA و خروج
python3 main.py --no-cert-check # رد شدن از بررسی خودکار گواهی
python3 main.py --scan # اسکن IP های Google و یافتن سریع‌ترین
```