diff options
| author | Peter Easton <Peter@JollyRogers.ca> | 2020-02-20 22:09:29 +0000 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-02-29 09:12:55 -0500 |
| commit | dcdbbbef7502b43f6239495474657112fea1fa39 (patch) | |
| tree | 04beb230503bffe10ec54f6795bffff13b0f844e /static | |
| parent | 60cb749a0404eb3ba84217d858a4fa38f1dc83e3 (diff) | |
Add Q&A about vpn support
Clarify Q&A about VPNs about always-on toggle.
Diffstat (limited to 'static')
| -rw-r--r-- | static/faq.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/static/faq.html b/static/faq.html index d9f2d3f4..8b58b19d 100644 --- a/static/faq.html +++ b/static/faq.html @@ -75,6 +75,12 @@ which sites are visited, etc.?</a></li> </ul> </li> + <li> + <a href="#day-to-day-use">Day to day use</a> + <ul> + <li><a href="#vpn-support">Does GrapheneOS support VPNs and VPN apps?</a></li> + </ul> + </li> </ul> <h2 id="device-support"> @@ -433,6 +439,24 @@ SNI, so encrypted DNS is not yet accomplishing much. It's a forward looking feature that will become more useful in the future. Using it is recommended, but it's not an alternative to using Tor or a VPN.</p> + + <h2 id="day-to-day-use"> + <a href="#day-to-day-use">Day to day use</a> + </h2> + + <h3 id="vpn-support"> + <a href="#vpn-support">Does GrapheneOS support VPNs and VPN apps?</a> + </h3> + + <p>GrapheneOS has built-in VPN support included in the operating system. Orbot, OpenVPN + for Android, the userspace implementation of WireGuard, and the Private Internet Access + VPN app have all been tested and reported working. VPNs can be configured under + Settings -> Network & Internet -> Advanced -> VPN. + + <p>There is an "Always-On VPN" toggle which forces connections to only use the + configured VPN. This will prevent apps from falling back to an unsecured connection and + leaking data outside the VPN in the event the connection to it is lost.</p> + </div> <footer> <a href="/"><img src="https://grapheneos.org/logo.png" width="512" height="512" alt=""/>GrapheneOS</a> |
