1.0.0 • Published 10 years ago

justproxy v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

#justproxy Proxies local network requests from one port to another. ##Global usage: justproxy -p 12345

Proxy starts on 8080 port and sends any incoming http requests to http://localhost:12345.


justproxy -s 3434 -p 12345

Proxy starts on 3434 port and do the same job.


justproxy -p 12345 --verbose

To log all incoming requests to the console.

##Local usage:

require('justproxy')({
  port: 12345,    // Port to forward requests to
  self: 5555,     // Port to start a proxy server on (8080 by default)
  verbose: true   // To log all incoming requests (false by default)
});
1.0.0

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago