Releases: ipinfo/cli
Release list
ipinfo-2.6.1
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
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
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
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
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
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
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
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
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
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.