]> git.openstreetmap.org Git - dns.git/blobdiff - dnsconfig.js
Factor out host addresses to a set of constants
[dns.git] / dnsconfig.js
index 1de4a405eae296736796329bc306290b113e9319..ded7e7dce054bb0da63483f156aec33602e124e1 100644 (file)
@@ -28,6 +28,8 @@ function loadTemplate(template) {
   };
 }
 
+require("src/hosts.js");
+
 var OPENSTREETMAP = loadTemplate("openstreetmap");
 
 require("include/sshfp.js");
@@ -45,6 +47,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);