diff options
author | Martin Schanzenbach <schanzen@gnunet.org> | 2022-11-14 23:33:30 +0900 |
---|---|---|
committer | Martin Schanzenbach <schanzen@gnunet.org> | 2022-11-14 23:33:30 +0900 |
commit | 91576c8820a6e132a31d462403fd902ee97cfe47 (patch) | |
tree | ff666350b7c2281782f8b93db806a9bbee162c0e | |
parent | 1ea62e2eabafbd5846cc41b798e4db48dc280096 (diff) |
NGI entrust news
m--------- | build-system/taler-build-scripts | 0 | ||||
-rw-r--r-- | template/news/2022-11-NGI-Entrust-GNS-TLDs.html.j2 | 41 | ||||
-rw-r--r-- | www.yml | 3 |
3 files changed, 44 insertions, 0 deletions
diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts -Subproject 5fb2f811026bbe7152ed59b712248048853eb0f +Subproject 23538677f6c6be2a62f38dc6137ecdd1c76b7b1 diff --git a/template/news/2022-11-NGI-Entrust-GNS-TLDs.html.j2 b/template/news/2022-11-NGI-Entrust-GNS-TLDs.html.j2 new file mode 100644 index 00000000..1f76cd75 --- /dev/null +++ b/template/news/2022-11-NGI-Entrust-GNS-TLDs.html.j2 @@ -0,0 +1,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 %} @@ -29,6 +29,9 @@ meetingnotes: 2019: 2019-12-27 2020: 2020-12-30 newsposts: + - page: 2022-11-NGI-Entrust-GNS-TLDs.html + date: 2022-11-14 + title: 'NGI Zero Entrust: "GNS to DNS Migration and Zone Management"' - page: 2022-11-0.18.1.html date: 2022-11-04 title: GNUnet 0.18.1 |