]> git.openstreetmap.org Git - dns.git/commitdiff
Direct render. to new render servers
authorPaul Norman <penorman@mac.com>
Thu, 23 Jun 2022 02:18:39 +0000 (19:18 -0700)
committerPaul Norman <penorman@mac.com>
Thu, 23 Jun 2022 02:18:39 +0000 (19:18 -0700)
Removing the remains of gdns broke render.openstreetmap.org, so this
adds it back, pointing at the new European render servers which have
the most capacity.

Long term, a CDN that can handle failover would work better, but
this is a short-term fix to get it working.

src/openstreetmap.js

index 9e4e1c01557e70d7eb59213077d33821933ce81f..5041068f43463e96cb55875efe2c4d35db63ac8f 100644 (file)
@@ -348,6 +348,11 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   // Fastly DNS based ACME Challenge requirement
   CNAME("_acme-challenge.tile", "bxve5ryiwwv7woiraq.fastly-validations.com.", TTL("10m")),
 
+  A("render", CULEBRE_IPV4),
+  A("render", NIDHOGG_IPV4),
+  AAAA("render", CULEBRE_IPV6),
+  AAAA("render", NIDHOGG_IPV6),
+
   // Services machine
 
   A("ironbelly", IRONBELLY_IPV4),