Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diemol/squid-with-basic-auth
Simple Squid Proxy with Auth configured for testing purposes
https://github.com/diemol/squid-with-basic-auth
Last synced: 17 days ago
JSON representation
Simple Squid Proxy with Auth configured for testing purposes
- Host: GitHub
- URL: https://github.com/diemol/squid-with-basic-auth
- Owner: diemol
- Created: 2018-10-24T19:28:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T07:51:12.000Z (about 6 years ago)
- Last Synced: 2024-11-01T04:42:33.040Z (2 months ago)
- Size: 85.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Squid with Basic Auth
Repo based on https://github.com/sameersbn/docker-squid
It just adds a simple configuration file and a password file, which can be useful for local testing.
How to run the proxy:
```
docker run --rm --name squid --publish 3128:3128 -v ${PWD}/squid.conf:/etc/squid/squid.conf \
-v ${PWD}/squid/cache:/var/spool/squid -v ${PWD}/passwords:/etc/squid/passwords sameersbn/squid:3.5.27
```User/Pwd for prompt: docker-proxy/selenium