UNPKG

punchmole

Version:

A simple reverse proxy tunnel service which is easy deployable and can be easily customised and used with nodejs code

7 lines (6 loc) 164 B
import { PunchmoleClient } from "./PunchmoleClient.js"; import { PunchmoleServer } from "./PunchmoleServer.js"; export { PunchmoleServer, PunchmoleClient }