Skip to content

Install squid as a private proxy for anonymous navigation

Notifications You must be signed in to change notification settings

zoilomora/squid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Anonymous Proxy Squid

About

The following installer will facilitate the installation of a proxy based on the software squid to be able to make a completely anonymous navigation.

This installer is based on the following tutorials:

Docker

  1. Create the container:
docker run -d -p 3128:3128 --name proxy -h proxy zoilomora/proxy
  1. Register new users:
docker exec -it proxy htpasswd passwd {user}

Manual Installation

Supported Operating Systems

This installer works on the following operating systems:

  • Ubuntu 14.04 and 16.04 LTS on i386 and amd64.

How to run it

  1. Download the Install Script:
$ wget https://raw.githubusercontent.com/zoilomora/squid/master/install.sh
  1. Run the Install Script:
$ sudo /bin/bash install.sh

Create new users

  1. Go to directory /etc/squid and run htpasswd passwd {user}.

  2. Restart Squid service by running /etc/init.d/squid restart.

About

Install squid as a private proxy for anonymous navigation

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages