Após várias e várias tentativas de configurar um Proxy … finalmente hoje fiz um funcionar …
Segue Abaixo as config.
#Proxy by Junior PH
#REGRAS PADRÁO SQUID
http_port 3128
visible_hostname proxy.juniorphy.net
cache_dir ufs /cache 5000 16 256
cache_mem 150 MB
maximum_object_size 256 MB
minimum_object_size 0 KB
#ACLS
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 Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl Safe_ports port 901 # swat
acl purge method PURGE
acl CONNECT method CONNECT
#direitos de acesso
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
#BLOQUEIO DE SITES
acl palavrasproibidas dstdom_regex “/etc/squid/palavrasproibidas”
http_access deny palavrasproibidas
acl bloqueados url_regex -i “/etc/squid/bloqueados”
http_access deny bloqueados
#LIBERAÇAO REDE LOCAL
acl redelocal src 10.1.1.0/24
http_access allow localhost
http_access allow redelocal
http_access deny all
#OPCOES ADMINISTRATIVAS
cache_mgr underphy@gmail.com
error_directory /usr/share/squid/errors/Portuguese
Próximo passo agora, seria Limpeza de Cache e Transparent … + Redirecionamento IPTABLES
Enfim … vamos indo devagar ….