From owner-freebsd-stable Fri Jan 8 04:07:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA15667 for freebsd-stable-outgoing; Fri, 8 Jan 1999 04:07:05 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from tiger.rrc.lv (mail.rrc.lv [195.216.171.135]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA15636 for ; Fri, 8 Jan 1999 04:07:00 -0800 (PST) (envelope-from als@turnhere.com) Received: from turnhere.com (alex.rrc.lv [195.216.171.131]) by tiger.rrc.lv (8.8.8/8.8.8) with ESMTP id OAA20308; Fri, 8 Jan 1999 14:06:10 +0200 (EET) (envelope-from als@turnhere.com) Message-ID: <3695F4AC.87625A2E@turnhere.com> Date: Fri, 08 Jan 1999 14:06:04 +0200 From: alexander smishlajev Reply-To: alex@mail.rrc.lv X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: ru MIME-Version: 1.0 To: ee123@rocketmail.com CC: freebsd-stable@FreeBSD.ORG Subject: Re: Looking for a software References: <19990107172348.2908.rocketmail@web1.rocketmail.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Eric wrote: > > Does anybody know a free software with wich I can do URL > Blocking on a FreeBSD Gateway? > If the list of URL isn't free it is not a problem. i think that any proxy system should be able to do this. for example, here is the part of my squid configuration: === cut === acl nobanners src 0/0 # from http://www.iaia.irk.ru/list.txt acl xfiles url_regex "/usr/local/etc/squid/x-files.acl" http_access deny nobanners xfiles deny_info screw2.html xfiles === cut === cheers, alex. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message