From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-138441-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1SVhPy-00047o-OO
	for garchives@archives.gentoo.org; Sat, 19 May 2012 11:01:51 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0FAAEE0A85;
	Sat, 19 May 2012 11:01:33 +0000 (UTC)
Received: from mail-pz0-f53.google.com (mail-pz0-f53.google.com [209.85.210.53])
	by pigeon.gentoo.org (Postfix) with ESMTP id C23D8E0586
	for <gentoo-user@lists.gentoo.org>; Sat, 19 May 2012 10:59:31 +0000 (UTC)
Received: by dadg9 with SMTP id g9so5965862dad.40
        for <gentoo-user@lists.gentoo.org>; Sat, 19 May 2012 03:59:31 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        bh=Scl/ZPok/R7S+JLK4oafBVrpO9aNDqGfnYaHa9itBy4=;
        b=X9eIc3KVtU8CME4zxutKZW9lkTfTPeStQVi7a1JB9Pk9toHJpTFhWXRrUK5AiEC0RI
         13mOlLadbR2N6fc4ov8twpzGTggz4ZQ4UP/5KQIAlItHfvSf+4RDSgvGAMWhFO7lUKRK
         DwmrjMndol2+mBHJy8sz0Yxi/AsKd9wjfaG0r8GGR+8nxffkGHYDGsXT+b09c2AOsJ3M
         1xMDFkP+PNDZ1owvdCMZ0Wr0b/CfHdxj0/qaG1RdzUZKGeSZOjjNSFv/8z/wT82fLGyS
         lln+gWNbtzZVXqB0+lNSkdMuFdrn5JFkfNJDkzxZMFQ44wUo0A/eb0nvNJtqhOlW1ShB
         izIg==
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.68.240.135 with SMTP id wa7mr15467951pbc.7.1337425171031; Sat,
 19 May 2012 03:59:31 -0700 (PDT)
Received: by 10.68.39.227 with HTTP; Sat, 19 May 2012 03:59:31 -0700 (PDT)
In-Reply-To: <CAPo3noaCHfjuP=Fv+UHCvnX8XN=ocqbJdXh+tqTqc_A2aMvEQg@mail.gmail.com>
References: <CAPo3noaCHfjuP=Fv+UHCvnX8XN=ocqbJdXh+tqTqc_A2aMvEQg@mail.gmail.com>
Date: Sat, 19 May 2012 20:59:31 +1000
Message-ID: <CAC=wYCE3UdUzfyfDtWPcR=VMbyTTeyBiqDEbF4N6QGubLsCnag@mail.gmail.com>
Subject: Re: [gentoo-user] Best caching dns server?
From: Adam Carter <adamcarter3@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
X-Archives-Salt: 8015742b-e889-4bff-b3a3-35eee28fa606
X-Archives-Hash: f25b622e8cc5bd50a9c08adcd1dce56b

> Which is the best caching dns server? I'm presently using pdns-recursor,
> which is quite good, but doesn't have option to set minimum ttl (doesn't
> make sense, but some sites like twitter have ridiculously low ttl of 30s).

The load balancing technology will be slow to respond if the TTLs are
high, so given that responsive load balancing and timely fail over are
good things, it does make sense. IIRC the F5 default is 20 seconds. Be
careful if you are going to break DNS, there may be consequences
you're not aware of.

> Also, it isn't able to save cached entries to file so that it can be
> restored on next boot. Any option?
>
> I am keeping my box 24x7 on because it serves as dns on my small home wifi,
> not acceptable to me, because network is almost off at night (only phone)
> and I have my router as secondary dns.

Can you re-phrase that? - its hard to understand what the problem is.