Skip to content

Commit

Permalink
Update Quad9 Information
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaharagon committed Sep 15, 2021
1 parent 7722f67 commit 3e061d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions _data/dns/quad9.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
title: Quad9
homepage: 'https://quad9.net/'
anycast: true
anycast: 'https://www.quad9.net/locations/'
locations:
- CH
privacy_policy:
link: 'https://quad9.net/service/privacy'
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/'
4 changes: 2 additions & 2 deletions _includes/table-row-dns.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3e061d3

Please sign in to comment.