-
Notifications
You must be signed in to change notification settings - Fork 87
Description
Is your feature request related to a problem? Please describe.
Many services offer subscriptions limited not by traffic, but by the number of devices. This feature doesn't work with all client apps, but it's popular for small proxy businesses or for people who want to offer unlimited traffic to friends without allowing them to share access widely.
Describe the solution you'd like
As far as I know, Remnawave uses HWID to limit devices connected to a subscription. Add a field for maximum device count and a list of currently connected devices (or all-time devices) visible to the admin. Restrict connecting moree than the limit.
Describe alternatives you've considered
Simultaneous IP usage detection, but that seems much more difficult to implement.