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.138
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/man/gnunet-namestore-fcfsd.1 b/doc/man/gnunet-namestore-fcfsd.1
new file mode 100644
index 000000000..42b658018
--- /dev/null
+++ b/doc/man/gnunet-namestore-fcfsd.1
@@ -0,0 +1,38 @@
1.TH GNUNET\-NAMESTORE-FCFSD 1 "Oct 25, 2012" "GNUnet"
2
3.SH NAME
4gnunet\-namestore-fcfsd \- HTTP server for GNS domain registration
5
6.SH SYNOPSIS
7.B gnunet\-namestore-fcfsd
8.RI [ options ]
9.br
10
11.SH DESCRIPTION
12Most users will not want to run an FCFS\-zone and thus will not need this program.
13
14\fBgnunet\-gns-fcfsd\fP runs a web server where users can register names to be mapped to their GADS 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 adding "fcfds" to the "DEFAULTSERVICES" option.
15
16An FCFS\-zone is run at http://gnunet.org/fcfs/. The respective zone key can be imported into an individual user's zone using "gnunet-gns-import.sh". GADS users are encouraged to register their zone with the gnunet.org FCFS authority.
17
18.SH OPTIONS
19.B
20.IP "\-c FILENAME, \-\-config=FILENAME"
21Use the configuration file FILENAME.
22.B
23.IP "\-h, \-\-help"
24Print short help on options.
25.B
26.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
27Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
28.B
29.IP "\-v, \-\-version"
30Print GNUnet version number.
31
32
33.SH BUGS
34Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <bug\-gnunet@gnu.org>
35
36.SH SEE ALSO
37gnunet\-gns(1), gnunet\-gns\-proxy(1)
38