MCPcopy
hub / github.com/Eugeny/tabby / ForwardedPortConfig

Interface ForwardedPortConfig

tabby-ssh/src/api/interfaces.ts:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48export interface ForwardedPortConfig {
49 type: PortForwardType
50 host: string
51 port: number
52 targetAddress: string
53 targetPort: number
54 description: string
55}

Callers

nothing calls this directly

Implementers 1

ForwardedPorttabby-ssh/src/session/forwards.ts

Calls

no outgoing calls

Tested by

no test coverage detected