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.

5 lines (4 loc) 212 B
import { ConnectorPublic } from './connector.public.js'; import { ConnectorPrivate } from './connector.private.js'; export { ConnectorPublic, ConnectorPrivate }; export declare const runCli: () => Promise<void>;