Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to use IP address mask for auto-login IP range #49

Open
sawest opened this issue Aug 20, 2018 · 0 comments
Open

Add ability to use IP address mask for auto-login IP range #49

sawest opened this issue Aug 20, 2018 · 0 comments

Comments

@sawest
Copy link
Collaborator

sawest commented Aug 20, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant