]> git.openstreetmap.org Git - dns.git/commitdiff
Fix GHS cname
authorGrant Slater <git@firefishy.com>
Tue, 31 Aug 2021 12:34:39 +0000 (13:34 +0100)
committerGrant Slater <git@firefishy.com>
Tue, 31 Aug 2021 12:34:39 +0000 (13:34 +0100)
src/osmfoundation.js
src/stateofthemap.js

index b0c7d8a157148d7773766e8e50b4e695444afa15..8be6b56ce0aa915e5893d79308016b66f82b404c 100644 (file)
@@ -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
 
index e13e764904e79eda54bcaca4500fb426afecf142..e8288dfad9a24e45d2f09802cef0f8a098951bd4 100644 (file)
@@ -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