module

Ipconv

Ipconv is a command-line and library IP address inspection tool. It parses, validates, converts, classifies, and generates subnet information for IPv4 and IPv6 addresses.

Constants

VERSION = "0.4.0"

Class methods

parse(input : String) : Address

Auto-detects whether input is an IPv4 or IPv6 address and returns the parsed Address.

Source

Nested types