Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Setup your own squid proxy server on centos vps

blackberie

Recruit
Basic Member
Messages
6
Reaction score
0
Points
16
Setup Squid Proxy on Centos VPS 2018
If you want to create your dedicate proxy for your own personal use.

Video tutorial


List of commands i used

#sudo yum update
#sudo yum install squid
#sudo cp /etc/squid/squid.conf /etc/squid/squid.conf.default
#nano /etc/squid/squid.conf

change this lines
http_access deny !Safe_ports to #http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports to #http_access deny CONNECT !SSL_ports
http_access allow localnet to http_access allow all
http_access deny all to #http_access deny all

Save and exit

#sudo service squid restart


This proxy server and VPS is for tutorial use only and wont go live for a long time.
The VPS server i used is located at US, i preferred to use singapore servers for lower latency
 
Last edited by a moderator:
Salamat ts malaking tulong to. Gusto ko kasi gumawa ng sariling vpn. Waiting sa next tut 🙂
 
Thanks a lot for this detailed instruction!
I personally love how this proxy service works https://buy.fineproxy.org/eng/ . With its help I'm able to browse the internet anonymously and absolutely safely. But I promise to test your service out too
 
Back
Top Bottom