From: Tom Hughes Date: Thu, 6 Mar 2025 19:48:07 +0000 (+0000) Subject: Point services in Dublin at Equinix IP addresses X-Git-Url: https://git.openstreetmap.org./dns.git/commitdiff_plain/108f25e0b01a8e7b43c931a197fb892da298f3d6?ds=inline Point services in Dublin at Equinix IP addresses --- diff --git a/src/ideditor.js b/src/ideditor.js index 3c61fd4..2f3ff72 100644 --- a/src/ideditor.js +++ b/src/ideditor.js @@ -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"]) ); diff --git a/src/openstreetmap-town.js b/src/openstreetmap-town.js index ccc02ba..e968de5 100644 --- a/src/openstreetmap-town.js +++ b/src/openstreetmap-town.js @@ -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") ); diff --git a/src/openstreetmap.js b/src/openstreetmap.js index b78a5a1..91467ba 100644 --- a/src/openstreetmap.js +++ b/src/openstreetmap.js @@ -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"), diff --git a/src/osm-wiki.js b/src/osm-wiki.js index 899fc36..b5e96e9 100644 --- a/src/osm-wiki.js +++ b/src/osm-wiki.js @@ -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") ); diff --git a/src/osmfoundation.js b/src/osmfoundation.js index 0ad8995..70c1d87 100644 --- a/src/osmfoundation.js +++ b/src/osmfoundation.js @@ -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"), ); diff --git a/src/stateofthemap.js b/src/stateofthemap.js index 5c1770a..1dae3bc 100644 --- a/src/stateofthemap.js +++ b/src/stateofthemap.js @@ -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"), diff --git a/src/switch2osm.js b/src/switch2osm.js index bccbbfe..a17179c 100644 --- a/src/switch2osm.js +++ b/src/switch2osm.js @@ -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") );