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.

16 lines (12 loc) 184 B
// node native scope import * as tls from 'tls'; import * as fs from 'fs'; export { tls, fs, } // @push.rocks scope import * as qenv from '@push.rocks/qenv'; export { qenv, }