Hallo,
I�m using Squid Proxy + Squidguard Filter + smb_auth Module. I want to check all the incomming traffic (Content Check) with an Antivirus Tool. Has anybody an idea what Virusscanner do I need? frank ----- Original Message ----- From: "Narozny" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 1:47 PM Subject: [squid-users] Blocking specific ip > Hi everyone > > I have a "seemingly-functional" squid setup. > > The need has arisen to block a specific ip within the allowed ip-range. > > >>I want to block only 192.168.0.10<< > > I've tried the following: > > acl allowed_iplist src 192.168.0.0/255.255.255.0 > acl denied_host1 src 192.168.0.10/255.255.255.0 > > http_access deny denied_host1 > http_access allow allowed_iplist > > Any pointer appreciated > Thanks > Narozny >
