Hello Thomas,

> How can I put a list of the URLs where my clients can't access and there are
> these list in internet.

I'm administering a Squid proxy for my company, and I'm using such a
deny-list. Here are the relevant lines from my squid.conf file :

--------------------------<cut>-------------------------------
acl adultsites dstdomain "/opt/squid/etc/adultsites.incl"
acl gambling dstdomain "/opt/squid/etc/olcasinos.incl"

[...]

# Try to filter out adult sites and on-line gambling
http_access deny adultsites
http_access deny gambling
--------------------------<cut>-------------------------------

The format of those .incl files (the .incl is not mandatory, just my
choice) is just lines of text such as :

--------------------------<cut>-------------------------------
www.2hardcore.com
www.69city.com
www.69cyberline.com
www.absolutecybersex.com
--------------------------<cut>-------------------------------
(just avoid the leading "http://"; and cut any trailing "/").

Regarding the "adult" sites, I originally found a skeleton for such a
list on the web, but it was far from complete (such list never is, I
fear). But if that's what you want to block, I'd be glad to send you my
own list (contains 185 sites - not all of them, but still a good start).
Should you be interested (or should you have additional questions),
please let me know.

Hope this helps.

Ph. A.

-- 
     
     
     
                                   //\\
                                   \\//
                                  ///\\\
                                  SCITEX
     
   /*-----------------------------------------------------------------*/
   /* Scitex Europe, S.A.      | Philippe Andersson                   */
   /* Dreve Richelle, 161, E-F,| PC & Network Specialist              */
   /* 1410 WATERLOO            | [EMAIL PROTECTED]    */
   /* BELGIUM                  | +32-2-352.25.93 Fax: +32-2-352.25.84 */
   /*-----------------------------------------------------------------*/

Reply via email to