diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-08-16 07:12:58 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-08-16 07:12:58 -0400 |
| commit | b80f4113e13b5119c1465e8663e274ac7107daaa (patch) | |
| tree | f1e2c056504f1a7594112a9cd918c730a192984d /static/faq.html | |
| parent | 665b55d055104516f93f2202ea9fbfd80e6e579f (diff) | |
further explain connectivity checks
Diffstat (limited to 'static/faq.html')
| -rw-r--r-- | static/faq.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/faq.html b/static/faq.html index 2fd32557..d6183dae 100644 --- a/static/faq.html +++ b/static/faq.html @@ -740,6 +740,11 @@ <p>No query / data is sent to the servers and the response is unused beyond checking the response code.</p> + <p>Connectivity checks are performed for each network connection and + for VPN connections on top of those. This allows the OS to choose the + right underlying network for a VPN and to handle many types of captive + portals without the user turning off their VPN.</p> + <p>By default, the GrapheneOS connectivity check server is used via the following URLs:</p> |
