diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-03-02 05:09:22 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-03-02 05:14:32 -0500 |
| commit | 77b304c92e991d45bf7a533a9afa83f457378fc1 (patch) | |
| tree | b6fd1b8daa2735954a683961aa6e50ed46543e24 /static | |
| parent | 82550d98fc587422708233cddcd868041ae303cc (diff) | |
add section on default DNS servers
Diffstat (limited to 'static')
| -rw-r--r-- | static/faq.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/static/faq.html b/static/faq.html index c291bb10..4933c154 100644 --- a/static/faq.html +++ b/static/faq.html @@ -66,6 +66,7 @@ bundled apps make by default?</a></li> <li><a href="#cellular-tracking">What does GrapheneOS do about cellular tracking and silent SMS?</a></li> + <li><a href="#default-dns">Which DNS servers are used by default?</a></li> <li><a href="#custom-dns">How do I use a custom DNS server?</a></li> <li><a href="#private-dns-ip">Why does Private DNS not accept IP addresses?</a></li> @@ -375,6 +376,16 @@ sending texts or other data is not required or particularly useful to track devices connected to a network for an adversary with the appropriate access.</p> + <h3 id="default-dns"> + <a href="#default-dns">Which DNS servers are used by default?</a> + </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> + <h3 id="custom-dns"> <a href="#custom-dns">How do I use a custom DNS server?</a> </h3> |
