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 -%}