${pkg.description}
Installation of the npm package:
npm install --global xapi-inspector
Or:
yarn global add xapi-inspector
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 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.