Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Feb 2002 17:31:54 +0600
From:      Roman Zabolotnikov <romaha@eoffice.ru>
To:        BSD <freebsd-security@FreeBSD.ORG>
Subject:   RE: Filtering URL
Message-ID:  <D56EF1EAF8CCD21180A8009027177D3B99625E@fs.novosoft.ru>

next in thread | raw e-mail | index | archive | help
 Hi. You can easy filter any URL with squid proxy-server. You're need only
write something like this
___________
acl porn url_regex "/usr/local/squid/etc/porn.txt"
.....
http_access deny porn
___________

And write URLs you're need to filter in file /usr/local/squid/etc/porn.txt


> -----Original Message-----
> From: Florin MANAILA [mailto:florin.manaila@softnet.ro] 
> Sent: Friday, January 30, 1998 10:43 PM
> To: BSD
> Subject: Filtering URL
> 
> 
> Hi all,
> 
> I wonder if posible to filtering URL-s with FreeBSD, and if 
> is posible with what program ?
> 
> Best regards,
> 
> Florin
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-security" in the body of the message
> 
> 



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




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