Compare commits

...

6 Commits

Author SHA1 Message Date
a1782d2ec7 Add RemoveMyPhone dark logo 2020-10-31 17:40:16 +10:30
939727f82f Add sponsor RemoveMyPhone to organizations list. 2020-10-29 12:17:30 +10:30
085256ee88 Fix broken Bootstrap license link in LibreJS page (#2103) 2020-10-27 15:34:10 +00:00
e42553fbc2 Change K-9 Mail's link to the official site. (#2101) 2020-10-23 01:25:52 +00:00
256fae4bdf Add Kryptor as worth mentioning. (#2100) 2020-10-22 08:35:55 +01:00
7db82b296b DNS: document iOS 14+ & macOS Big Sur encrypted DNS (#2099)
* dns: begin another take at Apple's native encrypted DNS

* dns.html: mention mobileconfigs, versions and where to find them

* dns.html: fix clumsy heading

* dns: remove excess >

* dns: small clarification

open in Safari, others won't work

* Use two spaces, slightly reword.

* Use nice name

Co-authored-by: Daniel Gray <dng@disroot.org>
2020-10-22 08:15:15 +01:00
7 changed files with 96 additions and 66 deletions

View File

@ -625,6 +625,22 @@ We also log how many times this or that tracker has been blocked. We need this i
github="https://github.com/s-s/dnscloak" github="https://github.com/s-s/dnscloak"
%} %}
<h2 id="appledns" class="anchor">
<a href="#appledns">
<i class="fas fa-link anchor-icon"></i>
</a>Apple's native support
</h2>
<p>
In iOS, iPadOS, tvOS 14 and macOS 11, DoT and DoH were introduced. DoT and DoH are supported natively by installation of profiles (through mobileconfig files opened in <em>Safari</em>).
After installation, the encrypted DNS server can be selected in <em>Settings &rarr; General &rarr; VPN and Network &rarr; DNS</em>.
</p>
<ul>
<li><strong>Signed profiles</strong> are offered by <a href="https://adguard.com/en/blog/encrypted-dns-ios-14.html">AdGuard</a> and <a href="https://apple.nextdns.io/">NextDNS</a>.</li>
<li>User contributed <strong>unsigned profiles</strong> for several DNS providers are hosted by <a href="https://encrypted-dns.party/">encrypted-dns.party</a>.</li>
</ul>
<h2 id="dns-definitions" class="anchor"> <h2 id="dns-definitions" class="anchor">
<a href="#dns-definitions"> <a href="#dns-definitions">
<i class="fas fa-link anchor-icon"></i> <i class="fas fa-link anchor-icon"></i>

View File

@ -45,7 +45,7 @@
<h3>Worth Mentioning</h3> <h3>Worth Mentioning</h3>
<ul> <ul>
<li><a href="https://github.com/k9mail/k-9/releases">K-9 Mail</a> - An independent mail application for Android. It supports both POP3 and IMAP mailboxes, but only supports push mail for IMAP.</li> <li><a href="https://k9mail.app/">K-9 Mail</a> - An independent mail application for Android. It supports both POP3 and IMAP mailboxes, but only supports push mail for IMAP.</li>
<li><a href="https://www.gnupg.org/">GNU Privacy Guard</a> - Email Encryption. GnuPG is a GPL Licensed alternative to the PGP suite of cryptographic software. <a href="https://theprivacyguide.org/tutorials/gpg.html">Tutorial.</a> Use <a href="https://gpgtools.org/">GPGTools for macOS.</a></li> <li><a href="https://www.gnupg.org/">GNU Privacy Guard</a> - Email Encryption. GnuPG is a GPL Licensed alternative to the PGP suite of cryptographic software. <a href="https://theprivacyguide.org/tutorials/gpg.html">Tutorial.</a> Use <a href="https://gpgtools.org/">GPGTools for macOS.</a></li>
<li><a href="https://www.mailpile.is/">Mailpile (Beta)</a> - A modern, fast web-mail client with user-friendly encryption and privacy features.</li> <li><a href="https://www.mailpile.is/">Mailpile (Beta)</a> - A modern, fast web-mail client with user-friendly encryption and privacy features.</li>
</ul> </ul>

View File

@ -72,4 +72,10 @@
link="https://github.com/aonez/Keka#so-where-is-the-source-code" link="https://github.com/aonez/Keka#so-where-is-the-source-code"
tooltip="This software is no longer open source." tooltip="This software is no longer open source."
%}</li> %}</li>
<li><a href="https://kryptor.co.uk/">Kryptor</a> is a file encryption program for Windows, MacOS, and Linux.
{% include badge.html
color="warning"
icon="fas fa-exclamation-triangle"
tooltip="As Kryptor is still in beta, it may not be stable."
%}</li>
</ul> </ul>

View File

@ -29,4 +29,12 @@
title="DeleteMe is a hands-free subscription service that removes your personal information from data brokers and prevents it from being sold online." title="DeleteMe is a hands-free subscription service that removes your personal information from data brokers and prevents it from being sold online."
alt="DeleteMe Logo" /> alt="DeleteMe Logo" />
</a> </a>
<a class="m-3" href="https://www.removemyphone.com" target="_blank" rel="noreferrer">
<img
src="/assets/img/png/3rd-party/sponsors/removemyphone.png"
{% unless page.url == '/sponsors/' %}data-theme-src="/assets/img/png/3rd-party/sponsors/removemyphone-dark.png"{% endunless %}
height="70rem"
title="RemoveMyPhone helps you delete your data from data broker sites and Google, Bing, and Yahoo search results."
alt="RemoveMyPhone Logo" />
</a>
</div> </div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -17,7 +17,7 @@ permalink: /about/javascript/
</tr> </tr>
<tr> <tr>
<td><a href="/assets/js/bootstrap.min.js">bootstrap.min.js</a></td> <td><a href="/assets/js/bootstrap.min.js">bootstrap.min.js</a></td>
<td><a href="https://github.com/twbs/bootstrap/raw/master/LICENSE">Expat</a></td> <td><a href="https://github.com/twbs/bootstrap/raw/main/LICENSE">Expat</a></td>
</tr> </tr>
<tr> <tr>
<td><a href="/assets/js/jquery-3.3.1.min.js">jquery-3.3.1.min.js</a></td> <td><a href="/assets/js/jquery-3.3.1.min.js">jquery-3.3.1.min.js</a></td>