Interface RelayByAddress

This relay points to a single host via its ipv4/ipv6 address and a given port.

interface RelayByAddress {
    ipv4?: string;
    ipv6?: string;
    port?: number;
}

Properties

Properties

ipv4?: string
ipv6?: string
port?: number