Skip to content

Instantly share code, notes, and snippets.

View guidol70's full-sized avatar

Guido Lehwalder guidol70

View GitHub Profile
@jackblk
jackblk / squid_proxy_tutorial.md
Last active July 9, 2024 15:42
Tutorial on how to setup a squid proxy with authentication.

Note

This tutorial is for Ubuntu & Squid3. Use AWS, Google cloud, Digital Ocean or any services with Ubuntu to follow this tutorial.

Install squid & update

sudo apt-get update
sudo apt-get install squid3
sudo apt-get install apache2-utils