aboutsummaryrefslogtreecommitdiff
path: root/template/news/2022-11-NGI-Entrust-GNS-TLDs.html.j2
blob: 1f76cd75128c70fa76eaed9dcddf02786aab7260 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{% extends "common/news.j2" %}
{% block body_content %}
  <h1>NGI Zero Entrust: "GNS to DNS Migration and Zone Management"</h1>
<p>
  We are happy to announce that we have successfully aquired funding for further
  GNS development and polishing!
</p>
<p>
The GNU Name System specification is in its <a href="https://datatracker.ietf.org/doc/draft-schanzen-gns/">final stages</a>.
Migration paths and large-scale testing as well as generating interest in running GNS zones and registrars is the next logical step.
Hence, this project aims to
<ol>
  <li>Facilitate the management of GNS zones by administrators.</li>
  <li>Provide users with means to resolve real-world names by (partially) mirroring the DNS root zone.</li>
</ol>
</p>
<p>
<b>Ad 1.:</b> To ease adoption, a framework for GNS registrars will be developed for zone management.
The registrar framework will allow GNS zone administrators to provide
a web-interface for subdomain registration by other users.
The services may also be provided for a fee similar to how DNS domain registrars
operate to cover running costs.
The framework is envisioned to support integration of privacy-friendly payments with <a href="https://www.taler.net">GNU Taler</a>.
</p>
<p>
<b>Ad 2.:</b>We are already hosting and shipping a zone for <tt>gnunet.org</tt> as part of our GNS implementation.
To demonstrate how existing DNS registrars could migrate zones from DNS to GNS
we plan to run multiple GNS zones ourselves which contain the zone information from real-world DNS top-level domains.
This will also show how GNS can be used to secure the existing DNS namespace from
censorship and outages when used in parallel.
A selection of existing top-level domains for which <a href="https://jpmens.net/2021/05/18/dns-open-zone-data/">open data exists</a> will be hosted and served through GNS in order to facilitate the daily use of the name system.
We are are planning to integrate at least three DNS zones and publish them
through GNS for users to resolve in a default GNUnet installation.
</p>
<p>
  Watch this space and the mailing list for updates!
</p>
<p>
  This work is generously funded by <a href="https://nlnet.nl">NLnet</a> as part of their <a href="https://nlnet.nl/entrust/">NGI Zero Entrust Programme</a>.
</p>
{% endblock body_content %}