clarify that VPNs provide DNS servers

This commit is contained in:
Daniel Micay 2020-11-19 05:52:45 -05:00
parent cde5fee9b6
commit d40ec63092

View File

@ -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>