mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-06-19 01:40:52 +00:00
Add UseSSL option to server config
This commit is contained in:
@@ -52,6 +52,7 @@ public:
|
||||
bool SendErrors { true };
|
||||
bool SendErrorsMessageEnabled { true };
|
||||
int HTTPServerPort { 8080 };
|
||||
bool HTTPServerUseSSL { true };
|
||||
[[nodiscard]] bool HasCustomIP() const { return !CustomIP.empty(); }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user