Untuk mempercepat performa koneksi biasanya ditambahkan proxy untuk koneksi ke internet. layanan proxy biasanya menggunakan squid (bisa diunduh disini
Saya menggunakan squid 2.6 stable 22 for windows.
pertama download softwarenya, lalu extract ke Drive c (misalnya). lalu buka folder c:/squid/etc edit file2 yang ada disitu.
rename file-filenya
squid.conf.default –> squid.conf
mime.conf.default –> mime.conf
cachemgr.conf.default –> cachemgr.conf
lalu edit file squid conf menjadi :
#squid.conf
#author Wahyusubagiyo
http_port 3128
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
hosts_file c:/squid/etc/hosts
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl purge method PURGE
acl CONNECT method CONNECT
acl Safe_ports port 80 443 210 119 70 21 1025-65535
dns_nameservers 202.134.1.10 202.134.0.155
#============================================
acl lan src 192.168.1.0/24
acl localhost src 192.168.0.0/24
acl Safe_ports port 80 443 210 119 70 21 1025-65535
acl CONNECT method CONNECT
cache_mem 1024 MB
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
# http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access allow lan
http_access deny all
http_reply_access allow all
icp_access allow all
visible_hostname wahyusubagiyo.web.id
coredump_dir c:/squid/var/cache
cache_dir aufs c:/squid/var/cache 2000 4 256
Setting proxy untuk mempercepat koneksi internet dengan telkom flexy
Posted by Cyber taziex on 11.09




0 komentar:
Posting Komentar
JANGAN LUPA KOMENTARNYA HATURNUHUN !!