thewierdkid
Newbie
- Mar 27, 2014
- 38
- 16
sorry for my english
This guide will provide you unlimited private proxies with 10GB bandwidth/month
Get the vps and config it
1. Head to vps . m e
2. Register
3. Order a free vps with "Debian 6 64bit minimal" on it
4. Port tunneling: Click on the "IPv4 mapping" at "MY SERVERS" then
Port name: whatevr
Source Port: random number between 49152 and 65535
Destination Port: 8118
NOTE: Maybe somebody have already used your "source port", keep trying until it accepts
Connect to it
(0. for Windows users download Putty for ssh)
1. Get the ssh details by clicking the SSH button at "MY SERVERS"
2. Open a console and type "ssh root at your.vps.ip.adress -p port" (In putty simply just copy-paste the vps ip and port, login as: root)
use the at sign instead of at (i cant use it here
)
3. Enter your root password (you got it in the sign-up email)
Set it up
1. Remove all unnecessary services:
2. Update and upgrade your packages:
then
3. Get a simple text editor:
4. Install a proxy client:
5. Go to privoxy folder:
6. Open nano
7. Copy paste (in putty rightclick to paste) the code at the bottom of this guide then overwrite the existing config file
8. Run privoxy
Good. Now use your free lifetime proxy like "your.vps.ip.address:sourceport"
Create a fiverr gig or write an ebook, i dont care. I just wanted to share it with the best community on the internet.
Have a nice day.
Config:
This guide will provide you unlimited private proxies with 10GB bandwidth/month
Get the vps and config it
1. Head to vps . m e
2. Register
3. Order a free vps with "Debian 6 64bit minimal" on it
4. Port tunneling: Click on the "IPv4 mapping" at "MY SERVERS" then
Port name: whatevr
Source Port: random number between 49152 and 65535
Destination Port: 8118
NOTE: Maybe somebody have already used your "source port", keep trying until it accepts
Connect to it
(0. for Windows users download Putty for ssh)
1. Get the ssh details by clicking the SSH button at "MY SERVERS"
2. Open a console and type "ssh root at your.vps.ip.adress -p port" (In putty simply just copy-paste the vps ip and port, login as: root)
use the at sign instead of at (i cant use it here
3. Enter your root password (you got it in the sign-up email)
Set it up
1. Remove all unnecessary services:
Code:
apt-get purge apache2* bind9* samba*
Code:
apt-get update
Code:
apt-get upgrade
Code:
apt-get install nano
Code:
apt-get install privoxy
Code:
cd /etc/privoxy
Code:
nano
Code:
ctrl+x
Code:
y
Code:
config
Code:
y
Code:
privoxy
Good. Now use your free lifetime proxy like "your.vps.ip.address:sourceport"
Create a fiverr gig or write an ebook, i dont care. I just wanted to share it with the best community on the internet.
Have a nice day.
Config:
Code:
user-manual /usr/share/doc/privoxy/user-manualconfdir /etc/privoxy
logdir /var/log/privoxy
actionsfile match-all.action # Actions that are applied to all sites and maybe $
actionsfile default.action # Main actions file
actionsfile user.action # User customizations
filterfile default.filter
logfile logfile
listen-address :8118
toggle 1
enable-remote-toggle 0
enable-remote-http-toggle 0
enable-edit-actions 0
enforce-blocks 0
buffer-limit 4096
forwarded-connect-retries 0
accept-intercepted-requests 0
allow-cgi-request-crunching 0
split-large-forms 0
keep-alive-timeout 5
socket-timeout 300
handle-as-empty-doc-returns-ok 1
Last edited: