Skip to content

random-robbie/squid-anon-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

squid-anon-docker

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.

Details

Environment variables

  • SQUID_USERNAME
  • SQUID_PASSWORD

Ports

  • 3128

Volumes

  • /var/log/squid