• Find all non-localhost IPV4 networks in all network interfaces The interface without any IPV4 address is ignored

    Returns Promise<{
        addr: string;
        prefix: number;
    }[]>

    Ipv4Network