Skip to content

Releases: ipinfo/cli

ipinfo-2.6.1

Choose a tag to compare

@UmanShahzad UmanShahzad released this 23 Nov 10:48

Fixes a bug where if the config directory was not created, the cache would
not be used until it was created manually.

randip-1.1.0

Choose a tag to compare

@UmanShahzad UmanShahzad released this 19 Nov 18:03

randip now supports allowing generation of only unique IPs via the --unique
or -u flags.

Additionally, a bug was fixed where the ending IP of a range of size greater
than 1 was never selected.

ipinfo-2.6.0

Choose a tag to compare

@UmanShahzad UmanShahzad released this 19 Nov 18:06

The randip subcommand now supports allowing generation of only unique IPs via
the --unique or -u flags.

Additionally, a bug was fixed where the ending IP of a range of size greater
than 1 was never selected.

randip-1.0.0

Choose a tag to compare

@UmanShahzad UmanShahzad released this 17 Nov 08:52

randip generates random IPs between any range, for either IPv4 or IPv6, and
optionally excludes bogon ranges.

The command exists as a standalone binary in addition to as a subcommand on the
main ipinfo command.

prips-1.0.0

Choose a tag to compare

@UmanShahzad UmanShahzad released this 17 Nov 20:46
ca244d1

prips is a command for printing all the IPs that exist within a CIDR and/or
IP range; it is effectively a combination of range2ip and cidr2ip in one.

The command exists as a standalone binary in addition to as a subcommand on the
main ipinfo command.

prips accepts inputs the same way our other commands do, via stdin, args,
files, etc.

ipinfo-2.5.0

Choose a tag to compare

@UmanShahzad UmanShahzad released this 17 Nov 08:56

The randip subcommand is added which generates random IPs between any range,
for either IPv4 or IPv6, and optionally excludes bogon ranges.

The command also exists as a standalone binary.

ipinfo-2.4.1

Choose a tag to compare

@UmanShahzad UmanShahzad released this 14 Nov 09:02

Fixes an issue with grepip's IPv6 parsing where IPv6 addresses with
compression in the middle were not properly having their the full remaining
string at the right side of the compression recognized as being a part of the
full IPv6 address.

grepip-1.2.1

Choose a tag to compare

@UmanShahzad UmanShahzad released this 14 Nov 08:59

Fixes an issue with IPv6 parsing where IPv6 addresses with compression in the
middle was not properly recognizing the full remaining string at the right side
of the compression.

ipinfo-2.4.0

Choose a tag to compare

@UmanShahzad UmanShahzad released this 11 Nov 05:48

A cidr2ip subcommand is added which converts CIDRs to individual IPs within
those CIDRs.

The command also exists as a standalone binary.

cidr2ip accepts inputs the same way our other commands do, via stdin, args,
files, etc.

cidr2ip-1.0.0

Choose a tag to compare

@UmanShahzad UmanShahzad released this 11 Nov 05:44

cidr2ip converts CIDRs to individual IPs within those CIDRs.

The command exists as a standalone binary in addition to as a subcommand on the
main ipinfo command.

cidr2ip accepts inputs the same way our other commands do, via stdin, args,
files, etc.