mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Version 0.8.48
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -2005,6 +2005,7 @@ function startRouter() {
|
||||
if (xurlargs.length > 0) { options.path += '?' + xurlargs.join('&'); }
|
||||
} catch (e) { console.log("Unable to parse \"serverUrl\"."); process.exit(1); return; }
|
||||
|
||||
console.log("Connecting...", options);
|
||||
options.checkServerIdentity = onVerifyServer;
|
||||
options.rejectUnauthorized = false;
|
||||
settings.websocket = http.request(options);
|
||||
|
||||
Reference in New Issue
Block a user