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

https://github.com/stewartpark/noauth-proxy

noauth-proxy lets a local process use an authenticated proxy without credentials
https://github.com/stewartpark/noauth-proxy

authentication docker http-proxy http-proxy-middleware squid

Last synced: 15 days ago
JSON representation

noauth-proxy lets a local process use an authenticated proxy without credentials

Awesome Lists containing this project

README

          

# noauth-proxy

noauth-proxy lets a local process use an authenticated proxy without credentials. Do not use this on production.

```
docker run -it \
-e PROXY_HOST=... \
-e PROXY_PORT=... \
-e PROXY_USERNAME=... \
-e PROXY_PASSWORD=... \
-p 8080:8080
stewartpark/noauth-proxy
```