add --skip-ssl-verify cli option

This commit is contained in:
Lion Kortlepel
2024-09-22 19:42:00 +02:00
parent 2d43e11e96
commit 18e1b7a2bb
3 changed files with 17 additions and 1 deletions

View File

@@ -17,4 +17,5 @@ public:
static void StartProxy();
public:
static bool isDownload;
};
static inline bool SkipSslVerify = false;
};