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:
parent
3bc490b08e
commit
66b9e3ddb8
4 changed files with 9 additions and 10 deletions
|
|
@ -31,6 +31,7 @@
|
|||
"NewAccounts": 1,
|
||||
"Footer": "<a href='https://twitter.com/mytwitter'>Twitter</a>",
|
||||
"_CertUrl": "https://192.168.2.106:443/",
|
||||
"_UserAllowedIP": "127.0.0.1,192.168.1.0/24",
|
||||
"_PasswordRequirements": { "min": 8, "max": 128, "upper": 1, "lower": 1, "numeric": 1, "nonalpha": 1 }
|
||||
},
|
||||
"customer1": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue