-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature: Allow networks #8
Comments
Hi niccokunzmann once again! Could you clarify what you mean by allowing a network like 192.168.0.*? Are you referring to allowing all IPs in the local network or allowing a dynamic range of IPs? |
Hm, I could make this a bit clearer. I can use This provides functionality for IPv4 and IPv6, parsing the strings and documented: This is not a requirement for me but an idea of how this can be extended. It seems that not much needs changing for this. |
I’m not sure if this is exactly what you were asking for, but I’ve added network support. Now, you can pass something like 192.168.0.1/32 to allow Commit: 1e2a832 Usage example : Network Example Lastly, sorry for the delay, I have been quite busy with work |
I would like to do something like this:
So basically freeing up a network. The
ip
package has functionality to check that. I think, that would be nice.The text was updated successfully, but these errors were encountered: