ipinfo-3.1.0
·
180 commits
to master
since this release
- IP calculator introduced in
calcsubcommand for doing arbitrary arithmetic
on IP addresses. - Bulk ASN now supported via
asn bulksubcommand. ipinfo tool upperintroduced to get the upper IP of an IP range or CIDR.ipinfo tool lowerintroduced to get the lower IP of an IP range or CIDR.ipinfo tool nextintroduced to get the next IP of a given IP.ipinfo tool previntroduced to get the previous IP of a given IP.ipinfo tool is_v4introduced to check whether an IP is v4.ipinfo tool is_v6introduced to check whether an IP is v6.ipinfo tool is_one_ipintroduced to check whether an IP range or CIDR
contains only a single IP.ipinfo tool is_validintroduced to check whether an IP is a valid IP or
not.ipinfo tool unmapintroduced to return an IP with any IPv4-mapped IPv6
address prefix removed.- Fixed CLI token parameter not being recognized in
downloadsubcommand. - Fixed CLI login not getting saved after init.
- Now performing a checksum comparison on database downloads.
- YAML output now has null values removed for cleaner output.