Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.
/ squid-deb-proxy Public archive

Docker image of a generic squid-deb-proxy server - Use in your local organisation / LAN

Notifications You must be signed in to change notification settings

pmoust/squid-deb-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

squid-deb-proxy Docker container

![Gitter](https://badges.gitter.im/Join Chat.svg)

squid-deb-proxy provides an easy wrapper over squid3 to enable package proxy caching for your organisation/LAN.

This Docker container image allows most (if not all) non-routeable LAN subnets and caches from sources found under extra-sources.acl

Usage:

  • On Server / Host:

docker run --name proxy --rm -v /path/to/cachedir:/cachedir -p PORT:8000 pmoust/squid-deb-proxy &

  • On a node
apt-get install squid-deb-proxy-client
echo 'Acquire::http::Proxy "http://HOST_IP:PORT";' > /etc/apt/apt.conf.d/30autoproxy

About

Docker image of a generic squid-deb-proxy server - Use in your local organisation / LAN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published