Update Quad9 Information

Resolves https://github.com/privacytools/privacytools.io/issues/2409, thanks @johnhtodd @arche-dev
This commit is contained in:
Jonah Aragon 2021-09-15 11:56:14 -05:00
parent 7722f6746a
commit 3e061d39be
No known key found for this signature in database
GPG Key ID: 6A957C9A9A9429F7
2 changed files with 9 additions and 8 deletions

View File

@ -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/'

View File

@ -2,9 +2,9 @@
<th data-value="{{ data.title }}" class="align-middle">
<a href="{{ data.homepage }}">{{ data.title }}</a>
</th>
<td>{%- if data.anycast -%}<strong class="text-green">Anycast:</strong> {%- endif -%}
<td class="text-nowrap">{%- if data.anycast -%}<strong class="text-green-500">Anycast{% if data.anycast contains 'https://' %} (<a href="{{ data.anycast }}">Map</a>){%- endif -%}</strong>{%- endif -%}
<ul class="list-unstyled mb-0">{%- for location in data.locations -%}
<li>{%- include country.html cc=location -%}</li>
<li>{%- include country.html cc=location -%} {%- if forloop.first == true and data.anycast -%}<span data-bs-toggle="tooltip" data-bs-placement="bottom" title='Service is incorporated or otherwise associated with this jurisdiction, however Anycast DNS providers may utilize many server providers in various regions worldwide.' class="fad fa-info-circle"></span>{%- endif -%}</li>
{%- endfor -%}</ul>
</td>
<td>