mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-04-18 01:40:05 -04:00
Version 0.8.48
This commit is contained in:
parent
428efb3f1b
commit
9dc6ff92b8
Binary file not shown.
Binary file not shown.
@ -2005,6 +2005,7 @@ function startRouter() {
|
|||||||
if (xurlargs.length > 0) { options.path += '?' + xurlargs.join('&'); }
|
if (xurlargs.length > 0) { options.path += '?' + xurlargs.join('&'); }
|
||||||
} catch (e) { console.log("Unable to parse \"serverUrl\"."); process.exit(1); return; }
|
} catch (e) { console.log("Unable to parse \"serverUrl\"."); process.exit(1); return; }
|
||||||
|
|
||||||
|
console.log("Connecting...", options);
|
||||||
options.checkServerIdentity = onVerifyServer;
|
options.checkServerIdentity = onVerifyServer;
|
||||||
options.rejectUnauthorized = false;
|
options.rejectUnauthorized = false;
|
||||||
settings.websocket = http.request(options);
|
settings.websocket = http.request(options);
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "meshcentral",
|
"name": "meshcentral",
|
||||||
"version": "0.8.47",
|
"version": "0.8.48",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Remote Device Management",
|
"Remote Device Management",
|
||||||
"Remote Device Monitoring",
|
"Remote Device Monitoring",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user