X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/97f44f94c3e8e809f4c70bcec5f35a4e0c7b6c45..3d4c966a60acb00798e2bc1d8f405cc83630a118:/dnsconfig.js diff --git a/dnsconfig.js b/dnsconfig.js index 2817571..88b4218 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -55,6 +55,7 @@ OPENSTREETMAP("openstreetmap.gay", REG_GANDI); OPENSTREETMAP("openstreetmaps.org", REG_GANDI); OPENSTREETMAP("osm.org", REG_GANDI, OSM_ORG_RECORDS, SSHFP_RECORDS); OPENSTREETMAP("openmaps.org", REG_GANDI); +OPENSTREETMAP("openstreetmap.io", REG_GANDI); OPENSTREETMAP("osm.io", REG_GANDI); OPENSTREETMAP("openstreetmap.li", REG_GANDI); OPENSTREETMAP("openworldmap.org", REG_GANDI); @@ -79,9 +80,12 @@ OPENSTREETMAP("openstreetmapdata.org", REG_GANDI); // Disable due to registration issue // OPENSTREETMAP("openstreetmap.al", REG_NONE); -// Mastodon -OPENSTREETMAP("openstreetmap.town", REG_GANDI); -// Pending transfer: OPENSTREETMAP("osm.town", REG_GANDI); +// Mastodon redirects to en.osm.town +var OPENSTREETMAP_TOWN = loadTemplate("openstreetmap-town"); +OPENSTREETMAP_TOWN("openstreetmap.town", REG_GANDI); + +// Domain owned by Amanda McCann +// osm.town // Managed independently by Guillaume Rischard // openstreetmap.lu @@ -106,10 +110,6 @@ var OSMFOUNDATION = loadTemplate("osmfoundation"); OSMFOUNDATION("osmfoundation.org", REG_GANDI); -// Domain used for testing osmfoundation.org email hosting replacement -var OPENSTREETMAP_IO = loadTemplate("openstreetmap-io"); -OPENSTREETMAP_IO("openstreetmap.io", REG_GANDI); - var STATEOFTHEMAP = loadTemplate("stateofthemap"); STATEOFTHEMAP("stateofthemap.org", REG_GANDI); @@ -120,6 +120,10 @@ STATEOFTHEMAP("sotm.org", REG_GANDI); var STATEOFTHEMAP_EU = loadTemplate("stateofthemap-eu"); STATEOFTHEMAP_EU("stateofthemap.eu", REG_NONE); +// State of the Map Madagascar +var OPENSTREETMAP_MG = loadTemplate("openstreetmap-mg"); +OPENSTREETMAP_MG("openstreetmap.mg", REG_GANDI); + var OPENGEODATA = loadTemplate("opengeodata"); OPENGEODATA("opengeodata.org", REG_GANDI);