On 12/1/07, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > > On 30-Nov-07, at 9:30 PM, vivek khurana wrote: > > > this will block all the websites mentioned in block-web.txt. You can > > mention one website in each line of block-web.txt > > is this one website per line or one regex per line? >
I have got the bellow recomendation from one of my friend ( i still have to implement it ) : line 1. acl special_client src 192.168.11.0 < type here ip ranage or single ip address or multiple ip separted with single space ) line 2. acl special_url url_regex -i chat.yahoo.com ( type here webaddress separated with | e.g. yahoo.com|rediff.com , last webaddress should not have any | (pipe)) line 3 http_access deny special_client special_url line 4 http_access allow marketing ( or whatever ip address range) ( will update this thread as soon as i implement it today ) Thank you -- Agnello . G .Dsouza -- http://mm.glug-bom.org/mailman/listinfo/linuxers

