From 5faf8a3a29c6d845d44715c8d8d1723cd32686a2 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Thu, 14 Nov 2019 00:03:00 +0100 Subject: add gns page --- template/gns.html.j2 | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 template/gns.html.j2 (limited to 'template/gns.html.j2') diff --git a/template/gns.html.j2 b/template/gns.html.j2 new file mode 100644 index 00000000..9ac34ad2 --- /dev/null +++ b/template/gns.html.j2 @@ -0,0 +1,63 @@ +{% extends "common/base.j2" %} +{% block body_content %} +
+ +
+
GNS
+

{{ _("The GNU Name System") }}

+
+ +
+
+
+

{{ _("Motivation") }}

+

+ {% trans %} + The Domain Name System today enables traffic amplification attacks, + censorship (i.e. China), mass surveillance (MORECOWBELL) and offensive + cyber war (QUANTUMDNS).
+ Unfortunately, band aid solutions such as DoT, DoH, DNSSEC, DPRIVE + and the like will not fix this. This is why we built the GNU Name + System (GNS), a secure, decentralized name system built on top of + GNUnet. + {% endtrans %} +

+ +
+
+

{{ _("Overview") }}

+

+ The GNU Name System (GNS) is a decentralized database that enables users to securely resolve names to values. Names can be used to identify other users (for example, in social networking), or network services (for example, VPN services running at a peer in GNUnet, or purely IP-based services on the Internet). Users interact with GNS by typing in a hostname that ends in a top-level domain that is configured in the “GNS” section, matches an identity of the user or ends in a Base32-encoded public key. +

+
+
+ +
+
+

{{ _("Features") }}

+

+{% trans %} +The GNU Name System (GNS) is secure and decentralized naming system. It allows its users to register names as top-level domains (TLDs) and resolve other namespaces within their TLDs. +
+GNS is designed to provide: +

    +
  • Censorship resistance
  • +
  • Query privacy
  • +
  • Secure name resolution
  • +
  • Compatibility with DNS
  • +{% endtrans %} +

    +
+
+

{{ _("Resources") }}

+

+Videos giving an overview of most of the GNS and the motivations behind it is available in our videos section.
+ Read more about GNS in the respective section of our handbook. +

+
+
+ +
+ +
+{% endblock body_content %} -- cgit v1.2.3