Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cln-grpc: Specify a host and port #7654

Closed
ErikDeSmedt opened this issue Sep 9, 2024 · 2 comments · May be fixed by #7672
Closed

cln-grpc: Specify a host and port #7654

ErikDeSmedt opened this issue Sep 9, 2024 · 2 comments · May be fixed by #7672
Labels
rust Issue related to rust
Milestone

Comments

@ErikDeSmedt
Copy link
Contributor

ErikDeSmedt commented Sep 9, 2024

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
Copy link
Collaborator

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

@vincenzopalazzo vincenzopalazzo added this to the v24.11 milestone Sep 13, 2024
@vincenzopalazzo vincenzopalazzo added the rust Issue related to rust label Sep 13, 2024
@rustyrussell
Copy link
Contributor

This was closed by #7479

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rust Issue related to rust
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants