X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/1be3432c92788727d1bae95ec9e3a02762132610..2cad7d56c750cf529d13f34c7437e74868fecd90:/dnsconfig.js diff --git a/dnsconfig.js b/dnsconfig.js index 7873396..ded7e7d 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -28,12 +28,15 @@ function loadTemplate(template) { }; } +require("src/hosts.js"); + var OPENSTREETMAP = loadTemplate("openstreetmap"); +require("include/sshfp.js"); require("include/tile.js"); require("include/render.js"); -OPENSTREETMAP("openstreetmap.org", REG_GANDI, TILE_RECORDS, RENDER_RECORDS); +OPENSTREETMAP("openstreetmap.org", REG_GANDI, SSHFP_RECORDS, TILE_RECORDS, RENDER_RECORDS); OPENSTREETMAP("openstreetmap.com", REG_GANDI); OPENSTREETMAP("openstreetmap.net", REG_GANDI); OPENSTREETMAP("openstreetmap.ca", REG_GANDI); @@ -44,6 +47,8 @@ OPENSTREETMAP("osm.org", REG_GANDI); OPENSTREETMAP("openmaps.org", REG_GANDI); OPENSTREETMAP("openstreetmap.io", REG_GANDI); OPENSTREETMAP("osm.io", REG_GANDI); +OPENSTREETMAP("openstreetmap.li", REG_GANDI); +OPENSTREETMAP("osm.li", REG_GANDI); OPENSTREETMAP("openworldmap.org", REG_GANDI); OPENSTREETMAP("freeosm.org", REG_GANDI); OPENSTREETMAP("open-maps.org", REG_GANDI);