mirror of
https://github.com/Start9Labs/c-lightning-http-plugin.git
synced 2026-08-14 00:12:44 +02:00
17 lines
436 B
Markdown
17 lines
436 B
Markdown
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`
|
|
|