From 2db8c40c02ff249424c91aa48605d64163ef4e2e Mon Sep 17 00:00:00 2001 From: Alberto Date: Fri, 6 Sep 2019 02:54:39 +0200 Subject: [PATCH 1/4] Add Resolve-DnsName to QNAME Minimization under DNS validation section (#1234) * Add Resolve-DnsName * Add Resolve-DnsName to Contributing and Issue Template * Remove dig and Resolve-DnsName hyperlinks --- .github/CONTRIBUTING.md | 3 +-- .github/ISSUE_TEMPLATE/7_DNS_provider.md | 2 +- _includes/sections/dns.html | 5 ++--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 26e4161f..e3065f8c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -32,8 +32,7 @@ Note: This criteria applies to all of privacytools.io - supports DoH or DoT (We love DNSCrypt, but there is already https://github.com/DNSCrypt/dnscrypt-resolvers which is directly supported by dnscrypt-proxy, so we don't consider useful to list providers only supporting it). - supports DNSSEC (https://dnssec.vs.uni-due.de/ can test your current DNS provider). - doesn't log IP addresses during normal operation (If your suggestion logs, please compare its privacy policy with other servers on our table that keep logs). -- preferably supports QNAME minimization (if you have access to the dig command, `dig +short txt qnamemintest.internet.nl`) - +- preferably supports QNAME minimization (if you have access to the dig command, `dig +short txt qnamemintest.internet.nl` or `Resolve-DnsName -Type TXT -Name qnamemintest.internet.nl` if you are on Windows 10) ### VPN - Prioritize Products by privacy respecting nationality. diff --git a/.github/ISSUE_TEMPLATE/7_DNS_provider.md b/.github/ISSUE_TEMPLATE/7_DNS_provider.md index 06be8abf..174910f5 100644 --- a/.github/ISSUE_TEMPLATE/7_DNS_provider.md +++ b/.github/ISSUE_TEMPLATE/7_DNS_provider.md @@ -33,4 +33,4 @@ labels: 🌐 website issue, 🗄️ DNS #### Desired features -* [ ] supports QNAME minimization +* [ ] supports QNAME minimization diff --git a/_includes/sections/dns.html b/_includes/sections/dns.html index 08d56628..765d83f6 100644 --- a/_includes/sections/dns.html +++ b/_includes/sections/dns.html @@ -538,10 +538,9 @@
  • If using Firefox's trusted recursive resolver (TRR), navigate to about:networking#dns. If the TRR column says "true" for some fields, you are using DoH.
  • -
  • dnscrypt-proxy - Check dnscrypt-proxy's wiki on how to verify that your DNS is encrypted. -
  • +
  • dnscrypt-proxy - Check dnscrypt-proxy's wiki on how to verify that your DNS is encrypted.
  • DNSSEC - Check DNSSEC Resolver Test by Matthäus Wander.
  • -
  • QNAME Minimization - Run dig +short txt qnamemintest.internet.nl from the command-line (taken from this NLnet Labs presentation). You should see this display: "HOORAY - QNAME minimisation is enabled on your resolver :)!"
  • +
  • QNAME Minimization - Run dig +short txt qnamemintest.internet.nl from the command-line (taken from this NLnet Labs presentation). If you are on Windows 10, run Resolve-DnsName -Type TXT -Name qnamemintest.internet.nl from the PowerShell. You should see this display: "HOORAY - QNAME minimisation is enabled on your resolver :)!"
  • Worth Mentioning and Additional Information

    -- 2.40.1 From 291588782f257acba3d7ea39258f2a3c68c3f3d6 Mon Sep 17 00:00:00 2001 From: nitrohorse <1514352+nitrohorse@users.noreply.github.com> Date: Fri, 6 Sep 2019 09:35:17 -0700 Subject: [PATCH 2/4] Remove stale Cloudflare GitHub link (#1271) --- _includes/sections/dns.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/_includes/sections/dns.html b/_includes/sections/dns.html index 765d83f6..74adcc63 100644 --- a/_includes/sections/dns.html +++ b/_includes/sections/dns.html @@ -182,11 +182,7 @@ Yes Yes No - - - WWW - - + ? Self -- 2.40.1 From 55866ffb45072059cce26a42a2db0e836448b09a Mon Sep 17 00:00:00 2001 From: nitrohorse <1514352+nitrohorse@users.noreply.github.com> Date: Fri, 6 Sep 2019 11:16:10 -0700 Subject: [PATCH 3/4] Add Productivity Tools subsection; add MAT2 (#1270) * Add MAT2 * Update source_code.md * Update _includes/sections/productivity-tools.html Co-Authored-By: Mikaela Suomalainen --- _includes/sections/productivity-tools.html | 21 +++++++++++++++++++++ assets/img/tools/MAT2.png | Bin 0 -> 3996 bytes source_code.md | 2 ++ 3 files changed, 23 insertions(+) create mode 100644 assets/img/tools/MAT2.png diff --git a/_includes/sections/productivity-tools.html b/_includes/sections/productivity-tools.html index 01c36154..e1a531de 100644 --- a/_includes/sections/productivity-tools.html +++ b/_includes/sections/productivity-tools.html @@ -31,6 +31,27 @@ +

    + + Metadata Removal Tools +

    + +
    +{% + include cardv2.html + title="MAT2" + image="/assets/img/tools/MAT2.png" + description="MAT2 is free software, which allows the removal of metadata of image, audio, torrent, and document file types. It provides both a command line tool and a graphical user interface via an extension for Nautilus, the default file manager of GNOME." + website="https://0xacab.org/jvoisin/mat2" + forum="https://forum.privacytools.io/t/discussion-mat/1559" + gitlab="https://0xacab.org/jvoisin/mat2" + linux="" + mac="" + windows="" +%} +
    +

    Worth Mentioning