File size: 126 Bytes
72f5836
 
 
1
2
3
#!/bin/bash
# Simple TCP forwarding for gRPC from port 7860 to 50051
socat TCP-LISTEN:7860,fork,reuseaddr TCP:localhost:50051