Skip to content

PagerTree/docker-squid-forward-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Squid Forward Proxy

A Dockerfile with a configurable Squid forward proxy.

Getting Started

You'll want to customize the following command:

docker run -p 3128:3128 \
  -e SQUID_USER=username \
  -e SQUID_PASSWORD=password \
  pagertree/docker-squid-forward-proxy:latest

Now navigate to http://localhost:3128 and you will see the squid proxy is running. You can then use it to proxy requests like so:

curl -x http://username:password@localhost:3128 https://statuscode.app/200

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published