1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Added relay session count.

This commit is contained in:
Ylian Saint-Hilaire 2019-02-18 17:14:00 -08:00
parent fcb8caa867
commit 137cfcd0ae
3 changed files with 14 additions and 1 deletions

View file

@ -78,6 +78,8 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
obj.agentBlockedIp = args.agentblockedip; // List of blocked IP addresses for agents
obj.tlsSniCredentials = null;
obj.dnsDomains = {};
obj.relaySessionCount = 0;
obj.relaySessionErrorCount = 0;
// Mesh Rights
const MESHRIGHT_EDITMESH = 1;