commit cbc4ad2394fc4bc8adaad4897759dfc5b345c3e9
parent e42ca804b2c0bf3cfa6500b8bf756709be2b6a35
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Thu, 14 Dec 2023 17:10:42 +0100
add gns tld table update
Diffstat:
5 files changed, 19 insertions(+), 18 deletions(-)
diff --git a/gnu-name-system-default-tlds/Makefile b/gnu-name-system-default-tlds/Makefile
@@ -20,9 +20,7 @@ tlds.rst.tmp: registry.rec rst.template
../format.sh rst.template < registry.rec > $@
rst.header.tmp:
- cat rst.header.template README POLICY > $@
- echo "Entries" >> $@
- echo "^^^^^^^" >> $@
+ cat README POLICY rst.header.template > $@
tlds.rst: rst.header.tmp tlds.rst.tmp
cat rst.header.tmp tlds.rst.tmp > $@
diff --git a/gnu-name-system-default-tlds/README b/gnu-name-system-default-tlds/README
@@ -1,3 +1,6 @@
+GNS Default Top-Level-Domains
+-----------------------------
+
This registry is the default Top-Level-Domains (TLDs) for the GNU Name System.
This registry is used to ensure that GNS resolvers ship with a default
diff --git a/gnu-name-system-default-tlds/registry.rec b/gnu-name-system-default-tlds/registry.rec
@@ -17,10 +17,10 @@
%allowed: References
%sort: Name Contact References
-Name: pin
-Key: 000G001MF6DVMZZ4Y8XRZQDXM1PB3D3VGEK29ZHXBA57EPSNW1QBPKT8J0
+Name: pin.gns.alt
+Key: 000G0522TTKQESZ9KPRT2K0RA9ZC8YMD52D2XYVYVGPDCNPMWHH9QXXF4W
Comment: The FCFS authority managed by GNUnet e.V.
-Name: gnunet.org
-Key: 000G0047M3HN599H57MPXZK4VB59SWK4M9NRD68E1JQFY3RWAHDMKAPN30
+Name: gnunet.gns.alt
+Key: 000G0522TTKQESZ9KPRT2K0RA9ZC8YMD52D2XYVYVGPDCNPMWHH9QXXF4W
Comment: The authoritative zone of the GNUnet project
diff --git a/gnu-name-system-default-tlds/rst.header.template b/gnu-name-system-default-tlds/rst.header.template
@@ -1,4 +1,10 @@
-GNS Default Top-Level-Domains
------------------------------
+Entries
+^^^^^^^
+.. list-table:: GNS Default TLDs
+ :widths: auto
+ :header-rows: 1
+ * - Name
+ - Zone Key
+ - Comment
diff --git a/gnu-name-system-default-tlds/rst.template b/gnu-name-system-default-tlds/rst.template
@@ -1,9 +1,3 @@
-
-
-=================== ===========================================================
-Suffix {{Name}}
-------------------- -----------------------------------------------------------
-Zone Key {{Key}}
-Comment {{Comment}}
-=================== ===========================================================
-
+ * - {{Name}}
+ - {{Key}}
+ - {{Comment}}