Hello
I am trying to block msn messenger for few ip at perticular time.
I have worte acl, acl given below.
----------------------------------------------------------------------------------------
acl client_acl src 192.0.0.200,192.0.0.200
acl time_acl time 12:00-14:00
acl msnmessenger url_regex -i gateway.dll
http_access deny msnmessenger !time_acl client_acl
----------------------------------------------------------------------------------------
But it work on the following acl
-----------------------------------------------------------------------------------------
acl client_acl src 192.0.0.200,192.0.0.200
acl msnmessenger url_regex -i gateway.dll
http_access deny msnmessenger client_acl
------------------------------------------------------------------------------------------
Can any one help me? on this issue
Devendra
Received on Sat Sep 04 2004 - 08:28:51 MDT
This archive was generated by hypermail pre-2.1.9 : Fri Oct 01 2004 - 12:00:02 MDT