chrome-launcher-proxy

0.0.3 • Public • Published

chrome-launcher-proxy

chrome-launcher server proxy.

Install

$ npm install -g chrome-launcher-proxy

Usage

Run proxy in command line.

$ chrome-proxy [options]

Options

Show all options

$ chrome-proxy --help
  Usage: chrome-proxy [options]

  Options:

    -V, --version              output the version number
    -target [host[:port]]      target address, port default as listen port
    -h, --host [host]          listen address
    -p, --port [port]          listen port
    -v, --verbose              verbose
    -c, --config [configFile]  config file to load
    --help                     output usage information

Configuration file

{
  port: 5102,
  target: '192.168.1.1',
  host: '0.0.0.0',
  log4js: {
    ... // log4js configuration
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i chrome-launcher-proxy

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

9.07 kB

Total Files

9

Last publish

Collaborators

  • wenjunxiao