Skip to content

a dumb reverse proxy for the absolute simplest use cases imaginable

License

Notifications You must be signed in to change notification settings

forestgagnon/dumbproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published