Skip to content

benjamin74/3proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3proxy install script for Debian / Ubuntu VPS

A simple script (without any russian in it, yeepeeh) to install the lightweight russian proxy: 3proxy (http://3proxy.ru/) as an elite high anonymous HTTP proxy with SSL support with a few command lines. This script has been created to bypass the fact that Squid3 proxy isn't compiled with SSL support and is an absolute nightmare to compile in Debian right now.

This setup has been created to quickly install a proxy on small lowendbox VPS mostly for "google rank analysis" / scraping.

MANUAL :

Download, make executable and run with these lines :

wget --no-check-certificate https://raw.github.com/barankilic/3proxy/master/3proxyinstaller.sh
chmod +x 3proxyinstaller.sh
./3proxyinstaller.sh

After install : CHANGE THE BLOODY DEFAULT USERNAME AND PASSWORD !!!

nano /etc/3proxy/.proxyauth

Example change line inside .proxyauth

johndoe:CL:johndoepassword123

You can also change the port, default is 3128

nano /etc/3proxy/3proxy.cfg

Once you've change the username / password you can start the proxy (or reboot the VPS as 3proxy has been added to the init scripts and will autostart)

/etc/init.d/3proxyinit start

For Uninstall Download, make executable and run with these lines :

wget --no-check-certificate https://raw.github.com/barankilic/3proxy/master/3proxyuninst.sh
chmod +x 3proxyuninst.sh
./3proxyuninst.sh

Script tested on 20.05.2016 on the following fresh VPS install distros :

  • Ubuntu 14.04 64bit (Vmware)

Script will run on :

  • Debian 6 32bits
  • Debian 7 32bits
  • Ubuntu 12.10 32bits
  • Ubuntu 12.04 32bits
  • Ubuntu 14.04 32bits and 64bits

<<<<<<< HEAD

http://barankilic.github.io/3proxy/

origin/master

About

An attempt to install 3proxy as an elite high anonymous HTTP proxy with SSL support with a few command lines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages