]> git.openstreetmap.org Git - dns.git/commitdiff
Point services in Dublin at Equinix IP addresses
authorTom Hughes <tom@compton.nu>
Thu, 6 Mar 2025 19:48:07 +0000 (19:48 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 6 Mar 2025 19:48:07 +0000 (19:48 +0000)
src/ideditor.js
src/openstreetmap-town.js
src/openstreetmap.js
src/osm-wiki.js
src/osmfoundation.js
src/stateofthemap.js
src/switch2osm.js

index 3c61fd472403f5881530742d35dd231d87da408c..2f3ff7246d48e4fc94bad2316686abffd5e7c138 100644 (file)
@@ -28,7 +28,7 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   ALIAS("@", "openstreetmap.github.io."),
   CNAME("www", "openstreetmap.github.io."),
-  A("preview", IPV4["naga.he"]),
-  AAAA("preview", IPV6["naga.he"])
+  A("preview", IPV4["naga"]),
+  AAAA("preview", IPV6["naga"])
 
 );
index ccc02badc21610f970c0e5612de0749534d8fd1d..e968de580d0195d9285afbe6bc68d16aa709f94b 100644 (file)
@@ -34,6 +34,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   // Redirect en.openstreetmap.town to en.osm.town
 
-  osm_web_service("en", "naga.he")
+  osm_web_service("en", "naga")
 
 );
index b78a5a1f488734ddcea01a604d356eb87f021c01..91467ba63a855fc15c10f5c62c7b0dfeda01baee 100644 (file)
@@ -25,12 +25,12 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   MX("community", 10, QUALIFY("a.mx")),
   MX("supporting", 10, QUALIFY("a.mx")),
 
-  A("a.mx", IPV4["fafnir.he"]),
-  AAAA("a.mx", IPV6["fafnir.he"]),
-  A("mail", IPV4["fafnir.he"]),
-  AAAA("mail", IPV6["fafnir.he"]),
-  A("mta-sts", IPV4["fafnir.he"]),
-  AAAA("mta-sts", IPV6["fafnir.he"]),
+  A("a.mx", IPV4["fafnir"]),
+  AAAA("a.mx", IPV6["fafnir"]),
+  A("mail", IPV4["fafnir"]),
+  AAAA("mail", IPV6["fafnir"]),
+  A("mta-sts", IPV4["fafnir"]),
+  AAAA("mta-sts", IPV6["fafnir"]),
 
   // Publish SPF records indicating that only shenron sends mail
 
@@ -186,7 +186,7 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   CNAME("b.tile", "dualstack.n.sni.global.fastly.net."),
   CNAME("c.tile", "dualstack.n.sni.global.fastly.net."),
 
