UNPKG

@serve.zone/remoteingress

Version:

Provides a service for creating private tunnels and reaching private clusters from the outside, facilitating secure remote access as part of the @serve.zone stack.

7 lines (6 loc) 192 B
export declare class ConnectorPrivate { private targetHost; private targetPort; constructor(targetHost: string, targetPort?: number); private connectToPublicRemoteConnector; }