aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-namestore-fcfsd.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-namestore-fcfsd.1')
-rw-r--r--doc/man/gnunet-namestore-fcfsd.129
1 files changed, 23 insertions, 6 deletions
diff --git a/doc/man/gnunet-namestore-fcfsd.1 b/doc/man/gnunet-namestore-fcfsd.1
index 8039e796f..88ab72071 100644
--- a/doc/man/gnunet-namestore-fcfsd.1
+++ b/doc/man/gnunet-namestore-fcfsd.1
@@ -9,13 +9,27 @@ gnunet\-namestore-fcfsd \- HTTP server for GNU Name System First-Come-First-Serv
9.br 9.br
10 10
11.SH DESCRIPTION 11.SH DESCRIPTION
12Most users will not want to run an FCFS\-zone and thus will not need this program. 12Most users will not want to run an FCFS\-zone and thus will not need
13this program.
13 14
14\fBgnunet\-gns-fcfsd\fP runs a web server where users can register names to be mapped to their GNS zone. Names are made available on a First Come First Served basis (hence fcfs). Registered names do not expire. The HTTP server is run on the port that is specified in the configuration file in section "[fcfsd]" under the name "HTTPPORT". The key of the zone in which the names are registered must be specified under the name "ZONEKEY" in the same section. It is possible to manage gnunet\-gns\-fcfsd using gnunet\-(service\-arm) by starting the daemon using "gnunet\-arm \-i fcfsd" or by setting "FORCESTART=YES" in the "fcfds" section of your configuration. 15\fBgnunet\-gns-fcfsd\fP runs a web server where users can register
16names to be mapped to their GNS zone. Names are made available on a
17First Come First Served basis (hence fcfs). Registered names do not
18expire. The HTTP server is run on the port that is specified in the
19configuration file in section "[fcfsd]" under the name "HTTPPORT".
15 20
16An FCFS\-zone is run at http://gnunet.org/fcfs/. GNS users are encouraged to register their zone with the gnunet.org FCFS authority. 21It is possible to manage gnunet\-gns\-fcfsd using
22gnunet\-(service\-arm) by starting the daemon using "gnunet\-arm \-i
23fcfsd" or by setting "IMMEDIATE_START=YES" in the "fcfds" section of your
24configuration and the "-z ZONE" in as the "OPTION".
17 25
18If you want to run your own FCFS registrar, you need to first create a pseudonym (using "gnunet\-identity \-C NAME"), and then assign it to be used for the "fcfsd" service using "gnunet\-identity \-e NAME \-s fcfsd". After that, you can start the FCFSD service (possibly using gnunet\-arm). 26An FCFS\-zone is run at http://gnunet.org/fcfs/. GNS users are
27encouraged to register their zone with the gnunet.org FCFS authority.
28
29If you want to run your own FCFS registrar, you need to first create a
30pseudonym (using "gnunet\-identity \-C NAME"), and use it with the
31"-z" option. After that, you can start the FCFSD service (possibly using
32gnunet\-arm).
19 33
20.SH OPTIONS 34.SH OPTIONS
21.B 35.B
@@ -26,11 +40,14 @@ Use the configuration file FILENAME.
26Print short help on options. 40Print short help on options.
27.B 41.B
28.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 42.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
29Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 43Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and
44ERROR.
30.B 45.B
31.IP "\-v, \-\-version" 46.IP "\-v, \-\-version"
32Print GNUnet version number. 47Print GNUnet version number.
33 48.B
49.IP "\-z EGO, \-\-zone=EGO"
50Specifies for which EGO should FCFSD manage the zone.
34 51
35.SH BUGS 52.SH BUGS
36Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <bug\-gnunet@gnu.org> 53Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <bug\-gnunet@gnu.org>