From 333e98c400bfb30ca3f82bc34e9bd5d410548e41 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 25 Nov 2020 05:54:38 -0500 Subject: [PATCH] update GrapheneOS connectivity check server info --- static/faq.html | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/static/faq.html b/static/faq.html index fdca6509..a189fc1a 100644 --- a/static/faq.html +++ b/static/faq.html @@ -516,25 +516,18 @@

We have our own connectivitycheck.grapheneos.org server as an alternative - to using the standard URLs. This can currently be enabled by users interested - in using it via the developer tools. Providing a toggle in the Settings app - for using connectivitycheck.grapheneos.org as an alternative - is - planned. The option to blend into the crowd with the standard URLs is - important and must remain supported for people who need to be able to blend in - rather than getting the nice feeling that comes from using GrapheneOS - servers.

+ to using the standard URLs. The next release of GrapheneOS will use this by + default with a configuration option in the Settings app to toggle between the + GrapheneOS servers and the standard servers in order to preserve the option of + blending in with the crowd of billions of other Android devices.

-

We do not currently provide a separate fallback domain so the HTTP fallback - should be set to http://connectivitycheck.grapheneos.org/generate_204 along - with setting the other fallbacks list to - http://connectivitycheck.grapheneos.org/generate_204.

-

Similar connectivity checks are also performed by Vanadium. Configuration will need to be extended to these, likely by reusing the OS configuration instead of it being separate.