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.

8 lines (7 loc) 247 B
/// <reference types="node" resolution-mode="require"/> /// <reference types="node" resolution-mode="require"/> import * as tls from 'tls'; import * as fs from 'fs'; export { tls, fs, }; import * as qenv from '@push.rocks/qenv'; export { qenv, };