[98780] in North American Network Operators' Group
Re: DNS not working
daemon@ATHENA.MIT.EDU (bmanning@vacation.karoshi.com)
Fri Aug 17 06:34:29 2007
Date: Fri, 17 Aug 2007 10:26:43 +0000
From: bmanning@vacation.karoshi.com
To: Jeff Shultz <jeffshultz@wvi.com>
Cc: NANOG list <nanog@nanog.org>
In-Reply-To: <46C4D29F.2010903@wvi.com>
Errors-To: owner-nanog@merit.edu
On Thu, Aug 16, 2007 at 03:41:35PM -0700, Jeff Shultz wrote:
>
> leeyao@trashymail.com wrote:
> >
> >Hi, I try adding google.com to my dns server to get more visitors
> >but google.com still show search engine.
>
> For which your customers are grateful....
>
> Jeff Shultz
well... to answer the question (how do i hijack DNS lables
to generate more traffic to my site?) - I suggest the following:
*NOTE* - you may need to backout o an earlier version of BIND,
then this will generate some increased traffic temporarally
but will bring down the wrath of the ISP community on you...
or, they might let you melt in your own stupidity... with that
disclaimer::::
; add these RR's to your zone
$ORIGIN .
*.com. IN A 127.0.0.1
*.net. IN A 127.0.0.1
*.org. IN AAAA ::1
; end of temporary traffic generator
as an aside, Cricket, you might want to write another book on
stupid DNS tricks that don't work the way one thinkis they might.
--bill