Compare commits
7 Commits
freddy-m-p
...
pr-add_Rem
Author | SHA1 | Date | |
---|---|---|---|
a1782d2ec7 | |||
939727f82f | |||
085256ee88 | |||
e42553fbc2 | |||
256fae4bdf | |||
7db82b296b | |||
08a85975db |
@ -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 → General → VPN and Network → 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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -22,4 +22,19 @@
|
|||||||
title="Insurgo Technologies Libres / Open Technologies — Empower yourself!"
|
title="Insurgo Technologies Libres / Open Technologies — Empower yourself!"
|
||||||
alt="Insurgo Logo" />
|
alt="Insurgo Logo" />
|
||||||
</a>
|
</a>
|
||||||
|
<a class="m-3" href="https://joindeleteme.com" target="_blank" rel="noreferrer">
|
||||||
|
<img
|
||||||
|
src="/assets/img/png/3rd-party/sponsors/deleteme.png"
|
||||||
|
height="70rem"
|
||||||
|
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" />
|
||||||
|
</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>
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
<ul class="d-flex flex-wrap list-group-flush">
|
<ul class="d-flex flex-wrap list-group-flush">
|
||||||
|
<li class="list-group-item flex-fill">Alex</li>
|
||||||
<li class="list-group-item flex-fill">Daw-Ran Liou</li>
|
<li class="list-group-item flex-fill">Daw-Ran Liou</li>
|
||||||
|
<li class="list-group-item flex-fill">Greg Werbin</li>
|
||||||
<li class="list-group-item flex-fill">Michael DeMichillie</li>
|
<li class="list-group-item flex-fill">Michael DeMichillie</li>
|
||||||
<li class="list-group-item flex-fill">Nathan Myers</li>
|
<li class="list-group-item flex-fill">Nathan Myers</li>
|
||||||
<li class="list-group-item flex-fill">PablO</li>
|
<li class="list-group-item flex-fill">PablO</li>
|
||||||
|
BIN
assets/img/png/3rd-party/sponsors/deleteme.png
vendored
Normal file
BIN
assets/img/png/3rd-party/sponsors/deleteme.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
BIN
assets/img/png/3rd-party/sponsors/removemyphone-dark.png
vendored
Normal file
BIN
assets/img/png/3rd-party/sponsors/removemyphone-dark.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
assets/img/png/3rd-party/sponsors/removemyphone.png
vendored
Normal file
BIN
assets/img/png/3rd-party/sponsors/removemyphone.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
Before Width: | Height: | Size: 196 KiB |
BIN
assets/img/png/team/lynn.png
Normal file
BIN
assets/img/png/team/lynn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 125 KiB |
@ -27,19 +27,6 @@ hidedesc: true
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
{% include team.html
|
|
||||||
avatar="jonah.png"
|
|
||||||
name="Jonah Aragon"
|
|
||||||
role="Administrator"
|
|
||||||
bio="I run the website and services for PrivacyTools. My goal is to spread the word about data privacy as widely as possible."
|
|
||||||
email="mailto:jonah@privacytools.io"
|
|
||||||
website="https://www.jonaharagon.com"
|
|
||||||
keys="https://keybase.io/jonaharagon"
|
|
||||||
mastodon="https://social.privacytools.io/@jonah"
|
|
||||||
twitter="JonahAragon"
|
|
||||||
blog="jonah"
|
|
||||||
%}
|
|
||||||
|
|
||||||
{% include team.html
|
{% include team.html
|
||||||
avatar="burung.png"
|
avatar="burung.png"
|
||||||
name="Burung Hantu"
|
name="Burung Hantu"
|
||||||
@ -84,6 +71,7 @@ blog="freddy"
|
|||||||
%}
|
%}
|
||||||
|
|
||||||
{% include team.html
|
{% include team.html
|
||||||
|
avatar="lynn.png"
|
||||||
name="Lynn Stephenson"
|
name="Lynn Stephenson"
|
||||||
bio="I'm a software developer doing some pentesting on the side, specializing in security, cryptography, networking, web development, and accessibility."
|
bio="I'm a software developer doing some pentesting on the side, specializing in security, cryptography, networking, web development, and accessibility."
|
||||||
role="Researcher"
|
role="Researcher"
|
||||||
@ -152,6 +140,17 @@ keys="https://nitrohorse.com/keys"
|
|||||||
blog="nitrohorse"
|
blog="nitrohorse"
|
||||||
emeritus=true
|
emeritus=true
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
{% include team.html
|
||||||
|
name="Jonah Aragon"
|
||||||
|
role="Former Sysadmin"
|
||||||
|
website="https://jonaharagon.com"
|
||||||
|
keys="https://jonaharagon.com/accounts/"
|
||||||
|
mastodon="https://social.privacytools.io/@jonah"
|
||||||
|
blog="jonah"
|
||||||
|
twitter="JonahAragon"
|
||||||
|
emeritus=true
|
||||||
|
%}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user