Search squid archive

Re: Please help to configure http_access allow for one computername to blocked site

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On tor, 2007-09-20 at 11:20 -0700, mherder wrote:
> I have searched everywhere for how to allow one computername on our network
> to be exempt from the following url blocking example. Does anyone know how?
> Please help.
> 
> acl bad_domains dstdomain .domainname.com
> 
> http_access deny bad_domains

acl good_computer src ip.of.the.computer
http_access allow good_computer
http_access deny bad_domains

or alternatively

http_access deny !good_computer bad_domains

Regards
Henrik

Attachment: signature.asc
Description: This is a digitally signed message part


[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux