Squid Squid Proxy InstallACL apt update && apt upgrade -y apt install squid -y systemctl start squid systemctl enable squid #Allow all http #http_access allow localhost http_access allow all #Allow ssh acl SSL_ports port 22 acl Safe_ports port 22