X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/f2b8d716ec2d35fd7166b2700832db916f6b58f8..d18ddebc8f9de93899da6da7b524bb5b987bb379:/dnsconfig.js diff --git a/dnsconfig.js b/dnsconfig.js index ff9516d..d743785 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -76,12 +76,16 @@ OPENSTREETMAP("openstreetmap.sg", REG_GANDI); OPENSTREETMAP("openstreetmap.tv", REG_GANDI); OPENSTREETMAP("openstreetmap.wales", REG_GANDI); 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 @@ -133,6 +137,9 @@ var IDEDITOR = loadTemplate("ideditor"); IDEDITOR("ideditor.com", REG_GANDI); +var OSMWIKI = loadTemplate("osm-wiki"); +OSMWIKI("osm.wiki", REG_GANDI); + var PTR_EQUINIX_AMS_IPV4 = loadTemplate("ptr_equinix_ams_ipv4"); PTR_EQUINIX_AMS_IPV4("128-27.179.104.184.in-addr.arpa", REG_NONE);