TRANSPARENT PROXY FOR CENTOS
Pertama buka terminal VPS agan :
#yum -y install squid
#yum -y install nano
#nano /etc/squid/squid.conf
Edit baris-baris berikut :
1. http_port 3128 : 8080 ganti nanti port squid anda
2. via on = ganti jadi via off
3. http_access deny all = ganti jadi http_access allow
4. http_access deny !Safe_ports jadi http_access allow CONNECT !SSL_ports
5. http_access allow !Safe_ports jadi http_access allow CONNECT !SSL_ports
6. tambahkan : visible_hostname namahost
Save dengan CTRL + D kemudian restart squid :
#/etc/init.d/squid restart
Order VPS SG.DO 85ribu/bulan : Disini
Semoga bermanfaat
