Skip to content

gRPC proxy is a Go reverse proxy over UDS and/or H2C

Notifications You must be signed in to change notification settings

Zetanova/grpc-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gRPC proxy is a Go reverse proxy over UDS and/or H2C

usage

required environment vars: BIND_TO: sets the listening url as http or UDS address PROXY_TO: sets the upstream proxy as http or UDS address

docker

docker run --rm -d \
    -e BIND_TO=unix:///csi/csi.sock \
    -e PROXY_TO=unix:///csi/hyperv.sock \
    zetanova/grpc-poxy:1.0.1

About

gRPC proxy is a Go reverse proxy over UDS and/or H2C

Resources

Stars

Watchers

Forks

Packages

No packages published