You must be registered for see images attach
What is Squid?
Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. Squid has extensive access controls and makes a great server accelerator. It runs on most available operating systems, including Windows and is licensed under the GNU GPL.
Why ELITE Squid?
Elite proxy completely makes you anonymous by hiding your real IP address and not telling the web server that you’re using a proxy. So the webserver will see that your IP is actually your Elite proxy IP (but don’t know that you’re using a proxy).
Installation
Make sure you have a working VPS from vultr or digital ocean.
DEBIAN 9 OR UBUNTU 16 IS RECOMMENDED .
Start your vps , log in via ssh and type the following commands. You can use putty for pc and juice ssh for android phones.
First, log in as
root.
Code:
You don't have permission to view the code content.
Update and upgrade the vps.
Code:
You don't have permission to view the code content.
When everything has been updated and installed, we will now install squid .
Code:
You don't have permission to view the code content.
Then enable squid service
Code:
You don't have permission to view the code content.
Next, we will give squid a basic configuration allowing certain squid ports to run.
Code:
You don't have permission to view the code content.
Delete Content by Pressing Alt+Shift+T
Edit first then paste the code
Paste this code , take note that x.x.x.x is your vps ip address .You can also change port 8080 if you want or add another http_port line .
Code:
You don't have permission to view the code content.
Save and Close Nano Editor, Ctrl+X, Press Y, Hit Enter
Restart and Check SSHD Status
Code:
You don't have permission to view the code content.
Restart and Check Squid Status
Code:
You don't have permission to view the code content.
If you see all running , congratulations you have now a working elite proxy server.
Check your squid via
You must be registered for see links
and see if it’s elite.
Next : How to make squid server with username and password authentication .
-rh4d