Skip to content

prabaprakash/docker-squid

 
 

Repository files navigation

Squid Forward Proxy

Configured Squid for Forward Proxy

Steps

docker build . --tag squidForwardProxy

docker run -it -p 3128:3128 squidForwardProxy

For allowing ssl add extra config element
dns_v4_first on - https://serverfault.com/questions/807385/cant-connect-to-https-websites-via-squid-proxy
Note:
forked from sameersbn/squid:3.3.8-23

About

Dockerfile to create a Docker container image for Squid proxy server

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 54.6%
  • Dockerfile 42.3%
  • Makefile 3.1%