From: Tom Hughes Date: Wed, 22 Jun 2022 18:18:37 +0000 (+0100) Subject: Merge remote-tracking branch 'github/pull/15' X-Git-Url: https://git.openstreetmap.org/dns.git/commitdiff_plain/a57ccd694bbd98bd16aa90666c3d734aa3b90771?hp=e095c3f57171a20b5851545fa01cde62ac81b0bf Merge remote-tracking branch 'github/pull/15' --- 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);