onbbu-forward-ports
v8.0.1
Published
Framework Onbbu - Forward Ports
Downloads
4
Readme
Framework Onbbu - Forward Ports
Start
const service = new Service()
service.use({
PORT_TO_LISTEN: 7777,
FORWARD_HOST: '192.168.1.37',
FORWARD_PORT: 3000,
})
service.liveAll()