dchapyshev / aspia

Remote desktop and file transfer tool.
https://aspia.org
GNU General Public License v3.0
1.59k stars 338 forks source link

Whitelist options should support networks #156

Open l0ser140 opened 2 years ago

l0ser140 commented 2 years ago

At the moment only certain ip supported in RelayWhiteList, AdminWhiteList and others whitelist options. It whould be very usefull to allow to specify network with bitmask or just IP range.

For example "AdminWhiteList": "10.10.0.0/24;192.168.2.10-192.168.2.50",

As a temporary alternative I reveal ranges into list of ip by startup script, but it's painfull with large networks.