OPNsense Forum
English Forums => Web Proxy Filtering and Caching => Topic started by: lfirewall1243 on October 02, 2019, 07:05:44 pm
-
Hey,
I am running squid as an transparent http and https proxy, with icap and clamav to scan downloads. Is it possible to block downloads with special file extensions (like .doc or .zip)? Would be very helpful because many viruses are in .doc files.
Thank you ;)
Gesendet von meinem MI 9 mit Tapatalk
-
Isnt this possible via icap server settings?
-
I can choose
Scan for filestypes
But can't block them even if they are virus free I think.
Or I just don't know how :)
Gesendet von meinem MI 9 mit Tapatalk
-
I added this to my ACL List
.*\.exe$
but its not working. Any idea? :)
-
Maybe you can try Block specific MIME type reply in access control config?
-
Maybe you can try Block specific MIME type reply in access control config?
Thanks
Do you know how they have to look like?