Add IP binding feature to license management#14
Add IP binding feature to license management#14adabugra wants to merge 1 commit intoDevLeoko:mainfrom
Conversation
- Introduced `ipBoundEnabled` and `ip` fields in the license schema to allow binding a license to the first IP that uses it. - Updated validation logic to handle IP binding and return appropriate error messages for mismatched IPs. - Enhanced OpenAPI documentation to reflect new fields and validation results. - Updated frontend components to support the new IP binding feature.
|
bump |
|
Hey there, sorry for the late reply. This is a cool idea, but I think having this only work for one IP is a bit limiting. Also, I feel like expanding the current IP limit logic would be cleaner. I would suggest removing the The "Clear IP bindings" button would be a bit worse, as it would have to clean the logs, but I think that is a compromise we can make to keep it clean. Alternative: Rename |
|
@DevLeoko have you abandoned the AdvancedBan plugin? |
ipBoundEnabledandipfields in the license schema to allow binding a license to the first IP that uses it.