[squid-users] allow certain pages to blocked users

From: Landy Landy <landysaccount_at_yahoo.com>
Date: Tue, 24 Aug 2010 16:28:46 -0700 (PDT)

Hello.

I am currently running squid Version 3.0.STABLE24 and is working really well. I block user's by ip address:

acl registered src "/etc/msd/ipAllowed"

http_access allow registered
http_access deny all

but, now I would like UNregistered clients to be able to access some specific websites for ie, my bank's web site so they can make a payment and some others.

Can I do it like this:

acl my_bank dstdomain www.mybank.com
http_access allow my_bank

Also, all ip addresses other than the registered are blocked with iptables as well. So, I guess I have to allow access to these website somehow.

Any suggestions?

Thanks in advanced for your help.

      
Received on Tue Aug 24 2010 - 23:28:53 MDT

This archive was generated by hypermail 2.2.0 : Wed Aug 25 2010 - 12:00:02 MDT