Interface InternalLinkTypeProxy

The link is a link to a proxy. Call addProxy with the given parameters to process the link and add the proxy. Subtype of InternalLinkType.

interface InternalLinkTypeProxy {
    @type: "internalLinkTypeProxy";
    port: number;
    server: string;
    type: ProxyType;
}

Properties

Properties

@type: "internalLinkTypeProxy"
port: number

Proxy server port.

server: string

Proxy server domain or IP address.

type: ProxyType

Type of the proxy.