From b3e2361029462bcbff12d0d3a82bf4bf39bde3fe Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 31 Aug 2021 13:34:39 +0100 Subject: [PATCH] Fix GHS cname --- src/osmfoundation.js | 10 +++++----- src/stateofthemap.js | 6 +++++- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/osmfoundation.js b/src/osmfoundation.js index b0c7d8a..8be6b56 100644 --- a/src/osmfoundation.js +++ b/src/osmfoundation.js @@ -51,11 +51,11 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), // Aliases for google services - CNAME("login", "ghs.google.com."), - CNAME("docs", "ghs.google.com."), - CNAME("mail", "ghs.google.com."), - CNAME("calendar", "ghs.google.com."), - CNAME("sites", "ghs.google.com."), + CNAME("login", "ghs.googlehosted.com."), + CNAME("docs", "ghs.googlehosted.com."), + CNAME("mail", "ghs.googlehosted.com."), + CNAME("calendar", "ghs.googlehosted.com."), + CNAME("sites", "ghs.googlehosted.com."), // Main web server and it's aliases diff --git a/src/stateofthemap.js b/src/stateofthemap.js index e13e764..e8288df 100644 --- a/src/stateofthemap.js +++ b/src/stateofthemap.js @@ -38,7 +38,11 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), // Aliases for google services - CNAME("login", "ghs.google.com."), + CNAME("login", "ghs.googlehosted.com."), + CNAME("docs", "ghs.googlehosted.com."), + CNAME("mail", "ghs.googlehosted.com."), + CNAME("calendar", "ghs.googlehosted.com."), + CNAME("sites", "ghs.googlehosted.com."), // Main web server and it's aliases -- 2.39.5