Re: [squid-users] blocking all destination domain except "www.bloomberg.com" and "www.bloomberg.de" .

From: Ilker Gokhan <ilker.gokhan@dont-contact.us>
Date: Mon, 03 Feb 2003 12:55:18 +0200

Prabu Subroto wrote:
> Dear my friends,
>
> I am using SuSE 8.1 and Squid as a proxy server.
>
> I want to block/deny all destination for sales except
> "www.bloomberg.com" and "www.bloomberg.de" .
>
> I have defined the group of my sales with this line :
> "
> acl sales src
> 192.168.23.240-192.168.23.254/255.255.255.0
> "

Try:

acl ALLDOMAIN dst 0.0.0.0/0.0.0.0
acl AllowedDomain dstdomain .bloombwerg.com .bloomberg.de

http_access allow sales AllowedDomain
http_access deny sales ALLDOMAIN

Regards,
Ilker G.
---------
"Peace at home,peace at the world." K.Ataturk
Received on Mon Feb 03 2003 - 03:56:44 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:13:13 MST