diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-03-02 07:45:47 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-03-02 07:45:47 -0500 |
| commit | 57696841f084fc9f072fa8afb16fa2f26c4e4b0f (patch) | |
| tree | 7f5c04ccfd233ecdff8a120d8bf0402cb7313871 /static | |
| parent | 2860ce612b26e10195e7f0480ee57d01afd66b34 (diff) | |
mention plans to add back local DNS blacklist
Diffstat (limited to 'static')
| -rw-r--r-- | static/faq.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/static/faq.html b/static/faq.html index 951898a0..b0fe70d4 100644 --- a/static/faq.html +++ b/static/faq.html @@ -513,7 +513,12 @@ ad-blocking as part of DNS resolution. You can do this by <a href="#custom-dns">choosing a Private DNS (DNS-over-TLS) server</a> with support for blocking ad domains. As an example, AdGuard DNS can be used by setting - <code>dns.adguard.com</code> as the Private DNS domain.</p> + <code>dns.adguard.com</code> as the Private DNS domain. In the future, GrapheneOS + plans on adding back <a + href="https://github.com/GrapheneOS/os_issue_tracker/issues/184">an efficient + user-defined blacklist for the local DNS resolver</a>. An implementation of this used + to be included, but it needs to be reimplemented, and it's a low priority feature + depending on contributors stepping up to work on it.</p> <p>Content filtering apps are fully compatible with GrapheneOS, but they have serious drawbacks and are not recommended. These apps use the VPN service feature to route |
