dns: fix formatting

This commit is contained in:
Mikaela Suomalainen 2019-08-25 13:50:38 +03:00
parent 23f63299f4
commit e0dfed8f56
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67

View File

@ -309,7 +309,7 @@ github="https://github.com/jedisct1/dnscrypt-proxy"
<li><em>Firefox</em> comes with built-in DoH support with Cloudflare set as the default resolver, but can be configured to use any DoH resolver. <span class="badge badge-warning" data-toggle="tooltip" data-placement="bottom" data-original-title='"Cloudflare has agreed to collect only a limited amount of data about the DNS requests that are sent to the Cloudflare Resolver for Firefox via the Firefox browser."'><a href="https://developers.cloudflare.com/1.1.1.1/commitment-to-privacy/privacy-policy/firefox/"><i class="fas fa-exclamation-triangle"></i></a></span> Currently Mozilla is <a href="https://blog.mozilla.org/futurereleases/2019/07/31/dns-over-https-doh-update-detecting-managed-networks-and-user-choice/">conducting studies</a> before enabling DoH by default for all US-based Firefox users.</li>
<ul>
<li>DNS-over-HTTPS can be enabled in Menu -> Settings -> Network Settings -> Settings -> [x] enable DNS over HTTPS, use provider: custom, and enter the address you find from the documentation of your DoH provider.</li>
<li>Advanced users may enable it in `about:config` by setting `network.trr.custom_uri` and `network.trr.uri` as the address you find from the documentation of your DoH provider and `network.trr.mode` as `2`. It may also be desirable to set `network.esni.enabled` to `True` in order to encrypt SNI and make sites supporting ESNI a bit more difficult to track.</li>
<li>Advanced users may enable it in <code>about:config</code> by setting <code>network.trr.custom_uri</code> and <code>network.trr.uri</code> as the address you find from the documentation of your DoH provider and <code>network.trr.mode</code> as <code>2</code>. It may also be desirable to set <code>network.esni.enabled</code> to <code>True</code> in order to enable encrypted SNI and make sites supporting ESNI a bit more difficult to track.</li>
</ul>
</ul>
</li>