-  osm_web_service("render", [ "culebre.he",
+  osm_web_service("render", [ "culebre",
                               "nidhogg"
                             ]),
 
@@ -198,11 +198,11 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   A("backup", IPV4["norbert"]),
   AAAA("backup", IPV6["norbert"]),
-  // A("backup", IPV4["horntail.he"]),
-  // AAAA("backup", IPV6["horntail.he"]),
+  // A("backup", IPV4["horntail"]),
+  // AAAA("backup", IPV6["horntail"]),
 
   osm_web_service("planet", "norbert"),
-  // osm_web_service("planet", "horntail.he"),
+  // osm_web_service("planet", "horntail"),
 
   // Development server with wildcard alias for user sites
 
@@ -223,8 +223,8 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   // Matomo server
 
-  osm_web_service("matomo", "smaug.he"),
-  osm_web_service("piwik", "smaug.he"),
+  osm_web_service("matomo", "smaug"),
+  osm_web_service("piwik", "smaug"),
 
   // Imagery servers
 
@@ -262,12 +262,12 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   // Management server
 
-  osm_web_service("acme", "idris.he"),
-  osm_web_service("apt", "idris.he"),
-  osm_web_service("chef", "idris.he"),
-  osm_web_service("dns", "idris.he"),
-  osm_web_service("git", "idris.he"),
-  osm_web_service("hardware", "idris.he"),
+  osm_web_service("acme", "idris"),
+  osm_web_service("apt", "idris"),
+  osm_web_service("chef", "idris"),
+  osm_web_service("dns", "idris"),
+  osm_web_service("git", "idris"),
+  osm_web_service("hardware", "idris"),
 
   // Bytemark machine, and the services which operate from it
 
@@ -276,35 +276,35 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   // Naga services
 
-  osm_web_service("svn", "naga.he"),
-  osm_web_service("trac", "naga.he"),
-  osm_web_service("irc", "naga.he"),
-  osm_web_service("blogs", "naga.he"),
-  osm_web_service("welcome", "naga.he"),
-  osm_web_service("operations", "naga.he"),
-  osm_web_service("hot", "naga.he"),
-  osm_web_service("dmca", "naga.he"),
-  osm_web_service("otrs", "naga.he", { h1: true, h2: false }), // OTRS is not available using HTTPS/2
-  osm_web_service("birthday20", "naga.he"),
+  osm_web_service("svn", "naga"),
+  osm_web_service("trac", "naga"),
+  osm_web_service("irc", "naga"),
+  osm_web_service("blogs", "naga"),
+  osm_web_service("welcome", "naga"),
+  osm_web_service("operations", "naga"),
+  osm_web_service("hot", "naga"),
+  osm_web_service("dmca", "naga"),
+  osm_web_service("otrs", "naga", { h1: true, h2: false }), // OTRS is not available using HTTPS/2
+  osm_web_service("birthday20", "naga"),
 
   // Wiki servers
 
-  osm_web_service("wiki", "konqi.he"),
+  osm_web_service("wiki", "konqi"),
 
   // Overpass server
 
-  osm_web_service("query", "grisu.he"),
+  osm_web_service("query", "grisu"),
 
   // GPS tile server
 
-  osm_web_service("gps-tile", "muirdris.he"),
-  osm_web_service("a.gps-tile", "muirdris.he"),
-  osm_web_service("b.gps-tile", "muirdris.he"),
-  osm_web_service("c.gps-tile", "muirdris.he"),
-  osm_web_service("gps.tile", "muirdris.he"),
-  osm_web_service("gps-a.tile", "muirdris.he"),
-  osm_web_service("gps-b.tile", "muirdris.he"),
-  osm_web_service("gps-c.tile", "muirdris.he"),
+  osm_web_service("gps-tile", "muirdris"),
+  osm_web_service("a.gps-tile", "muirdris"),
+  osm_web_service("b.gps-tile", "muirdris"),
+  osm_web_service("c.gps-tile", "muirdris"),
+  osm_web_service("gps.tile", "muirdris"),
+  osm_web_service("gps-a.tile", "muirdris"),
+  osm_web_service("gps-b.tile", "muirdris"),
+  osm_web_service("gps-c.tile", "muirdris"),
 
   // Donation site and new OSMF crm site
 
@@ -314,10 +314,10 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   // Discourse server ("community")
 
-  osm_web_service("community", "fume.he"),
-  osm_web_service("communities", "fume.he"),
-  osm_web_service("c", "fume.he"),
-  osm_web_service("forum", "fume.he"),
+  osm_web_service("community", "fume"),
+  osm_web_service("communities", "fume"),
+  osm_web_service("c", "fume"),
+  osm_web_service("forum", "fume"),
 
   CNAME("community-cdn", "dualstack.n.sni.global.fastly.net."),
   TXT("community", "google-site-verification=hQ8GZyj4KwnPqAX2oAzpbLrh6I5dfR08PSdL3icVkfg"),
index 899fc36f104646f9f8e954a42c1ba9ae99154b14..b5e96e9c6bee6400724c2539bc44836812c44fb5 100644 (file)
@@ -20,12 +20,12 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   MX("@", 10, QUALIFY("a.mx")),
 
-  A("a.mx", IPV4["fafnir.he"]),
-  AAAA("a.mx", IPV6["fafnir.he"]),
-  A("mail", IPV4["fafnir.he"]),
-  AAAA("mail", IPV6["fafnir.he"]),
-  A("mta-sts", IPV4["fafnir.he"]),
-  AAAA("mta-sts", IPV6["fafnir.he"]),
+  A("a.mx", IPV4["fafnir"]),
+  AAAA("a.mx", IPV6["fafnir"]),
+  A("mail", IPV4["fafnir"]),
+  AAAA("mail", IPV6["fafnir"]),
+  A("mta-sts", IPV4["fafnir"]),
+  AAAA("mta-sts", IPV6["fafnir"]),
 
   // Delegate SPF policy to the main domain
 
@@ -58,8 +58,8 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   TXT("@", "_globalsign-domain-verification=ps00GlW1BzY9c2_cwH_pFqRkvzZyaCVZ-3RLssRG6S"),
   TXT("@", "_globalsign-domain-verification=W0buKB5ZmL-VwwHw2oQyQImk3I1q3hSemf2qmB1hjP"),
 
-  osm_web_service("wiki", "konqi.he"),
-  osm_web_service("www", "konqi.he"),
-  osm_web_service("@", "konqi.he")
+  osm_web_service("wiki", "konqi"),
+  osm_web_service("www", "konqi"),
+  osm_web_service("@", "konqi")
 
 );
index 0ad8995dcc87ec207a97a72b5cd874f1a02467d8..70c1d8752fecb4f41868f42a960617bbc33304f1 100644 (file)
@@ -103,7 +103,7 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   osm_web_service("board", "ridley"),
   osm_web_service("dwg", "ridley"),
   osm_web_service("mwg", "ridley"),
-  osm_web_service("operations", "naga.he"),
+  osm_web_service("operations", "naga"),
 
   // Nextcloud instance
 
@@ -112,6 +112,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   // Staging Blog
   osm_web_service("staging.blog", "tabaluga"),
 
-  osm_web_service("hardware", "idris.he"),
+  osm_web_service("hardware", "idris"),
 
 );
