Regístrate gratis para participar de los foros, o si ya estás registrado haz login.
| comentario del autor | Mie Sep 03, 2008 10:17 am | |
|
esta es la configuracion que tengo: 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 mired src 192.xxx.xxx.xxx/255.255.255.0 acl mired src 192.xxx.xxx.xxx/255.255.255.0 acl prefer src "/etc/squid/ilimit.txt" acl restringidas src "/etc/squid/restringidas" acl nomessenger src "/etc/squid/nomessenger" acl nobajar src "/etc/squid/down.txt" acl porn src "/etc/squid/porn.txt" acl messenger url_regex "etc/squid/msn.txt" acl to_localhost dst 127.0.0.0/8 acl SSL_ports port 443 563 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 1025-65535 # unregistered ports 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 CONNECT method CONNECT follow_x_forwarded_for allow localhost acl_uses_indirect_client on log_uses_indirect_client on # And finally deny all other access to this proxy http_access allow localhost #http_access allow upse http_access allow prefer http_access allow restringidas !nobajar !porn http_access allow nomessenger !messenger !nobajar !porn http_access deny all esa es la configuracion que tengo por el momento y en el anteriro server si me funcionaba bien pero con este toda ip puede navegar...ayuda |
||