quick-proxy

0.0.4 • Public • Published

Quick Proxy Server

Proxy all requests on a given port another to port on quickhost.

Installation

npm install -g quick-proxy

Usage

quick-proxy --listen-port <port to listen to> --forward-port <port to forward to>

Example

Say you have a Jenkins server running on port 8080 and you want to connect via port 80. You would run simple-proxy with the command

quick-proxy --listen-port 80 --forward-port 8080

Alias

  • --listen-port is aliased to -l
  • --forward-port is aliased to -f

The example above can be shortened to

quick-proxy -l 80 -f 8080

Test

# install development dependencies 
npm install
# run tests 
npm test

/quick-proxy/

    Package Sidebar

    Install

    npm i quick-proxy

    Weekly Downloads

    3

    Version

    0.0.4

    License

    BSD

    Last publish

    Collaborators

    • clewfirst