> How might I write an ACL to catch all numeric IP
> destdomain addresses so that I may
> deny attempts to circumvent URL regex filters?
Try with the acl settings as,
acl ipdomain urlpath_regex [0-9]*.[0-9]*.[0-9]*.[0-9]*
http_access deny ipdomain
http_access allow <yournetwork>
http_access deny all
HTH.
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/
Received on Thu Mar 10 2005 - 04:35:41 MST
This archive was generated by hypermail pre-2.1.9 : Fri Apr 01 2005 - 12:00:02 MST