Skip to content

Instantly share code, notes, and snippets.

@jeank93
jeank93 / squid_proxy_tutorial.md
Last active March 17, 2022 19:09 — forked from jackblk/squid_proxy_tutorial.md
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 squid
sudo apt-get install apache2-utils