xapi-inspector
v0.2.0
Published
[![Node compatibility](https://badgen.net/npm/node/xapi-inspector)](https://npmjs.org/package/xapi-inspector) [![License](https://badgen.net/npm/license/xapi-inspector)](https://npmjs.org/package/xapi-inspector) [![PackagePhobia](https://badgen.net/packag
Downloads
13
Readme
xapi-inspector
${pkg.description}
Install
Installation of the npm package:
npm install --global xapi-inspector
Or:
yarn global add xapi-inspector
Usage
Usage: xapi-inspector proxy [--bind <local address>] <remote address>
Create a XML-RPC proxy which forward requests from <local address>
to <remote address>.
<local address>: [<hostname>]:<port>
<remote address>: <hostname>[:<port = 443>]
Contributions
Contributions are very welcomed, either on the documentation or on the code.
You may:
- report any issue you've encountered;
- fork and create a pull request.