commit 04872166c2fb01a8455c3629b844f74dad99a08a
parent 9d13376aa9ad537d04966a36eee3c1a16dafaa10
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Mon, 11 Mar 2024 10:05:09 +0100
fix
Diffstat:
1 file changed, 13 insertions(+), 20 deletions(-)
diff --git a/users/configuration.rst b/users/configuration.rst
@@ -340,26 +340,6 @@ exists (!). An alternative name for the \"gnunetdns\" group can be
specified using the ``--with-gnunetdns=GRPNAME`` configure option.
-Configuring dropshipped HELLOs to bootstrap
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-GNUnet by default tries to bootstrap using included hellos and a hostlist
-server.
-The HELLOs that GNUnet tries to bootstrap with can be found in the directory
-``$PREFIX/share/gnunet/hellos``.
-The use of the HELLOs in this folder can be controlled with the configuration
-setting ``USE_INCLUDED_HELLOS`` of the ``peerstore`` service:
-
-.. code-block:: text
-
- $ gnunet-config -s peerstore -o USE_INCLUDED_HELLOS
-
-Note, however, that once the included HELLOs have been parsed, the ``peerstore``
-will cache them locally in its databse. To purge included HELLOs in this case,
-the database will have to be deleted.
-
-Unless you want to establish a private network, you should not have to touch
-this option.
.. _Configuring-the-hostlist-to-bootstrap:
@@ -455,6 +435,19 @@ To avoid this behavior, either:
Conversely, any public keys added to the same directories will make the
node *always* make explicit connections to those corresponding peers.
+The use of the HELLOs in this folder can be controlled with the configuration
+setting ``USE_INCLUDED_HELLOS`` of the ``peerstore`` service:
+
+.. code-block:: text
+
+ $ gnunet-config -s peerstore -o USE_INCLUDED_HELLOS
+
+Note, however, that once the included HELLOs have been parsed, the ``peerstore``
+will cache them locally in its databse. To purge included HELLOs in this case,
+the database will have to be deleted.
+
+Unless you want to establish a private network, you should not have to touch
+this option.
.. _Manually-connecting-peers: