]> git.openstreetmap.org Git - dns.git/commitdiff
Update stateofthemap-eu.js
authorJonathan Beliën <jbelien@users.noreply.github.com>
Thu, 11 May 2023 18:00:43 +0000 (20:00 +0200)
committerGitHub <noreply@github.com>
Thu, 11 May 2023 18:00:43 +0000 (20:00 +0200)
src/stateofthemap-eu.js

index 650ce307404b8470b4aa3e87a553b585e8d3da1f..5690ee2f2d12b4e8ae8614de523df5d77c383335 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")
+  
 );