Sign inSign up

txt3rob/squid-anon-docker

By txt3rob

Updated about 5 years ago

Make a Anon proxy using squid

Image
0

1.2K

txt3rob/squid-anon-docker repository overview

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

Tag summary

Content type

Image

Digest

Size

7.5 MB

Last updated

about 5 years ago

docker pull txt3rob/squid-anon-docker