index 5c1770a649d2aa4232478b3d2ee999f1f6b9cb85..1dae3bc665ed03b06f5445c14e6d1f4a09ce03ce 100644 (file)
@@ -46,24 +46,24 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   // Main web server and it's aliases
 
-  osm_web_service("@", "naga.he"),
-  osm_web_service("www", "naga.he"),
-  osm_web_service("2025", "naga.he"),
-  osm_web_service("2024", "naga.he"),
-  osm_web_service("2022", "naga.he"),
-  osm_web_service("2021", "naga.he"),
-  osm_web_service("2020", "naga.he"),
-  osm_web_service("2019", "naga.he"),
-  osm_web_service("2018", "naga.he"),
-  osm_web_service("2017", "naga.he"),
-  osm_web_service("2016", "naga.he"),
-  osm_web_service("2013", "naga.he"),
+  osm_web_service("@", "naga"),
+  osm_web_service("www", "naga"),
+  osm_web_service("2025", "naga"),
+  osm_web_service("2024", "naga"),
+  osm_web_service("2022", "naga"),
+  osm_web_service("2021", "naga"),
+  osm_web_service("2020", "naga"),
+  osm_web_service("2019", "naga"),
+  osm_web_service("2018", "naga"),
+  osm_web_service("2017", "naga"),
+  osm_web_service("2016", "naga"),
+  osm_web_service("2013", "naga"),
   osm_web_service("2012", "ridley"),
   osm_web_service("2011", "ridley"),
   osm_web_service("2010", "ridley"),
-  osm_web_service("2009", "naga.he"),
-  osm_web_service("2008", "naga.he"),
-  osm_web_service("2007", "naga.he"),
+  osm_web_service("2009", "naga"),
+  osm_web_service("2008", "naga"),
+  osm_web_service("2007", "naga"),
 
   // Google Site Verification - Grant
   TXT("2022", "google-site-verification=wT1dJzSYM_2By372lJ_v9IU1crF21qOySEAPABxUcyo"),
index bccbbfe3959e97a8b411fa83bf22010f946fcbd5..a17179ccebfa1742b85a8a99d5c21390454a376b 100644 (file)
@@ -26,7 +26,7 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   // Main web server and it's aliases
 
-  osm_web_service("@", "naga.he"),
-  osm_web_service("www", "naga.he")
+  osm_web_service("@", "naga"),
+  osm_web_service("www", "naga")
 
 );