mirror of
https://github.com/serverok/squid-proxy-installer.git
synced 2026-04-02 18:49:50 +00:00
483 B
483 B
squid-proxy-installer
Auto install Squid 3 proxy on Ubuntu 16.04 or better.
Install Squid
To install, run the script
wget https://raw.githubusercontent.com/HostOnNet/squid-proxy-installer/master/squid3-install.sh
chmod 755 squid3-install.sh
sudo ./squid3-install.sh
Create Users
To create users, run
/usr/bin/htpasswd -b -c /etc/squid/passwd USERNAME_HERE PASSWORD_HERE
replace USERNAME_HERE and PASSWORD_HERE with your desired user name and password.