From owner-freebsd-questions@FreeBSD.ORG Fri May 23 22:28:05 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 C0D06106566B for ; Fri, 23 May 2008 22:28:05 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 831358FC1F for ; Fri, 23 May 2008 22:28:05 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id E1C1E10E909; Fri, 23 May 2008 18:28:04 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 23 May 2008 18:28:04 -0400 X-Sasl-enc: m04BvumpNZGSzkB7EUS5cIQFD3EiaWuYAb9ZUcVTa+aU 1211581684 Received: from hagrid.ewd.goldmark.org (n114.ewd.goldmark.org [72.64.118.114]) by mail.messagingengine.com (Postfix) with ESMTPSA id 8748C168EA; Fri, 23 May 2008 18:28:04 -0400 (EDT) Message-Id: From: Jeffrey Goldberg To: Ruel Luchavez In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Fri, 23 May 2008 17:28:03 -0500 References: X-Mailer: Apple Mail (2.919.2) 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 22:28:05 -0000 On May 22, 2008, at 9:10 PM, Ruel Luchavez wrote: > Hi ALL, > > 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? DNS is not the right level to be doing that unless you know that the images are actually served from a different server than the other content on the site (which is unlikely). An HTTP proxy, Squid in particular, will be the right tool. About a year ago, I saw a description where someone had put in a filter in Squid to blur or rotate all images. The screen shots of that where hilarious, but I can't remember exactly where this was posted. Cheers, -j