neoproxy-cli
v0.1.1
Published
NeoProxy-cli is a node.js command line interface based on NeoProxy to do basic proxy tasks.
Downloads
2
Readme
NeoProxy-cli
NeoProxy-cli is a node.js command line interface based on NeoProxy to do basic proxy tasks.
Installation
- Install neoproxy-cli globally.
npm install -g neoproxy-cli
- Type neoproxy to start the proxy server
$ neoproxy --help
Usage: neoproxy [options]
Options:
-h, --help output usage information
-V, --version output the version number
-l, --logging enable logging
-p, --port <port> the port the proxy server listens to [8087]
-L, --limit <bandwidth> limit connection speed
--interval <milliseconds> the interval to calculate the limit (melliseconds) [1000]
-a, --allow <ips> the allowed ip addresses (seperated by commas)
-d, --deny <ips> the forbidden ip addresses (seperated by commas)