gnunet-handbook

The GNUnet Handbook
Log | Files | Refs

commit 2600551f4246a3ef7402013ba285adcff61b92bc
parent 5c20e0aaa95c7cebc225d02231221d18fdcbdb53
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Sat, 13 Jan 2024 12:47:13 +0100

minor updates

Diffstat:
Mdevelopers/rest-api/namestore.rst | 2++
Musers/gns.rst | 6+++---
2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/developers/rest-api/namestore.rst b/developers/rest-api/namestore.rst @@ -54,6 +54,8 @@ Responses are provided in the JSON format accordingly. // Whether or not this is a shadow record is_shadow: boolean + // Whether or not this is a maintenance record + is_maintenance: boolean } .. _NamestoreError: diff --git a/users/gns.rst b/users/gns.rst @@ -57,13 +57,13 @@ You can try it out for yourself (if you are connected to the peer-to-peer networ $ gnunet-gns --lookup=www.gnunet.org -Another *Start Zone* configured by default is ``.pin``. +Another *Start Zone* configured by default is ``.pin.gns.alt``. It points to a special zone also managed by the GNUnet project. Users may register subdomains on a first-come first-served-basis at https://fcfs.gnunet.org. Use ``gnunet-config -s gns`` to view the GNS configuration, including all configured external zones that are operated by other users. -The respective configuration entry names start with a ``.``, e.g. ``.pin``. +The respective configuration entry names start with a ``.``, e.g. ``.pin.gns.alt``. You can change this default configuration at any time and add *Start Zone* to the respective zones of your friends! For this, simply obtain the respective @@ -571,7 +571,7 @@ The .pin zone """"""""""""" First, you may want to visit https://fcfs.gnunet.org and register your zone(s) -with the ``.pin`` top-level domain shipped by default with GNUnet. +with the ``.pin.gns.alt`` top-level domain shipped by default with GNUnet. This will allow other GNUnet users to resolve your zone under the name you managed to acquire for yourself.