From 34557aefcf8b63ae6058dc097eabbf337f7bea08 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonathan=20Beli=C3=ABn?= Date: Thu, 11 May 2023 20:00:43 +0200 Subject: [PATCH] Update stateofthemap-eu.js --- src/stateofthemap-eu.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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") + ); -- 2.39.5