rommelinux
(usa Ubuntu)
Enviado em 16/11/2012 - 13:13h
##Porta Para Liberar Internet##
http_port 3128 transparent
##Nome Visivel do Servidor Proxy##
visible_hostname servidorlinux
##Controles de Acessos Agape Sistemas##
acl autentica proxy_auth REQUIRED
acl SSL_ports port 230 443 563 2038
acl Safe_ports port 21 23 25 110 230 443 563 2038 8125
acl CONNECT method CONNECT
acl all src
acl localhost src 127.0.0.1/32
acl redelocal src 192.168.25.0/24
acl permite url_regex mysuite.com.br mysuite1.com.br mysuite2.com.br brazip.com.br brazipcentral.com.br s3.amazonaws.com fms02.mysuite.com.br fms03.mysuite.com.br fms04.mysuite.com.br
acl allowed_domain dstdomain mysuite.com.br mysuite1.com.br mysuite2.com.br brazip.com.br brazipcentral.com.br s3.amazonaws.com fms02.mysuite.com.br fms03.mysuite.com.br fms04.mysuite.com.br
acl maquinas_livres src 192.168.25.58 192.168.25.64 192.168.25.68 192.168.25.88 127.0.0.1
acl liberados url_regex -i "/etc/squid3/liberados"
acl extensao url_regex -i "/etc/squid3/extensao"
acl bloqueados url_regex -i "/etc/squid3/bloqueados"
acl manharedelocal time M T W H F 07:30-13:00
acl tarderedelocal time M T W H F 14:00-18:00
acl numeric_IPs dstdom_regex ^(([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)|(\[([0-9af]+)?:([0-9af:]+)?:([0-9af]+)?\])):443
acl Skype_UA browser ^skype
http_access allow !manharedelocal !tarderedelocal
http_access deny bloqueados
http_access allow CONNECT SSL_ports
http_access allow CONNECT Safe_ports
http_access allow SSL_ports
http_access allow Safe_ports
http_access allow localhost
http_access allow redelocal
http_access allow permite
http_access allow allowed_domain
http_access allow maquinas_livres
http_access allow liberados
http_access allow extensao
http_access allow redelocal Skype_UA SSL_ports Safe_ports
deny_info
http://www.agapesistemas.com.br bloqueados !bloqueados
cache_access_log /var/log/squid3/access.log
cache_log /var/log/squid3/cache.log
cache_store_log /var/log/squid3/store.log