John Halfpenny wrote:

hi.

i've been running squid with dansguardian for a while, works really well. 
however, some people here need to use ebay and as i have dll files blocked at 
dans it won't work properly.

as dans doesn't have an exception list for filetype, i thought about controlling them with the squid instance dans 'sits on'.
my question is- how do i create an acl to ban .dll files, but allow the one 
necessary .dll file through? (ebayisapi.dll)

is it possible to do with a single acl, or will i need to create an 'ok' acl 
followed by a 'not ok' acl? :-)

Hello John,

You can try with the following

acl FILE urlpath_regex [-i] xxxx\.dll acl FILE1 urlpath_regex [-i] \.dll http_access allow FILE http_access deny FILE1

Thanks,
Visolve Squid Team,
http://squid.visolve.com
<http://squid.visolve.com>

Reply via email to