From owner-freebsd-questions@FreeBSD.ORG Fri May 23 14:09:58 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 B9CBA106564A for ; Fri, 23 May 2008 14:09:58 +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 55B988FC0C for ; Fri, 23 May 2008 14:09:58 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 25287 invoked by uid 1002); 23 May 2008 14:09:54 -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.06902 secs); 23 May 2008 14:09:54 -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 14:09:53 -0000 Message-ID: <4836CFBF.6000901@ibctech.ca> Date: Fri, 23 May 2008 10:07:59 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Derek Ragona References: <6.0.0.22.2.20080523081722.0249ec10@mail.computinginnovations.com> In-Reply-To: <6.0.0.22.2.20080523081722.0249ec10@mail.computinginnovations.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Ruel Luchavez , 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 14:09:58 -0000 Derek Ragona wrote: > At 09:10 PM 5/22/2008, 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? >> >> Any idea guys? >> >> thans > > define in your hosts any host or URL you want to block as the localhost, > 127.0.0.1 > > You can google for whole host files to use to block a bunch of different > annoying sites. I assumed by the OP's original message that this was a workplace-type environment, and figured that he wouldn't want to hand-manage this type of thing. Also, pardon my ignorance, but if you were to DNS redirect a domain name to a specific IP with BIND, wouldn't you have to create a DNS zone for each domain name? Steve