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:
parent
fcb8caa867
commit
137cfcd0ae
3 changed files with 14 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue