]> git.openstreetmap.org Git - dns.git/blobdiff - dnsconfig.js
Reduce bandwidth to gorwen
[dns.git] / dnsconfig.js
index a2b012bc4c928bd2bf55bbb329eb8630a23905c9..9556c5d034abe6e1059a6bd4b6fbd817fdaef4a1 100644 (file)
@@ -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);