mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
Replace DNSCrypt with DNSCrypt-Proxy (#1254)
* Replace DNSCrypt with DNSCrypt-Proxy * Update source_code.md * Add logo and forum link * Remove redundant platform links * Update _includes/sections/dns.html Co-Authored-By: Mikaela Suomalainen <mikaela+git@mikaela.info> * Update description
This commit is contained in:
parent
d57dd95c28
commit
d63474012a
@ -1,30 +1,37 @@
|
|||||||
<h1 id="dns" class="anchor"><a href="#dns"><i class="fas fa-link anchor-icon"></i></a> Domain Name System (DNS)</h1>
|
<h1 id="dns" class="anchor"><a href="#dns"><i class="fas fa-link anchor-icon"></i></a> Domain Name System (DNS)</h1>
|
||||||
|
|
||||||
{% include cardv2.html
|
{%
|
||||||
title="OpenNIC - Service"
|
include cardv2.html
|
||||||
image="/assets/img/tools/OpenNIC.png"
|
title="OpenNIC - Service"
|
||||||
description="OpenNIC is an alternate network information center/alternative DNS root which lists itself as an alternative to ICANN and its registries. Like all alternative root DNS systems, OpenNIC-hosted domains are unreachable to the vast majority of the Internet."
|
image="/assets/img/tools/OpenNIC.png"
|
||||||
website="https://www.opennic.org/"
|
description="OpenNIC is an alternate network information center/alternative DNS root which lists itself as an alternative to ICANN and its registries. Like all alternative root DNS systems, OpenNIC-hosted domains are unreachable to the vast majority of the Internet."
|
||||||
forum="https://forum.privacytools.io/t/discussion-opennic/338"
|
website="https://www.opennic.org/"
|
||||||
github="https://github.com/OpenNIC"
|
forum="https://forum.privacytools.io/t/discussion-opennic/338"
|
||||||
|
github="https://github.com/OpenNIC"
|
||||||
%}
|
%}
|
||||||
|
|
||||||
{% include cardv2.html
|
{%
|
||||||
title="Njalla - Domain Registration"
|
include cardv2.html
|
||||||
image="/assets/img/provider/Njalla.png"
|
title="Njalla - Domain Registration"
|
||||||
description="Njalla only needs your email or jabber address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
|
image="/assets/img/provider/Njalla.png"
|
||||||
website="https://njal.la/"
|
description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
|
||||||
tor="http://njalladnspotetti.onion"
|
website="https://njal.la/"
|
||||||
forum="https://forum.privacytools.io/t/discussion-njalla/339"
|
tor="http://njalladnspotetti.onion"
|
||||||
|
forum="https://forum.privacytools.io/t/discussion-njalla/339"
|
||||||
%}
|
%}
|
||||||
|
|
||||||
{% include cardv2.html
|
{%
|
||||||
title="DNSCrypt - Tool"
|
include cardv2.html
|
||||||
image="/assets/img/tools/DNSCrypt.png"
|
title="DNSCrypt-Proxy - Tool"
|
||||||
description="A protocol for securing communications between a client and a DNS resolver. The DNSCrypt protocol uses high-speed high-security elliptic-curve cryptography and is very similar to DNSCurve, but focuses on securing communications between a client and its first-level resolver."
|
image="/assets/img/tools/DNSCrypt-Proxy.png"
|
||||||
website="https://dnscrypt.info/"
|
description="DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, and allows filtering, forwarding, and cloaking."
|
||||||
forum="https://forum.privacytools.io/t/discussion-dnscrypt/340"
|
website="https://github.com/jedisct1/dnscrypt-proxy/"
|
||||||
github="https://github.com/jedisct1/dnscrypt-proxy"
|
forum="https://forum.privacytools.io/t/discussion-dnscrypt-proxy/1498"
|
||||||
|
github="https://github.com/jedisct1/dnscrypt-proxy/"
|
||||||
|
linux=""
|
||||||
|
mac=""
|
||||||
|
android=""
|
||||||
|
ios=""
|
||||||
%}
|
%}
|
||||||
|
|
||||||
<h1 id="icanndns" class="anchor"><a href="#icanndns"><i class="fas fa-link anchor-icon"></i></a> Encrypted ICANN DNS Providers</h1>
|
<h1 id="icanndns" class="anchor"><a href="#icanndns"><i class="fas fa-link anchor-icon"></i></a> Encrypted ICANN DNS Providers</h1>
|
||||||
|
BIN
assets/img/tools/DNSCrypt-Proxy.png
Normal file
BIN
assets/img/tools/DNSCrypt-Proxy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.7 KiB |
@ -275,15 +275,11 @@ Raddle: https://gitlab.com/postmill
|
|||||||
|
|
||||||
## Domain Name System (DNS)
|
## Domain Name System (DNS)
|
||||||
|
|
||||||
|
OpenNic: https://github.com/opennic/
|
||||||
|
|
||||||
Njalla: Non-free/Proprietary Software
|
Njalla: Non-free/Proprietary Software
|
||||||
|
|
||||||
DNSCrypt: https://github.com/dnscrypt
|
DNSCrypt-Proxy: https://github.com/jedisct1/dnscrypt-proxy/
|
||||||
|
|
||||||
DNSCrypt-proxy: https://github.com/jedisct1/dnscrypt-proxy/
|
|
||||||
|
|
||||||
OpenNic: https://github.com/opennic/ (mostly)
|
|
||||||
|
|
||||||
Webpage: https://github.com/opennic/opennic-web
|
|
||||||
|
|
||||||
### Worth Mentioning
|
### Worth Mentioning
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user