summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-11-19 05:52:45 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-11-19 05:52:45 -0500
commitd40ec630927b0a6a3e21b1d0f051b2f28f3d43ee (patch)
tree5e72855b1ded5f4ba2fd3c21fcb6acef6c0fb4d9 /static
parentcde5fee9b609d5e3441d3aa257a9d04e50ee8a28 (diff)
clarify that VPNs provide DNS servers
Diffstat (limited to 'static')
-rw-r--r--static/faq.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/faq.html b/static/faq.html
index c21a197b..e275326f 100644
--- a/static/faq.html
+++ b/static/faq.html
@@ -579,10 +579,10 @@
</h3>
<p>By default, the OS uses the network-provided DNS servers, whether those come from
- DHCP or static network configuration. If no DNS servers are provided, GrapheneOS uses
- <a href="https://developers.cloudflare.com/1.1.1.1/what-is-1.1.1.1/">Cloudflare DNS</a>
- as the fallback rather than Google Public DNS. In practice, the fallback is rarely
- used and has little real world impact.</p>
+ DHCP or static network configuration. VPNs provide their own DNS servers. If no DNS
+ servers are provided, GrapheneOS uses <a href="https://developers.cloudflare.com/1.1.1.1/what-is-1.1.1.1/">Cloudflare DNS</a>
+ as the fallback rather than Google Public DNS. In practice, the fallback is rarely used
+ and has little real world impact.</p>
<h3 id="custom-dns">
<a href="#custom-dns">How do I use a custom DNS server?</a>