]> git.openstreetmap.org Git - dns.git/commitdiff
Update stateofthemap-eu.js
authorJonathan Beliën <jbelien@users.noreply.github.com>
Wed, 7 Feb 2024 16:46:53 +0000 (17:46 +0100)
committerGitHub <noreply@github.com>
Wed, 7 Feb 2024 16:46:53 +0000 (17:46 +0100)
Add 2023.stateofthemap.eu sub-domain for 2023 SotM EU website so Poland can re-use stateofthemap.eu for this year's edition.

src/stateofthemap-eu.js

index 2a21842993e32a58f0ed76fcedc40cc946faba53..a8de02ecb7fe1999b6ac3f4e09909e80a0cb7233 100644 (file)
@@ -31,6 +31,7 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   
   // Previous editions
   
-  A("2014", "49.12.5.171")
+  A("2014", "49.12.5.171"),
+  CNAME("2023", "osmbe.github.io.")
   
 );