Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/merokudao/http-proxy


https://github.com/merokudao/http-proxy

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# simple proxy

- yarn install
- UPSTREAM_URL=http://your-url:port/ yarn start

## Docker

`docker build -t proxy .`

`docker run -e UPSTREAM_URL=https://www.google.com -t proxy`

Visit the proxy at [http://localhost:3000](http://localhost:3000).