Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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