From owner-freebsd-questions@FreeBSD.ORG Fri May 23 12:33:29 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98D6C106564A for ; Fri, 23 May 2008 12:33:29 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id 3A7058FC17 for ; Fri, 23 May 2008 12:33:29 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 21674 invoked by uid 1002); 23 May 2008 12:33:28 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.104.100):. Processed in 0.067895 secs); 23 May 2008 12:33:28 -0000 Received: from unknown (HELO ?192.168.30.110?) (steve@ibctech.ca@208.70.104.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 23 May 2008 12:33:28 -0000 Message-ID: <4836B926.2060602@ibctech.ca> Date: Fri, 23 May 2008 08:31:34 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Ruel Luchavez References: In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Bind DNS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2008 12:33:29 -0000 > Is it possible in BIND DNS to block images in a certain sites? like for > example the popular friends site ( friendster), > i want to block most images in that site so that client will be irritated > that their images don't load perfectly. but s till > they can visit their site? > > Any idea guys? DNS is a name to address resolution protocol. It has no knowledge of web content. What you are after is some sort of web content filter. For home use, I use Squid and DansGuardian (both in ports). Still though, it's very difficult to block only *certain* images, and not others from a particular site. Regards, Steve