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
This archive was generated by hypermail pre-2.1.9 : Mon Oct 01 2007 - 12:00:02 MDT