X-Original-To: pgsql-www-postgresql.org@postgresql.org Received: from localhost (mx1.hub.org [200.46.208.251]) by postgresql.org (Postfix) with ESMTP id 795079FB356 for ; Sun, 10 Sep 2006 16:43:01 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.208.251]) (amavisd-new, port 10024) with ESMTP id 12918-04 for ; Sun, 10 Sep 2006 16:42:49 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey- Received: from mx-2.sollentuna.net (mx-2.sollentuna.net [195.84.163.199]) by postgresql.org (Postfix) with ESMTP id 56DC29FB21E for ; Sun, 10 Sep 2006 16:42:50 -0300 (ADT) Received: from ALGOL.sollentuna.se (janus.sollentuna.se [62.65.68.67]) by mx-2.sollentuna.net (Postfix) with ESMTP id 81E7AF407E; Sun, 10 Sep 2006 21:42:48 +0200 (CEST) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: Re: Who admins DNS? Date: Sun, 10 Sep 2006 21:42:55 +0200 Message-ID: <6BCB9D8A16AC4241919521715F4D8BCEA0FB97@algol.sollentuna.se> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] Who admins DNS? Thread-Index: AcbU17z4+X/7d32bQxO1fvfsZPpqJQAMPmwgAAIMjsA= From: "Magnus Hagander" To: "Dave Page" , "Robert Treat" , Cc: X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.176 tagged_above=0 required=5 tests=AWL, FORGED_RCVD_HELO, SPF_PASS X-Spam-Level: X-Archive-Number: 200609/57 X-Sequence-Number: 10635 > > So, just to toss out another option, I'm pretty sure we could get a=20 > > free account from the folks at UltraDNS for the postgresql.org=20 > > project. This would give us something that is global,=20 > replicated, w/=20 > > no-downtime, anycast capable, on a completely independent=20 > > network/hardware system and accessible by whichever=20 > community members=20 > > we deem necessary. >=20 > If you're thinking of them providing secondary services, then=20 > there isn't really any need - it was the blind primary that=20 > got screwed up in the snafu this week, the secondaries (and=20 > in fact the visible primaries) were working just fine. For=20 > added redundancy though, I'm configuring up a couple more=20 > secondaries later this week. Agreed - as a secondary, the help is marginal. > If you're thinking of using them as a primary, then that is=20 > highly unlikely to work I suspect. Our main zone file is=20 > dynamically generated from the database on borg and a couple=20 > of other sources on a daily basis > - it's not something that we can just edit in a web interface=20 > periodically. There's also the mirrors.postgresql.org=20 > subdomain which is handled by a different primary and is=20 > dynamically updated every 15 minutes or so. Even if we left=20 > that as-is, do UltraDNS provide a method to delegate the=20 > subdomain to a different server? I'm *sure* they provide delegation of subdomain, given the customers that they have. AFAIK, UltraDNS is a professional *enterprise* DNS hoster. But I can be wrong on that ;) The more interesting question to ask is do they have an API for dynamically updating the DNS records. (Maybe just dynamic-dns? If security is configure dproperly, that should work, no?) If it's an API we can use, then it can definitly still be a win. //Magnus