Skip to content

BrokedTV/squid-proxy-installer-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

squid-proxy-installer

Auto install Squid 3 proxy on

Ubuntu 14.04 Ubuntu 16.04 Debian 8

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.

Restart Proxy

To restart proxy, run

/etc/init.d/squid restart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 50.6%
  • Shell 39.2%
  • Python 10.2%