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

Added alternate agent port support.

This commit is contained in:
Ylian Saint-Hilaire 2020-05-03 10:46:20 -07:00
parent aece58b0f9
commit dec34998d8
2 changed files with 68 additions and 2 deletions

View file

@ -23,9 +23,13 @@
"_Port": 443,
"_AliasPort": 444,
"_RedirPort": 80,
"_RedirAliasPort": 80,
"_AgentPort": 1234,
"_ExactPorts": true,
"_AllowLoginToken": true,
"_AllowFraming": true,
"_CookieIpCheck": false,
"_CookieEncoding": "hex",
"_WebRTC": false,
"_Nice404": false,
"_ClickOnce": false,