ElementsProject / lightning

Core Lightning — Lightning Network implementation focusing on spec compliance and performance
Other
2.85k stars 902 forks source link

`cln-grpc`: Specify a host and port #7654

Open ErikDeSmedt opened 2 months ago

ErikDeSmedt commented 2 months ago

Feature Request

The grpc-plugin always binds to the 0.0.0.0 address. This is inconvenient if you want to only use the grpc-plugin locally. I want to bind to 127.0.0.1

It would be nice to have a --grpc-host parameter

vincenzopalazzo commented 1 month ago

I agree, for security reason, we should bind the plugin by default to 127.0.0.1