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

Added support for CIDR address checking in UserAllowedIP setting.

This commit is contained in:
Ylian Saint-Hilaire 2019-01-04 15:29:27 -08:00
parent 3bc490b08e
commit 66b9e3ddb8
4 changed files with 9 additions and 10 deletions

View file

@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "0.2.5-q",
"version": "0.2.5-r",
"keywords": [
"Remote Management",
"Intel AMT",
@ -35,6 +35,7 @@
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"express-ws": "^4.0.0",
"ipcheck": "^0.1.0",
"meshcentral": "*",
"minimist": "^1.2.0",
"multiparty": "^4.2.1",