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
In Development
This script is currently in active development and may be unstable or incomplete. Use in production environments is not recommended.
This script is currently in active development and may be unstable or incomplete. Use in production environments is not recommended.
Installation
Default install:
1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/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) ---