No description
Find a file
2020-11-20 15:19:39 +07:00
src switch port to bind 2020-11-13 10:54:54 -07:00
.gitignore gitignore update 2020-11-13 10:54:54 -07:00
Cargo.lock switch port to bind 2020-11-13 10:54:54 -07:00
Cargo.toml switch port to bind 2020-11-13 10:54:54 -07:00
LICENSE Create LICENSE 2020-10-08 10:19:48 -06:00
README.md Update README to reflect commit 1d7506b538 2020-11-20 15:19:39 +07:00

c-lightning-http-plugin

This is a direct proxy for the unix domain socket from the HTTP interface

Command line options

  • http-user
    • user name to use for Basic Auth
    • default: lightning
  • http-pass
    • password to use for Basic Auth
    • REQUIRED. All requests will be unauthorized if not supplied
  • http-bind
    • IP and port to bind the rpc server to
    • default: 127.0.0.1:8080