First of all, thanks for this great library. I haven't had a chance to use it but it looks great and covers many use-cases that I'm looking for!
I have a couple of feature requests that would compliment the current range syntax (e.g. 255.10.8.0-23) that is permitted by the library.
- Allow wildcard characters.
For example 10.0.1.* which would be equivalent to 10.0.1.0-255.
- Have a way to parse a string into multiple ranges.
For example 10.0.80-93.0-100. This would produce a list of 14 IP ranges.
I would be happy to look into opening a PR for this if you think either of these features are worthwhile.
First of all, thanks for this great library. I haven't had a chance to use it but it looks great and covers many use-cases that I'm looking for!
I have a couple of feature requests that would compliment the current range syntax (e.g.
255.10.8.0-23) that is permitted by the library.For example
10.0.1.*which would be equivalent to10.0.1.0-255.For example
10.0.80-93.0-100. This would produce a list of 14 IP ranges.I would be happy to look into opening a PR for this if you think either of these features are worthwhile.