From 7e77da85d8b2341609534fae06522dede0f3d99b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonathan=20Beli=C3=ABn?= Date: Fri, 31 Mar 2023 09:37:46 +0200 Subject: [PATCH] Update stateofthemap-eu.js --- src/stateofthemap-eu.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/stateofthemap-eu.js b/src/stateofthemap-eu.js index 91a1e32..9ff14f0 100644 --- a/src/stateofthemap-eu.js +++ b/src/stateofthemap-eu.js @@ -22,6 +22,8 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), A("@", "185.199.108.153"), A("@", "185.199.109.153"), A("@", "185.199.110.153"), - A("@", "185.199.111.153") + A("@", "185.199.111.153"), + + CNAME("www", "osmbe.github.io.") ); -- 2.45.1