Skip to content

Instantly share code, notes, and snippets.

@AD2011
AD2011 / squid_proxy_tutorial.md
Last active June 11, 2025 06:58 — forked from jackblk/squid_proxy_tutorial.md
Tutorial on how to setup a squid proxy with authentication.

Note

This tutorial is for Ubuntu & Squid. 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 squid
sudo apt-get install apache2-utils