grpctunnel icon indicating copy to clipboard operation
grpctunnel copied to clipboard

A TCP-over-gRPC Tunnel

Results 10 grpctunnel issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies

We are using grpctunnel package in our application. Tunnel-clinet is on gmi server side and tunnel-server is on the gnmi client. Is there any way we can have the tunnel-client...

Bumps google.golang.org/protobuf from 1.28.1 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.28.1&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

I am using grpctunnel to implement tunnel with gnmi-server and gnmic. My target is registering successfully and session is created by tunnel-server and rpc is invoked. Since my target is...

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.51.0-dev to 1.56.3. Release notes Sourced from google.golang.org/grpc's releases. Release 1.56.3 Security server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487) In addition to this...

dependencies

- Integrate gNSI interceptor with allow-all protocol policy into gRPC. - Set up a gRPC tunnel from server to client defined in [here](https://pkg.go.dev/github.com/CustomPoint/grpc-tunnel) - The client uses the tunnel but...

* (A) proto/types/types.proto - Addition of types module for version extension * (M) proto/tunnel/tunnel.proto - Adjust versioning to semver utilizing the new extension - Correct SUBSCRIBE/UNSUBSCRIBE typos * (M) cmd/target/proto/config/target_config.proto...

I am using tunnel.proto for subscription with GNMIC - The tunnel server is GNMIC & client(my network element) is using C++. - Subscription is working fine but I am unable...

Hi thanks for this it's great it would be nice to add a simple example to the docs for a quickstart test, for instance let's discuss a common usage: ```...

I cannot get the grpctunnel client and server to establish a connection. **Environment:** Windows running Docker containers **Steps to reproduce** Start Docker container #A using an Ubuntu 20.04 image In...