brunorjj
(usa Ubuntu)
Enviado em 21/05/2013 - 20:03h
Não entendi os locais onde vou acrecentar
segue o meu script
http_port 3128
visible_hstname servidor
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 SSL_ports port 443 563 873
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 873 # 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 Safe_ports port 1025-65535 # portas altas
# autenticação
auth_param basic realm Seja Bem Vindo! ( Digite sua login | Senha )
auth_param basic program /usr/lib/squid3/ncsa_auth /etc/squid3/squid_passwd
acl autenticados proxy_auth REQUIRED
http_access allow autenticados
acl purge method PURGE
acl CONNECT method CONNECT
http_access manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access !Safe_ports
acl redelocal src 10.1.1.0/24
http_access allow localhost
http_access allow redelocal
http_access deny all
### aonde esses comando fica??