Squid
Squid is a mature caching and forwarding proxy server that can operate as an authenticated HTTP forward proxy for outbound web traffic. This container deploys Squid with basic authentication, generated initial credentials, and a guided MOTD for simple user management.
Squid
Installation
Default install:
1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/squid.sh)"
Configuration
Config file:
1
/etc/squid/squid.conf
Notes
Create a proxy user after installation with
htpasswd /etc/squid/passwords </code>.</div> </div> ## Web Interface## Links - [Official Website](https://www.squid-cache.org/) - [Documentation](https://wiki.squid-cache.org/SquidFaq) ---