Add UseSSL option to server config

This commit is contained in:
Lion Kortlepel
2021-12-06 13:47:07 +01:00
parent a1335e8c7d
commit 3cce875fbb
4 changed files with 69 additions and 43 deletions
+1
View File
@@ -52,6 +52,7 @@ public:
bool SendErrors { true };
bool SendErrorsMessageEnabled { true };
int HTTPServerPort { 8080 };
bool HTTPServerUseSSL { true };
[[nodiscard]] bool HasCustomIP() const { return !CustomIP.empty(); }
};