reorganize connectivity check information

There are now 3 modes so the explanation on changing it doesn't belong
with the 2nd mode.
This commit is contained in:
Daniel Micay 2021-08-21 12:33:45 -04:00
parent 43d51e02fd
commit ebc58bee24

View File

@ -745,6 +745,12 @@
right underlying network for a VPN and to handle many types of captive right underlying network for a VPN and to handle many types of captive
portals without the user turning off their VPN.</p> portals without the user turning off their VPN.</p>
<p>You can change the connectivity check URLs via the Settings ➔
Network &amp; internet ➔ Advanced ➔ Internet connectivity check
setting. At the moment, it can be toggled between the GrapheneOS
servers (default), the standard Google servers used by billions of
other Android devices or disabled.</p>
<p>By default, the GrapheneOS connectivity check servers are used via the <p>By default, the GrapheneOS connectivity check servers are used via the
following URLs:</p> following URLs:</p>
@ -755,13 +761,10 @@
<li>HTTP other fallback: http://grapheneos.online/generate_204</li> <li>HTTP other fallback: http://grapheneos.online/generate_204</li>
</ul> </ul>
<p>You can change the connectivity check URLs via the Settings ➔ Network &amp; <p>Changing this to the Standard (Google) mode will use the same URLs
internet ➔ Advanced ➔ Internet connectivity check setting. At the moment, it used by AOSP and the stock OS along with the vast majority of other
can be toggled between the GrapheneOS servers and the standard Google servers devices, blending in with billions of other Android devices both with
used by billions of other Android devices. This can be used to blend in with and without Play services:</p>
other Android devices, both with and without Play services. Changing this to
the Standard (Google) mode will use the same URLs used by AOSP and the stock
OS along with the vast majority of other devices:</p>
<ul> <ul>
<li>HTTPS: https://www.google.com/generate_204</li> <li>HTTPS: https://www.google.com/generate_204</li>