From owner-freebsd-questions@FreeBSD.ORG Tue May 27 13:18:39 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 C75C31065672 for ; Tue, 27 May 2008 13:18:39 +0000 (UTC) (envelope-from det135@hoenikker.aset.psu.edu) Received: from f05n03.cac.psu.edu (f05s03.cac.psu.edu [128.118.141.46]) by mx1.freebsd.org (Postfix) with ESMTP id 7E5F18FC18 for ; Tue, 27 May 2008 13:18:39 +0000 (UTC) (envelope-from det135@hoenikker.aset.psu.edu) Received: from hoenikker.aset.psu.edu (hoenikker.aset.psu.edu [128.118.99.49]) by f05n03.cac.psu.edu (8.13.2/8.13.2) with ESMTP id m4RDIbeP110250 for ; Tue, 27 May 2008 09:18:37 -0400 Received: from hoenikker.aset.psu.edu (hoenikker.aset.psu.edu [128.118.99.49]) by hoenikker.aset.psu.edu (8.14.2/8.14.2) with ESMTP id m4RDHqJp066978 for ; Tue, 27 May 2008 09:17:52 -0400 (EDT) (envelope-from det135@hoenikker.aset.psu.edu) Received: (from det135@localhost) by hoenikker.aset.psu.edu (8.14.2/8.14.2/Submit) id m4RDHquO066977 for freebsd-questions@freebsd.org; Tue, 27 May 2008 09:17:52 -0400 (EDT) (envelope-from det135) Date: Tue, 27 May 2008 09:17:52 -0400 From: Derek Taylor To: freebsd-questions@freebsd.org Message-ID: <20080527131752.GI62442@psu.edu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Scanned: by amavisd-new Subject: Re: Bind DNS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Derek Taylor List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 13:18:39 -0000 On Fri, 23 May 2008, Jeffrey Goldberg wrote: >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 Google for "Upside-Down-Ternet". The instructional narrative is still available. -Derek.