]> git.openstreetmap.org Git - dns.git/commitdiff
Merge pull request #22 from jbelien/patch-1
authorGrant <github@firefishy.com>
Thu, 11 May 2023 18:11:31 +0000 (20:11 +0200)
committerGitHub <noreply@github.com>
Thu, 11 May 2023 18:11:31 +0000 (20:11 +0200)
Update stateofthemap-eu.js

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")
+  
 );