Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 425 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 425 Bytes

Authenticated Squid Docker

Minimal docker image with Squid that only proxies authenticated requests and (optionally) only to certain domains.

Usage

docker run -e PROXY_PASSWORD=password -p 3128:3128 youcruit/squid-auth

When accessing the proxy, proxy user will be proxyuser, and password will be whatever you set in PROXY_PASSWORD

License

BSD