X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/21ccf33f2bc9942054a26a0f3ff11349e9f44963..2f2eafe6c7156bf01a12a6e0360eb728edc77e8c:/dnsconfig.js diff --git a/dnsconfig.js b/dnsconfig.js index 1de4a40..9556c5d 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -28,13 +28,16 @@ function loadTemplate(template) { }; } +require("src/hosts.js"); + var OPENSTREETMAP = loadTemplate("openstreetmap"); require("include/sshfp.js"); require("include/tile.js"); require("include/render.js"); +require("include/nominatim.js"); -OPENSTREETMAP("openstreetmap.org", REG_GANDI, SSHFP_RECORDS, TILE_RECORDS, RENDER_RECORDS); +OPENSTREETMAP("openstreetmap.org", REG_GANDI, SSHFP_RECORDS, TILE_RECORDS, RENDER_RECORDS, NOMINATIM_RECORDS); OPENSTREETMAP("openstreetmap.com", REG_GANDI); OPENSTREETMAP("openstreetmap.net", REG_GANDI); OPENSTREETMAP("openstreetmap.ca", REG_GANDI); @@ -45,6 +48,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);