Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TcpProxyOptions

Options for a TCP proxy.

Hierarchy

  • TcpProxyOptions

Index

Properties

Properties

Optional displayName

displayName: string

The optional display name.

from

from: object

The (local) address, the proxy should listen on.

Type declaration

  • Optional hostname?: string

    The hostname. Default: 0.0.0.0

  • Optional port?: number

    The TCP port. Default: 80

to

to: object

The (remote) address, the proxy should connect to.

Type declaration

  • host: string

    The hostname.

  • Optional port?: number

    The port. Default: (local) port.

Generated using TypeDoc