]> git.openstreetmap.org Git - dns.git/blobdiff - src/stateofthemap-eu.js
Add special handling for openstreetmap.town
[dns.git] / src / stateofthemap-eu.js
index 650ce307404b8470b4aa3e87a553b585e8d3da1f..2a21842993e32a58f0ed76fcedc40cc946faba53 100644 (file)
@@ -27,6 +27,10 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   // Site hosted on github pages
 
   ALIAS("@", "osmbe.github.io."),
-  CNAME("www", "osmbe.github.io.")
-
+  CNAME("www", "osmbe.github.io."),
+  
+  // Previous editions
+  
+  A("2014", "49.12.5.171")
+  
 );