forestgagnon / dumbproxy

a dumb reverse proxy for the absolute simplest use cases imaginable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dumbproxy

This is a dumb reverse proxy for the absolute simplest use cases imaginable.

Don't want to depend on this sketchy repo? Fork it or push the docker image to your own registry.

Usage

Docker:

docker run --rm -p 8080:8080 \
  forestgagnon/dumbproxy:1 \
  --listen=:8080 --upstream=https://example.com

Go:

go get -u github.com/forestgagnon/dumbproxy

Contributing

No features will ever be added.

If the docker image becomes so stale someday that it's missing essential CA certificates, feel free to file an issue. If I'm still alive, I'll fix it.

About

a dumb reverse proxy for the absolute simplest use cases imaginable

License:Other


Languages

Language:Shell 59.1%Language:Go 18.8%Language:Makefile 13.5%Language:Dockerfile 8.6%