Make a Anon proxy using squid
1.2K
A simple Dockerfile for launching an authenticated squid proxy.
The user must specify authentication credentials via the following environment variables:
SQUID_USERNAME=foo
SQUID_PASSWORD=bar
An example invocation would be:
docker run -d -e SQUID_USERNAME=foo -e SQUID_PASSWORD=bar -p 3128:3128 --dns 8.8.8.8 txt3rob/squid-anon-docker
ALL headers from squid are removed to ensure anon.
Uses Alpine Linux.
/var/log/squidContent type
Image
Digest
Size
7.5 MB
Last updated
about 5 years ago
docker pull txt3rob/squid-anon-docker