1.0.2 • Published 5 years ago

remote-work-proxy v1.0.2

Weekly downloads
15
License
-
Repository
-
Last release
5 years ago

Remote work proxy

This is a simple CLI to allow for proxying localhost to another machine.

To run it, simply use:

remote-work-proxy REMOTE_HOST LIST_OF_PORTS[]

This will then proxy and HTTP requests and WebSocket request to that port.

Ports can also be colon separated in order to route from one port to another. EG:

remote-work-proxy www.randomUrl.com 8000:8080

This will route requests to port 8000 on the client to port 8080 on the server.

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago