Skip to content

range2cidr-1.0.0

Compare
Choose a tag to compare
@UmanShahzad UmanShahzad released this 26 May 11:16
· 657 commits to master since this release
cd5d3c9

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.