Re: [squid-users] msn messenger is not blocking

From: Muthukumar <kmuthu_gct@dont-contact.us>
Date: Tue, 24 Feb 2004 12:52:42 +0530


> using msn and yahoo messengers I have searched a lot
> but I could not figure out the problem.and also i am
> unable to access the internet from my proxy server.
> this is my squid.conf
>

cat > /usr/local/squid/etc/yahoourl.txt
#################################
.messenger.yahoo.com
.msg.yahoo.com
.scd.yahoo.com
.sc5.yahoo.com
webcam.yahoo.com
filetransfer.yahoo.com
#################################

cat > /usr/local/squid/etc/msnip.txt
##############################
64.4.13.0/24
##############################

acl all src 0.0.0.0/0.0.0.0
acl localnet src 10.0.0.51-10.0.0.77
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl local src 10.0.0.1
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
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 mm url_regex -i gateway.dll

#yahoo,msn acl's
acl yahoo url_regex "/usr/local/squid/etc/yahoourl.txt"
acl messenger dst "/usr/local/squid/etc/msnip.txt"

#yahoo,msn access rules
http_access deny messenger
http_access deny yahoo

http_access deny mm
http_access allow localnet
http_access allow localhost
http_access deny all
miss_access allow localnet


Regards,
Muthukumar.

Received on Tue Feb 24 2004 - 00:22:48 MST

This archive was generated by hypermail pre-2.1.9 : Mon Mar 01 2004 - 12:00:03 MST