Giter Club home page Giter Club logo

squid-proxy-installer's Introduction

Squid Proxy Installer

https://serverok.in/squid

Auto install Squid 3 proxy on following linux OS.

  • Ubuntu 14.04, 16.04, 18.04, 20.04, 22.04
  • Debian 8, 9, 10, 11, 12
  • CentOS 7, 8
  • CentOS Steam 8, 9
  • AlmaLinux 8, 9

Install Squid

To install, run the script

wget https://raw.githubusercontent.com/serverok/squid-proxy-installer/master/squid3-install.sh -O squid3-install.sh
sudo bash squid3-install.sh

Videos - How to install Squid Proxy Server.

How to install Squid Proxy Server in DigitalOcean VPS

https://rumble.com/vdswgv-install-squid-proxy-server-in-digitalocean-vps.html

Create Proxy Users

To create users, run

squid-add-user

OR run following commands

sudo /usr/bin/htpasswd -b -c /etc/squid/passwd USERNAME_HERE PASSWORD_HERE

To update password for am existing user, run

sudo /usr/bin/htpasswd /etc/squid/passwd USERNAME_HERE

replace USERNAME_HERE and PASSWORD_HERE with your desired user name and password.

Reload squid proxy

sudo systemctl reload squid

Configure Multiple IP Address

NOTE: This is only needed if you have more than one IP on your server.

Before you can configure squid to use muliple IP address, you need to add IP to your server and you should be able to connect to server using these IPs.

Once IP added to your server, you can configure it to use with squid proxy by running following command

wget https://raw.githubusercontent.com/serverok/squid-proxy-installer/master/squid-conf-ip.sh
sudo bash squid-conf-ip.sh

Change Squid Proxy Port

Default squid proxy port is 3128. This blog post will show how to change squid port.

https://serverok.in/how-to-change-port-of-squid-proxy-server

Support

If you need professional assistance, reach out to

https://serverok.in/contact

squid-proxy-installer's People

Contributors

serverok avatar hostonnet avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.