Squid Setup
Install
# brew install squid2
Update squid conf
# vim /usr/local/Cellar/squid2/2.7.9/etc/squid.conf
hosts_file /etc/hosts-squid
http_access allow all
Run squid
./squid -N -d 1 -D
Run chrome
open -a Google\ Chrome\ Canary --args --proxy-server=localhost:3128
This comment has been minimized.
I am not able to find squid.conf file in squid version 4.5 and I am not able to download squid2. Can you help me?