X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/79e799f0c473a902e7d91599eda327b179ecea7c..97b9c53b7b4233bd96387950186ed4b5348d811e:/dnsconfig.js?ds=sidebyside diff --git a/dnsconfig.js b/dnsconfig.js index 9bd7ce7..2817571 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -55,7 +55,6 @@ 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); @@ -107,6 +106,10 @@ 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);