mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 21:02:53 -05:00
Fixed refresh.ashx reload loop, added user consent strings to config.json.
This commit is contained in:
@@ -122,6 +122,12 @@
|
||||
"_AgentNoProxy": true,
|
||||
"_GeoLocation": true,
|
||||
"_novnc": false,
|
||||
"_mstsc": true,
|
||||
"_consentMessages": {
|
||||
"Desktop": "{0} requesting remote desktop access. Grant access?",
|
||||
"Terminal": "{0} requesting remote terminal access. Grant access?",
|
||||
"Files": "{0} requesting remote files access. Grant access?"
|
||||
},
|
||||
"_UserAllowedIP": "127.0.0.1,192.168.1.0/24",
|
||||
"_UserBlockedIP": "127.0.0.1,::1,192.168.0.100",
|
||||
"_AgentAllowedIP": "192.168.0.100/24",
|
||||
|
||||
Reference in New Issue
Block a user