[squid-users] how to block sites

2004-09-09 Thread Gaurav Duggal
Hi, I want my one specific user to be able to access only 2 sites. Please tell me wht should I do and how. Regards Gaurav Duggal. begin:vcard n:Duggal;Gaurav tel;cell:9810095313 tel;fax:2219169 tel;home:2219800 tel;work:2219060 x-mozilla-html:FALSE url:OMAXAUTO.COM org:OMAX AUTOS

Re: [squid-users] how to block sites

2004-09-09 Thread ecasbas
Gaurav Duggal wrote: Hi, I want my one specific user to be able to access only 2 sites. Please tell me wht should I do and how. acl specific_user src ip/netmask acl sites dstdomain www.site1.com www.site2.com http_access allow specific_user sites http_access deny user

Re: [squid-users] how to block sites

2004-09-09 Thread bimal pandit
certainly, you could do it using appropriate ACL's i.e. allowing your user to get access to specified sites only. regards, bimal On Thu, 2004-09-09 at 14:02, Gaurav Duggal wrote: Hi, I want my one specific user to be able to access only 2 sites. Please tell me wht should I do and how.

Re: [squid-users] how to block sites

2004-09-09 Thread Muthukumar
I want my one specific user to be able to access only 2 sites. Please tell me wht should I do and how. Get the specific user acl as, # Acl settings acl user src IP/netmask acl sites url_regex ^http://www.yahoo.com ^http://www.hotmail.com (or) acl sites dstdomain .yahoo.com .hotmail.com #