Open ErikDeSmedt opened 2 months ago
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
I agree, for security reason, we should bind the plugin by default to 127.0.0.1
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 to127.0.0.1
It would be nice to have a
--grpc-host
parameter