]> git.openstreetmap.org Git - dns.git/blobdiff - src/openstreetmap.js
Use dualstack endpoint for fastly CDN
[dns.git] / src / openstreetmap.js
index 859180a3fed7feb595127f42b83074d250181831..2cd189817588cf7e91b3662e75a3c26b7f303e6c 100644 (file)
@@ -34,6 +34,7 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   // Fastly cert domain ownership confirmation
 
   TXT("@", "_globalsign-domain-verification=ps00GlW1BzY9c2_cwH_pFqRkvzZyaCVZ-3RLssRG6S"),
+  TXT("@", "_globalsign-domain-verification=W0buKB5ZmL-VwwHw2oQyQImk3I1q3hSemf2qmB1hjP"),
 
   // Delegate MTA-STS policy for subdomains
 
@@ -211,7 +212,7 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   
   // Fastly tile CDN testing
   
-  CNAME("cdn-fastly-test.tile", "osff2.map.fastly.net."),
+  CNAME("cdn-fastly-test.tile", "dualstack.osff2.map.fastly.net."),
 
   // Services machine
 
@@ -319,6 +320,10 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   A("urmel.ucl", URMEL_INTERNAL),
   A("urmel.oob", URMEL_OOB),
 
+  // Prometheus server
+
+  A("prometheus", TIAMAT11_IPV4),
+
   // Chef server
 
   A("sarel", SAREL_IPV4),