Estou com uma configuração básica do squid, porém não acesso o
msn, tem como liberar o msn somente na configuração do squid?
Configuração de teste, estou navegando mas msn não funciona.
http_port 3128
acl manager proto cache_object
acl localhost src 127.0.0.1/32 ::1
coredump_dir /var/spool/squid
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320
shutdown_lifetime 5 seconds
cache_effective_user squid
cache_effective_group squid
acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
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
acl msn url_regex -i gateway.dll
http_access allow msn
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localnet
não coloquei o http_access deny all
log
1326509122.256 963 192.168.1.1 TCP_MISS/200 6468 POST
http://sn1.gateway.messenger.live.com/gateway/gateway.dll? - DIRECT/65.54.52.62 application/x-msn-messenger
1326509122.612 338 192.168.1.1 TCP_MISS/200 408 POST
http://65.54.48.167/gateway/gateway.dll? - DIRECT/65.54.48.167 application/x-msn-messenger
1326509124.605 338 192.168.1.1 TCP_MISS/200 409 POST
http://65.54.48.167/gateway/gateway.dll? - DIRECT/65.54.48.167 application/x-msn-messenger
....
....