Interface IProxyConfig

Hierarchy

Properties

checkInterval?: number
clients: IClientOption[]
host: string
name: string
retry?: number
server: {
    address: ListenOptions;
    options?: ServerOpts;
}

Type declaration

  • address: ListenOptions
  • Optional options?: ServerOpts
timeout?: number

Generated using TypeDoc