range2cidr-1.0.0
UmanShahzad
released this
26 May 11:16
·
657 commits
to master
since this release
range2cidr
is a utility for converting from IP ranges to CIDRs. For example,
1.1.1.0-1.1.1.3
or 1.1.1.0,1.1.1.3
gives 1.1.1.0/30
.
Files containing IP ranges can also be passed in via stdin and/or arguments.
See range2cidr --help
for details.