We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
0.0.0.0
127.0.0.1
It would be nice to have a --grpc-host parameter
--grpc-host
The text was updated successfully, but these errors were encountered:
I agree, for security reason, we should bind the plugin by default to 127.0.0.1
Sorry, something went wrong.
This was closed by #7479
Successfully merging a pull request may close this issue.
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
parameterThe text was updated successfully, but these errors were encountered: