feat: ignore subscription ssl error

This commit is contained in:
arm64v8a
2022-12-01 16:25:11 +09:00
parent 3163b3e1aa
commit 6e75117bae
7 changed files with 45 additions and 14 deletions

View File

@@ -81,6 +81,7 @@ namespace NekoRay {
QString user_agent = "Nekoray/1.0 (Prefer Clash Format)";
bool sub_use_proxy = false;
bool sub_clear = false;
bool sub_insecure = false;
// Security
bool insecure_hint = true;