From a359effcfbbd6316786f54426cb1be439be6ef33 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sun, 9 Mar 2025 19:57:43 +0000 Subject: [PATCH] Use end trailing now that supported --- src/opengeodata.js | 2 +- src/openstreetmap-mg.js | 2 +- src/openstreetmap-nz.js | 2 +- src/openstreetmap-town.js | 2 +- src/openstreetmap-uk.js | 2 +- src/openstreetmap-za.js | 2 +- src/osm-li.js | 2 +- src/osm-wiki.js | 2 +- src/osm2pgsql.js | 2 +- src/ptr_equinix_ams_ipv4.js | 2 +- src/ptr_equinix_ams_ipv6.js | 2 +- src/ptr_equinix_dub_ipv4.js | 2 +- src/ptr_equinix_dub_ipv6.js | 2 +- src/ptr_he_ams_ipv4.js | 2 +- src/ptr_he_ams_ipv6.js | 2 +- src/ptr_he_dub_ipv4.js | 2 +- src/ptr_he_dub_ipv6.js | 2 +- src/stateofthemap-eu.js | 2 +- src/stateofthemap.js | 2 +- src/switch2osm.js | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/opengeodata.js b/src/opengeodata.js index 738c7d2..8d84a80 100644 --- a/src/opengeodata.js +++ b/src/opengeodata.js @@ -28,6 +28,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), osm_web_service("@", "ridley"), osm_web_service("old", "ridley"), // Legacy URL support https://blog.openstreetmap.org/2010/02/25/old-opengeodata-posts-now-up-at-old-opengeodata-org/ - osm_web_service("www", "ridley") + osm_web_service("www", "ridley"), ); diff --git a/src/openstreetmap-mg.js b/src/openstreetmap-mg.js index 80ae23c..3481492 100644 --- a/src/openstreetmap-mg.js +++ b/src/openstreetmap-mg.js @@ -24,6 +24,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), ALIAS("@", "openstreetmap-madagascar.github.io."), CNAME("www", "openstreetmap-madagascar.github.io."), - CNAME("sotm2024", "openstreetmap-madagascar.github.io.") + CNAME("sotm2024", "openstreetmap-madagascar.github.io."), ); \ No newline at end of file diff --git a/src/openstreetmap-nz.js b/src/openstreetmap-nz.js index e2b903d..3f69477 100644 --- a/src/openstreetmap-nz.js +++ b/src/openstreetmap-nz.js @@ -36,6 +36,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), ALIAS("@", "www.openstreetmap.org."), CNAME("www", "www.openstreetmap.org."), - CNAME("api", "api.openstreetmap.org.") + CNAME("api", "api.openstreetmap.org."), ); diff --git a/src/openstreetmap-town.js b/src/openstreetmap-town.js index e968de5..1390487 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") + osm_web_service("en", "naga"), ); diff --git a/src/openstreetmap-uk.js b/src/openstreetmap-uk.js index db62c6a..a0c4d51 100644 --- a/src/openstreetmap-uk.js +++ b/src/openstreetmap-uk.js @@ -62,6 +62,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), osm_web_service("ea", "lockheed"), osm_web_service("a.ea", "lockheed"), osm_web_service("b.ea", "lockheed"), - osm_web_service("c.ea", "lockheed") + osm_web_service("c.ea", "lockheed"), ); diff --git a/src/openstreetmap-za.js b/src/openstreetmap-za.js index 1167f28..5f8e5c1 100644 --- a/src/openstreetmap-za.js +++ b/src/openstreetmap-za.js @@ -58,6 +58,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), osm_web_service("namibia-topo", "lockheed"), osm_web_service("a.namibia-topo", "lockheed"), osm_web_service("b.namibia-topo", "lockheed"), - osm_web_service("c.namibia-topo", "lockheed") + osm_web_service("c.namibia-topo", "lockheed"), ); diff --git a/src/osm-li.js b/src/osm-li.js index e8f0f7b..19807db 100644 --- a/src/osm-li.js +++ b/src/osm-li.js @@ -4,6 +4,6 @@ D(DOMAIN, REGISTRAR, NAMESERVER("palpuogna.sosm.ch."), NAMESERVER("ns.poole.ch."), NAMESERVER("he.poole.ch."), - NAMESERVER("ns3.spreng.ch.") + NAMESERVER("ns3.spreng.ch."), ); diff --git a/src/osm-wiki.js b/src/osm-wiki.js index b5e96e9..39f9717 100644 --- a/src/osm-wiki.js +++ b/src/osm-wiki.js @@ -60,6 +60,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), osm_web_service("wiki", "konqi"), osm_web_service("www", "konqi"), - osm_web_service("@", "konqi") + osm_web_service("@", "konqi"), ); diff --git a/src/osm2pgsql.js b/src/osm2pgsql.js index e7cb962..391e827 100644 --- a/src/osm2pgsql.js +++ b/src/osm2pgsql.js @@ -21,6 +21,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), AAAA("www", "2a01:4f8:1c17:6433::2"), // Test server for osm2pgsql development - A("test", "135.181.221.216") + A("test", "135.181.221.216"), ); diff --git a/src/ptr_equinix_ams_ipv4.js b/src/ptr_equinix_ams_ipv4.js index dd6cc43..3245ec4 100644 --- a/src/ptr_equinix_ams_ipv4.js +++ b/src/ptr_equinix_ams_ipv4.js @@ -10,5 +10,5 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), PTR(IPV4["spike-08"], "spike-08.openstreetmap.org."), PTR(IPV4["tabaluga"], "tabaluga.openstreetmap.org."), PTR(IPV4["vhagar"], "vhagar.openstreetmap.org."), - PTR(IPV4["switch1.ams"], "switch1.ams.openstreetmap.org.") + PTR(IPV4["switch1.ams"], "switch1.ams.openstreetmap.org."), ); diff --git a/src/ptr_equinix_ams_ipv6.js b/src/ptr_equinix_ams_ipv6.js index f5c7659..db746c7 100644 --- a/src/ptr_equinix_ams_ipv6.js +++ b/src/ptr_equinix_ams_ipv6.js @@ -10,5 +10,5 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), PTR(IPV6["spike-08"], "spike-08.openstreetmap.org."), PTR(IPV6["tabaluga"], "tabaluga.openstreetmap.org."), PTR(IPV6["vhagar"], "vhagar.openstreetmap.org."), - PTR(IPV6["switch1.ams"], "switch1.ams.openstreetmap.org.") + PTR(IPV6["switch1.ams"], "switch1.ams.openstreetmap.org."), ); diff --git a/src/ptr_equinix_dub_ipv4.js b/src/ptr_equinix_dub_ipv4.js index f726d07..0330b6d 100644 --- a/src/ptr_equinix_dub_ipv4.js +++ b/src/ptr_equinix_dub_ipv4.js @@ -13,5 +13,5 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), PTR(IPV4["spike-01"], "spike-01.openstreetmap.org."), PTR(IPV4["spike-02"], "spike-02.openstreetmap.org."), PTR(IPV4["spike-03"], "spike-03.openstreetmap.org."), - PTR(IPV4["switch1.dub"], "switch1.dub.openstreetmap.org.") + PTR(IPV4["switch1.dub"], "switch1.dub.openstreetmap.org."), ); diff --git a/src/ptr_equinix_dub_ipv6.js b/src/ptr_equinix_dub_ipv6.js index e06c3e7..0e5fdae 100644 --- a/src/ptr_equinix_dub_ipv6.js +++ b/src/ptr_equinix_dub_ipv6.js @@ -13,5 +13,5 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), PTR(IPV6["spike-01"], "spike-01.openstreetmap.org."), PTR(IPV6["spike-02"], "spike-02.openstreetmap.org."), PTR(IPV6["spike-03"], "spike-03.openstreetmap.org."), - PTR(IPV6["switch1.dub"], "switch1.dub.openstreetmap.org.") + PTR(IPV6["switch1.dub"], "switch1.dub.openstreetmap.org."), ); diff --git a/src/ptr_he_ams_ipv4.js b/src/ptr_he_ams_ipv4.js index a6d42c0..d1f2406 100644 --- a/src/ptr_he_ams_ipv4.js +++ b/src/ptr_he_ams_ipv4.js @@ -10,5 +10,5 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), PTR(IPV4["spike-08.he"], "spike-08.he.openstreetmap.org."), PTR(IPV4["tabaluga.he"], "tabaluga.he.openstreetmap.org."), PTR(IPV4["vhagar.he"], "vhagar.he.openstreetmap.org."), - PTR(IPV4["switch1.he.ams"], "switch1.he.ams.openstreetmap.org.") + PTR(IPV4["switch1.he.ams"], "switch1.he.ams.openstreetmap.org."), ); diff --git a/src/ptr_he_ams_ipv6.js b/src/ptr_he_ams_ipv6.js index e8e1b3c..f4a60f0 100644 --- a/src/ptr_he_ams_ipv6.js +++ b/src/ptr_he_ams_ipv6.js @@ -10,5 +10,5 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), PTR(IPV6["spike-08.he"], "spike-08.he.openstreetmap.org."), PTR(IPV6["tabaluga.he"], "tabaluga.he.openstreetmap.org."), PTR(IPV6["vhagar.he"], "vhagar.he.openstreetmap.org."), - PTR(IPV6["switch1.he.ams"], "switch1.he.ams.openstreetmap.org.") + PTR(IPV6["switch1.he.ams"], "switch1.he.ams.openstreetmap.org."), ); diff --git a/src/ptr_he_dub_ipv4.js b/src/ptr_he_dub_ipv4.js index bc24c37..0f17bb1 100644 --- a/src/ptr_he_dub_ipv4.js +++ b/src/ptr_he_dub_ipv4.js @@ -14,5 +14,5 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), PTR(IPV4["spike-01.he"], "spike-01.he.openstreetmap.org."), PTR(IPV4["spike-02.he"], "spike-02.he.openstreetmap.org."), PTR(IPV4["spike-03.he"], "spike-03.he.openstreetmap.org."), - PTR(IPV4["switch1.he.dub"], "switch1.he.dub.openstreetmap.org.") + PTR(IPV4["switch1.he.dub"], "switch1.he.dub.openstreetmap.org."), ); diff --git a/src/ptr_he_dub_ipv6.js b/src/ptr_he_dub_ipv6.js index 7ed465c..15e1357 100644 --- a/src/ptr_he_dub_ipv6.js +++ b/src/ptr_he_dub_ipv6.js @@ -13,5 +13,5 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), PTR(IPV6["spike-01.he"], "spike-01.he.openstreetmap.org."), PTR(IPV6["spike-02.he"], "spike-02.he.openstreetmap.org."), PTR(IPV6["spike-03.he"], "spike-03.he.openstreetmap.org."), - PTR(IPV6["switch1.he.dub"], "switch1.he.dub.openstreetmap.org.") + PTR(IPV6["switch1.he.dub"], "switch1.he.dub.openstreetmap.org."), ); diff --git a/src/stateofthemap-eu.js b/src/stateofthemap-eu.js index 0f1aa12..164239b 100644 --- a/src/stateofthemap-eu.js +++ b/src/stateofthemap-eu.js @@ -28,6 +28,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), A("2014", "49.12.5.171"), CNAME("2023", "osmbe.github.io."), - CNAME("2024", "openstreetmap-polska.github.io.") + CNAME("2024", "openstreetmap-polska.github.io."), ); diff --git a/src/stateofthemap.js b/src/stateofthemap.js index 1dae3bc..f958816 100644 --- a/src/stateofthemap.js +++ b/src/stateofthemap.js @@ -67,6 +67,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), // Google Site Verification - Grant TXT("2022", "google-site-verification=wT1dJzSYM_2By372lJ_v9IU1crF21qOySEAPABxUcyo"), - TXT("@", "google-site-verification=pqJHZHtrC4UhevQdPlR_2gVDPml6UCwmyHq75bfWLRQ") + TXT("@", "google-site-verification=pqJHZHtrC4UhevQdPlR_2gVDPml6UCwmyHq75bfWLRQ"), ); diff --git a/src/switch2osm.js b/src/switch2osm.js index a17179c..cf4b9ce 100644 --- a/src/switch2osm.js +++ b/src/switch2osm.js @@ -27,6 +27,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), // Main web server and it's aliases osm_web_service("@", "naga"), - osm_web_service("www", "naga") + osm_web_service("www", "naga"), ); -- 2.39.5