UNPKG

damproxy

Version:

A reverse proxy tool which can let WAN server's data flows to LAN server.

8 lines (6 loc) 201 B
'use strict'; const { ServerTunnel, ClientTunnel } = require('./tunnel'); const ForwardingServer = require('./fwd-server'); module.exports = { ServerTunnel, ClientTunnel, ForwardingServer };