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:
- Squid Proxy Server On VPS
- Anonymous Proxy With Squid
- How to Disable IPv6 in Ubuntu 16.04 Xenial Xerus
- Create the container:
docker run -d -p 3128:3128 --name proxy -h proxy zoilomora/proxy
- Register new users:
docker exec -it proxy htpasswd passwd {user}
This installer works on the following operating systems:
- Ubuntu 14.04 and 16.04 LTS on i386 and amd64.
- Download the Install Script:
$ wget https://raw.githubusercontent.com/zoilomora/squid/master/install.sh
- Run the Install Script:
$ sudo /bin/bash install.sh
-
Go to directory
/etc/squid
and runhtpasswd passwd {user}
. -
Restart Squid service by running
/etc/init.d/squid restart
.