|
发表于 2007-2-13 01:25:19
|
显示全部楼层
禁止17173:
acl 17173 dstdomain .17173.com
http_access deny 17173
禁止下载exe文件(只要是路径中有exe的都禁止,不太精确)
acl exe urlpath_regex -i exe
acl exe1 url_regex -i exe
http_access deny exe
http_access deny exe1
禁止129-254
acl full_half src 192.168.5.0/25
http_access allow full_half
http_access deny all
注意allow和deny的前后次序 |
|