interface Options {
    ipv4?: boolean;
    networkInterface?: string;
}

Properties

ipv4?: boolean
networkInterface?: string