cidr-tools icon indicating copy to clipboard operation
cidr-tools copied to clipboard

Tools to work with IPv4 and IPv6 CIDR

Results 4 cidr-tools issues
Sort by recently updated
recently updated
newest added

It would be a nice feature to be able to have a split function that would return an array of the CIDR chunks. It would be similar to expandCidr ,...

I am using `merge` on an unsorted array of CIDR blocks and ran into this error for IPv6. I cannot reproduce the error in IPv4. I don't see a requirement...

bug

Hello I needed a function that can convert a range of IPs (192.168.0.1-192.168.0.33) into a list of CIDR formats (192.168.0.1/32, 192.168.0.2/31, 192.168.0.4/30, 192.168.0.8/29, 192.168.0.16/28, 192.168.0.32/31). I couldn't find a JS...

Hi @silverwind, Thanks for sharing this useful library! I would like to allow only the Google API servers to access my home automation system for Google assistant. There is a...

bug