You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe.
Seems like the implementation/logic of autologin IP address range is weak - should be able to define ipnet with mask.
Now it just converts your IP to a long and checks if its equal to one of the ipadresses in the list(converted to long) or greater/less than the adresses(converted to long) in the provided range.
Describe the solution you'd like
Should be able to define ipnet with mask.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Please describe.
Seems like the implementation/logic of autologin IP address range is weak - should be able to define ipnet with mask.
Now it just converts your IP to a long and checks if its equal to one of the ipadresses in the list(converted to long) or greater/less than the adresses(converted to long) in the provided range.
Describe the solution you'd like
Should be able to define ipnet with mask.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: