mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
Move dns to separate file
This commit is contained in:
parent
1063cff73f
commit
9c4f4038f6
37
_includes/sections/dns.html
Normal file
37
_includes/sections/dns.html
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
<h1 id="dns" class="anchor"><a href="#dns"><i class="fas fa-link anchor-icon"></i></a> Domain Name System (DNS)</h1>
|
||||||
|
|
||||||
|
<div class="row mb-2">
|
||||||
|
|
||||||
|
{% include card.html color="success"
|
||||||
|
title="Njalla - Domain Registration"
|
||||||
|
image="assets/img/provider/Njalla.png"
|
||||||
|
url="https://njal.la/"
|
||||||
|
tor="http://njalladnspotetti.onion"
|
||||||
|
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."
|
||||||
|
%}
|
||||||
|
|
||||||
|
{% include card.html color="primary"
|
||||||
|
title="DNSCrypt - Tool"
|
||||||
|
image="assets/img/tools/DNSCrypt.png"
|
||||||
|
url="https://dnscrypt.info/"
|
||||||
|
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."
|
||||||
|
%}
|
||||||
|
|
||||||
|
{% include card.html color="warning"
|
||||||
|
title="OpenNIC - Service"
|
||||||
|
image="assets/img/tools/OpenNIC.png"
|
||||||
|
url="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. Only specific configuration in one's DNS resolver makes these reachable, and very few Internet service providers have this configuration."
|
||||||
|
%}
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h3>Worth Mentioning</h3>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://github.com/quidsup/notrack">NoTrack</a> - A network-wide DNS server which blocks Tracking sites. Currently works in Debian and Ubuntu.</li>
|
||||||
|
<li><a href="https://namecoin.info/">Namecoin</a> - A decentralized DNS open source information registration and transfer system based on the Bitcoin cryptocurrency.</li>
|
||||||
|
<li><a href="https://pi-hole.net/">Pi-hole</a> - A network-wide DNS server for the Raspberry Pi. Blocks advertising and tracking domains for all devices on your network.</li>
|
||||||
|
</ul>
|
37
index.html
37
index.html
@ -55,42 +55,7 @@ layout: default
|
|||||||
|
|
||||||
{% include sections/social-networks.html %}
|
{% include sections/social-networks.html %}
|
||||||
|
|
||||||
<h1 id="dns" class="anchor"><a href="#dns"><i class="fas fa-link anchor-icon"></i></a> Domain Name System (DNS)</h1>
|
{% include sections/dns.html %}
|
||||||
|
|
||||||
<div class="row mb-2">
|
|
||||||
|
|
||||||
{% include card.html color="success"
|
|
||||||
title="Njalla - Domain Registration"
|
|
||||||
image="assets/img/provider/Njalla.png"
|
|
||||||
url="https://njal.la/"
|
|
||||||
tor="http://njalladnspotetti.onion"
|
|
||||||
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."
|
|
||||||
%}
|
|
||||||
|
|
||||||
{% include card.html color="primary"
|
|
||||||
title="DNSCrypt - Tool"
|
|
||||||
image="assets/img/tools/DNSCrypt.png"
|
|
||||||
url="https://dnscrypt.info/"
|
|
||||||
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."
|
|
||||||
%}
|
|
||||||
|
|
||||||
{% include card.html color="warning"
|
|
||||||
title="OpenNIC - Service"
|
|
||||||
image="assets/img/tools/OpenNIC.png"
|
|
||||||
url="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. Only specific configuration in one's DNS resolver makes these reachable, and very few Internet service providers have this configuration."
|
|
||||||
%}
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<h3>Worth Mentioning</h3>
|
|
||||||
<ul>
|
|
||||||
<li><a href="https://github.com/quidsup/notrack">NoTrack</a> - A network-wide DNS server which blocks Tracking sites. Currently works in Debian and Ubuntu.</li>
|
|
||||||
<li><a href="https://namecoin.info/">Namecoin</a> - A decentralized DNS open source information registration and transfer system based on the Bitcoin cryptocurrency.</li>
|
|
||||||
<li><a href="https://pi-hole.net/">Pi-hole</a> - A network-wide DNS server for the Raspberry Pi. Blocks advertising and tracking domains for all devices on your network.</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h1 id="notebook" class="anchor"><a href="#notebook"><i class="fas fa-link anchor-icon"></i></a> Digital Notebook</h1>
|
<h1 id="notebook" class="anchor"><a href="#notebook"><i class="fas fa-link anchor-icon"></i></a> Digital Notebook</h1>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user