Remove DNS-over-Tor refs for now

This commit is contained in:
nitrohorse 2019-08-08 19:42:20 -07:00
parent 6b92358b4c
commit 57fccdd6a2
No known key found for this signature in database
GPG Key ID: 6F3175557E766CBF

View File

@ -116,7 +116,7 @@ github="https://github.com/jedisct1/dnscrypt-proxy"
</td>
<td>Commercial</td>
<td><a data-toggle="tooltip" data-placement="bottom" data-original-title='"We will collect limited DNS query data that is sent to the resolvers. This data does not contain user IP addresses or any other personally identifiable information, and the bulk of the data is only stored for 24 hours."' href="https://developers.cloudflare.com/1.1.1.1/commitment-to-privacy/privacy-policy/privacy-policy/">Some</a></td>
<td>DoH, DoT, DNSCrypt, DNS-over-Tor</td>
<td>DoH, DoT, DNSCrypt</td>
<td>Y</td>
<td>Y</td>
<td>N</td>
@ -177,7 +177,7 @@ github="https://github.com/jedisct1/dnscrypt-proxy"
</td>
<td>Non-Profit</td>
<td><a data-toggle="tooltip" data-placement="bottom" data-original-title='"We do NOT log your IP address or DNS queries during normal operations. We do NOT share query data with third parties that are not directly involved with resolving the query (i.e. sending queries to authoritative nameservers for resolution)."' href="https://appliedprivacy.net/privacy-policy/">Some</a></td>
<td>DoH, DoT, DNS-over-Tor</td>
<td>DoH, DoT</td>
<td>Y</td>
<td>Y</td>
<td>N</td>
@ -290,7 +290,6 @@ github="https://github.com/jedisct1/dnscrypt-proxy"
<ul>
<li>DNS-over-TLS (DoT) - A security protocol for encrypted DNS on a dedicated port 853.</li>
<li>DNS-over-HTTPS (DoH) - Similar to DoT, but uses HTTPS instead, being indistinguishable from "normal" HTTPS traffic on port 443.</li>
<li>DNS-over-Tor - An experimental security protocol for "not only protecting lookups from eavesdroppers but also providing anonymity for clients towards the resolver" (<a href="https://arxiv.org/pdf/1906.09682.pdf">more details)</a>.</li>
<li>DNSCrypt - On older yet robust method of encrypting DNS.</li>
</ul>