From: Jonathan Beliƫn Date: Thu, 11 May 2023 18:00:43 +0000 (+0200) Subject: Update stateofthemap-eu.js X-Git-Url: https://git.openstreetmap.org./dns.git/commitdiff_plain/34557aefcf8b63ae6058dc097eabbf337f7bea08 Update stateofthemap-eu.js --- diff --git a/src/stateofthemap-eu.js b/src/stateofthemap-eu.js index 650ce30..5690ee2 100644 --- a/src/stateofthemap-eu.js +++ b/src/stateofthemap-eu.js @@ -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") + );