Skip to content

instapro/healthz-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

healthz-proxy

Proxy requests to a target URI.

Especially useful to publicly serve targets that are behind a firewall, or are insecure to be open.

Usage:

docker pull instapro/healthz-proxy:latest
docker run --publish 8080:8080 instapro/healthz-proxy:latest http://numbersapi.com/42

curl http://localhost:8080