]> git.openstreetmap.org Git - dns.git/blobdiff - dnsconfig.js
Revert "Take stormfly-04 out of service"
[dns.git] / dnsconfig.js
index 1c728745ee61098d3b73d78b7f527ecda0d2290a..eea20be783d0a9ac5c5e4249a76d56f3cbdef26c 100644 (file)
@@ -31,7 +31,13 @@ var OPENSTREETMAP = loadTemplate("openstreetmap");
 require("include/sshfp.js");
 require("include/nominatim.js");
 
-OPENSTREETMAP("openstreetmap.org", REG_GANDI, SSHFP_RECORDS, NOMINATIM_RECORDS);
+try {
+  require("include/geo.js");
+} catch (e) {
+  var GEO_NS_RECORDS = [];
+}
+
+OPENSTREETMAP("openstreetmap.org", REG_GANDI, SSHFP_RECORDS, GEO_NS_RECORDS, NOMINATIM_RECORDS);
 OPENSTREETMAP("openstreetmap.com", REG_GANDI);
 OPENSTREETMAP("openstreetmap.net", REG_GANDI);
 OPENSTREETMAP("openstreetmap.ca", REG_GANDI);