Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Jan 1999 14:06:04 +0200
From:      alexander smishlajev <als@turnhere.com>
To:        ee123@rocketmail.com
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Looking for a software
Message-ID:  <3695F4AC.87625A2E@turnhere.com>
References:  <19990107172348.2908.rocketmail@web1.rocketmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3695F4AC.87625A2E>