Skip to content

justinschw/docker-squid-e2guardian-pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#docker-squid-e2guardian-rpi

This is a docker container made for raspberry pi that contains a squid proxy with SSL bump and e2guardian together. It is based on both e2guardian and syakesaba/docker-sslbump-proxy. I created this combination docker container to simplify the internal networking needed for ICAP.

Baseimage

raspbian/stretch

Quickstart

docker run --name e2guardian-rpi -d --restart=always \
  --publish 3128:3128 \
  --volume /path/to/e2gaurdian/lists:/etc/e2guardian/lists \
  --volume /path/to/squid/conf:/etc/squid \
  --link some-squid:proxy \
  docker-squid-e2guardian-rpi

About

Squid with SSL bump and e2guardian together in one docker container for raspberry pi.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published