mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-22 19:31:07 +00:00
Update Quad9 Information
Resolves https://github.com/privacytools/privacytools.io/issues/2409, thanks @johnhtodd @arche-dev
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user