0.1.1 • Published 8 years ago

neoproxy-cli v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

NeoProxy-cli

NeoProxy-cli is a node.js command line interface based on NeoProxy to do basic proxy tasks.

Installation

  1. Install neoproxy-cli globally.

    npm install -g neoproxy-cli

  2. 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)