From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.rs.github.com (smtp1-ext.rs.github.com [207.97.227.250]) by huchra.bufferbloat.net (Postfix) with ESMTP id A799B200252 for ; Fri, 23 Mar 2012 14:03:24 -0700 (PDT) Received: from github.com (sh2.rs.github.com [50.57.128.197]) by smtp1.rs.github.com (Postfix) with ESMTP id 9D6E942B2E for ; Fri, 23 Mar 2012 14:03:23 -0700 (PDT) Date: Fri, 23 Mar 2012 14:03:23 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-ID: <4f6ce51b86108_36f21bffae4889a4@sh2.rs.github.com.mail> Subject: [dtaht/ceropackages] ad0ae7: Attempt to cache ALL the roots dynamically with zo... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_4f6ce51b83289_36f21bffae4887a2"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list Reply-To: GitHub List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2012 21:03:24 -0000 ----==_mimepart_4f6ce51b83289_36f21bffae4887a2 Date: Fri, 23 Mar 2012 14:03:23 -0700 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-ID: <4f6ce51b84db7_36f21bffae48882c@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages Commit: ad0ae710c14a1b3fdb90744643966af7a6bc037e https://github.com/dtaht/ceropackages/commit/ad0ae710c14a1b3fdb90744643966af7a6bc037e Author: Dave Taht Date: 2012-03-23 (Fri, 23 Mar 2012) Changed paths: M net/bind-latest/files/chroot/named/etc/bind/default/other.zones Log Message: ----------- Attempt to cache ALL the roots dynamically with zone transfers Previously in cerowrt, we did a zone transfer from f only. In india, f is reachable rarely. There are two choices: use db.hints or zone transfers 1) rely on the db.root hints distribution. 2) attempt to cache all the roots via zone transfers At the moment I choose 2 - because keeping db.root updated involves cron, wget, checksumming, and restarting the server. Huge debate on this on the mailing list, but I'd like to cache as much as possible. ----==_mimepart_4f6ce51b83289_36f21bffae4887a2--