app-protocol
when forwarding a gRPC endpoint:
ngrok http --app-protocol=http2 80
This works with other ngrok features like custom domains and ports.
This Stack Overflow user also reports that forwarding to gRPC services works using proto: tcp
.app-protocol
when forwarding a gRPC endpoint:
ngrok http --app-protocol=http2 80
This works with other ngrok features like custom domains and ports.
This Stack Overflow user also reports that forwarding to gRPC services works using proto: tcp
.