Search squid archive

Re: Acl and block domains-..

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

 



> Hi..
>
> i use Squid + SquidGuard
>
> i have groups..
>
> A= 10.0.20/28
> B= 10.0.21/28
> C= 10.0.22/28
>
> so i want block webmessenger.msn.com, and many others sites for groups A
> and B, but not for C
>
> Somebody know how can i do it?
>

acl webms dstdomain webmessenger.msn.com
acl A_local   src 10.0.20/28
acl B_local   src 10.0.21/28
acl C_local   src 10.0.22/28
#
http_access allow C_local
http_access deny A_local webms
http_access deny B_local webms
http_access deny all

M.


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

  Powered by Linux