X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/e095c3f57171a20b5851545fa01cde62ac81b0bf..d3b47fbc20616c0d1e4a2e6258bbe04bb36b66c7:/dnsconfig.js?ds=inline diff --git a/dnsconfig.js b/dnsconfig.js index 3f395c6..1c72874 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -29,11 +29,9 @@ 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, NOMINATIM_RECORDS); +OPENSTREETMAP("openstreetmap.org", REG_GANDI, SSHFP_RECORDS, NOMINATIM_RECORDS); OPENSTREETMAP("openstreetmap.com", REG_GANDI); OPENSTREETMAP("openstreetmap.net", REG_GANDI); OPENSTREETMAP("openstreetmap.ca", REG_GANDI);