From 3e061d39be37c3b2de2693723628c8ad7a0dba26 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Wed, 15 Sep 2021 11:56:14 -0500 Subject: [PATCH] Update Quad9 Information Resolves https://github.com/privacytools/privacytools.io/issues/2409, thanks @johnhtodd @arche-dev --- _data/dns/quad9.yml | 13 +++++++------ _includes/table-row-dns.html | 4 ++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/_data/dns/quad9.yml b/_data/dns/quad9.yml index 6b0c8d87..c6a7ef2a 100644 --- a/_data/dns/quad9.yml +++ b/_data/dns/quad9.yml @@ -1,6 +1,6 @@ title: Quad9 homepage: 'https://quad9.net/' -anycast: true +anycast: 'https://www.quad9.net/locations/' locations: - CH privacy_policy: @@ -8,18 +8,19 @@ privacy_policy: type: name: Non-Profit logs: - policy: true - text: Some - tooltip: >- - "Our normal course of data management does not have any IP address information or other PII logged to disk or transmitted out of the location in which the query was received." + policy: false protocols: - name: DoH - name: DoT - name: DNSCrypt dnssec: true qname_minimization: true -filtering: Malware blocking by default +filtering: Based on server choice, Malware blocking by default providers: - name: Self - name: Packet Clearing House link: 'https://www.pch.net/' + - name: i3D + link: 'https://www.i3d.net/' + - name: Global Secure Layer + link: 'https://globalsecurelayer.com/' diff --git a/_includes/table-row-dns.html b/_includes/table-row-dns.html index 1a7585b0..6a2b3fa9 100644 --- a/_includes/table-row-dns.html +++ b/_includes/table-row-dns.html @@ -2,9 +2,9 @@ {{ data.title }} -{%- if data.anycast -%}Anycast: {%- endif -%} +{%- if data.anycast -%}Anycast{% if data.anycast contains 'https://' %} (Map){%- endif -%}{%- endif -%}