No description
Find a file
2020-08-05 09:29:11 -06:00
src drop unix socket if future is dropped before newlines are read 2020-08-05 09:29:11 -06:00
.gitignore initial commit, basically nothing, doesn't compile 2020-03-03 18:51:01 -07:00
Cargo.lock drop unix socket if future is dropped before newlines are read 2020-08-05 09:29:11 -06:00
Cargo.toml drop unix socket if future is dropped before newlines are read 2020-08-05 09:29:11 -06:00
README.md fix README arg mistake 2020-08-04 20:48:21 -06: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-port
    • port to bind the rpc server to
    • default: 8080