diff --git a/_includes/sections/dns.html b/_includes/sections/dns.html index 219f170c..a3b236e0 100644 --- a/_includes/sections/dns.html +++ b/_includes/sections/dns.html @@ -54,7 +54,12 @@ github="https://github.com/jedisct1/dnscrypt-proxy" AdGuard - Anycast (based in Cyprus) + Anycast (based in + + + Cyprus) + + WWW @@ -77,7 +82,20 @@ github="https://github.com/jedisct1/dnscrypt-proxy" BlahDNS - Switzerland, Japan, Germany + + + + Switzerland, + + + + Japan, + + + + Germany + + WWW @@ -85,7 +103,15 @@ github="https://github.com/jedisct1/dnscrypt-proxy" Hobby Project No - DoH, DoT, DNSCrypt + + + DoH, + + DoT, + + + DNSCrypt + Yes Yes Ads, trackers, malicious domains @@ -100,7 +126,12 @@ github="https://github.com/jedisct1/dnscrypt-proxy" Cloudflare - Anycast (based in US) + Anycast (based in + + + US) + + WWW @@ -123,7 +154,12 @@ github="https://github.com/jedisct1/dnscrypt-proxy" CZ.NIC - Czech Republic + + + + Czech Republic + + WWW @@ -142,7 +178,12 @@ github="https://github.com/jedisct1/dnscrypt-proxy" dnswarden - Germany + + + + Germany + + WWW @@ -150,7 +191,15 @@ github="https://github.com/jedisct1/dnscrypt-proxy" Hobby Project No - DoH, DoT, DNSCrypt + + + DoH, + + DoT, + + + DNSCrypt + Yes Yes Based on server choice @@ -161,7 +210,12 @@ github="https://github.com/jedisct1/dnscrypt-proxy" Foundation for Applied Privacy - Austria + + + + Austria + + WWW @@ -169,7 +223,14 @@ github="https://github.com/jedisct1/dnscrypt-proxy" Non-Profit Some - DoH, DoT + + + DoH, + + DoT + + + Yes Yes No @@ -180,7 +241,12 @@ github="https://github.com/jedisct1/dnscrypt-proxy" nextdns - Anycast (based in US) + Anycast (based in + + + US) + + WWW @@ -199,7 +265,12 @@ github="https://github.com/jedisct1/dnscrypt-proxy" PowerDNS - The Netherlands + + + + The Netherlands + + WWW @@ -222,7 +293,12 @@ github="https://github.com/jedisct1/dnscrypt-proxy" Quad9 - Anycast (based in US) + Anycast (based in + + + US) + + WWW @@ -241,7 +317,12 @@ github="https://github.com/jedisct1/dnscrypt-proxy" SecureDNS - The Netherlands + + + + The Netherlands + + WWW @@ -260,7 +341,12 @@ github="https://github.com/jedisct1/dnscrypt-proxy" UncensoredDNS - Anycast (based in Denmark) + Anycast (based in + + + Denmark) + + WWW diff --git a/assets/css/style.scss b/assets/css/style.scss index c2ab51f4..0cd336a8 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -335,3 +335,7 @@ input#nav-toggle, max-height: 8em; } } + +.no-text-wrap { + white-space: nowrap; +}