Results 1 to 1 of 1
I can block download files according to there extensions using this command
acl No_Video urlpath_regex -i \.avi$
http_access deny No_Video
but if i want to put the list of extensions ...
- 01-10-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 4
Block download file according to there extensions using squid
I can block download files according to there extensions using this command
acl No_Video urlpath_regex -i \.avi$
http_access deny No_Video
but if i want to put the list of extensions in a file and let the squid read the file and block all the extensions in the file as we make in blocking undesired websites
so any body have an idea>>><<<


Reply With Quote