Address represents an IPv4 or IPv6 IP address. Address

interface Address {
    Addr?: string;
    PrefixLen?: number;
}

Properties

Properties

Addr?: string

IP address.

PrefixLen?: number

Mask length of the IP address.