What's new

Closed Setup your own squid proxy server on centos vps

Status
Not open for further replies.

JaysonVelagio

Enthusiast
Joined
Mar 3, 2018
Posts
6
Reaction
6
Points
63
Age
33
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
 
Hindi yan nababase sa hardware backgrounds ng cp,option yan kung what OS ang gagamitin mo at nakadepende kung anong type para malaman kung anong server ang mas mabilis at maganda
 
Same lang ba ang setup nya sa ubuntu ts?

same lang sya nag kaiba lang is yung sa yum. sa ubuntu para makuha mo sa repositories nila at mainstall eto gagamitin mo na command. sudo apt-get install squid tapos same lang yung pag on and off nya sudo service squid start/stop/restart
 
Status
Not open for further replies.

Similar threads

Back
Top