Skip to content

Releases: ipinfo/cli

randip-1.1.0

19 Nov 18:03
Compare
Choose a tag to compare

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

19 Nov 18:06
Compare
Choose a tag to compare

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

17 Nov 08:52
Compare
Choose a tag to compare

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

17 Nov 20:46
ca244d1
Compare
Choose a tag to compare

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

17 Nov 08:56
Compare
Choose a tag to compare

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

14 Nov 09:02
Compare
Choose a tag to compare

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

14 Nov 08:59
Compare
Choose a tag to compare

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

11 Nov 05:48
Compare
Choose a tag to compare

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

11 Nov 05:44
Compare
Choose a tag to compare

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.

ipinfo-2.3.1

10 Nov 07:56
919ad2a
Compare
Choose a tag to compare

Added the new relay and service fields from the API into the CLI.

Also updated the summarize subcommand to include summarized relay counts and
top privacy services.