diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-11-01 14:10:30 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-11-01 14:10:30 -0500 |
| commit | 02c4b9d42f9bc5fd06756997a885141f299b69c0 (patch) | |
| tree | ad9edaf60ecfa597a3b661f00cc5ba5ad4c58d73 /static | |
| parent | d8d3627ca09032a99384819bd80562907a6938db (diff) | |
clarify fallback connectivity check URL
Diffstat (limited to 'static')
| -rw-r--r-- | static/faq.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/static/faq.html b/static/faq.html index c4caa598..724c5de9 100644 --- a/static/faq.html +++ b/static/faq.html @@ -529,9 +529,10 @@ <li>HTTP: http://connectivitycheck.grapheneos.org/generate_204</li> </ul> - <p>We do not currently provide a separate fallback domain so the fallback HTTP - fallback should be set to - http://connectivitycheck.grapheneos.org/generate_204.</p> + <p>We do not currently provide a separate fallback domain so the HTTP fallback + should be set to http://connectivitycheck.grapheneos.org/generate_204. We've + changed the network connectivity tests to disable other fallback URLs when a + custom one is configured.</p> <p>Similar connectivity checks are also performed by Vanadium. Configuration will need to be extended to these, likely by reusing the OS configuration |
