ineter icon indicating copy to clipboard operation
ineter copied to clipboard

Fast Java library for working with IP addresses, ranges, and subnets

Results 3 ineter issues
Sort by recently updated
recently updated
newest added

It seems that IPv4 mapped IPv6 addresses such as `::FFFF:83.90.47.30` is not supported: > IPv6Address.of("::FFFF:83.90.47.30") It throws the following error: > Illegal character: . at index 15 > java.lang.IllegalArgumentException: Illegal...

do we have any benchmark?

enhancement

Hello, when I used the method `withRemoved(Collection ranges)`, if this IPRange All removed by ranges, and ranges still have elements, `ret.remove()` will throw an `ArrayIndexOutOfBoundsException`. If `ret.size` equals to 0,...