man gnunet-setup (Commandes) - configuring GNUnet
NAME
gnunet-setup - configuring GNUnet
SYNOPSIS
gnunet-setup [OPTIONS] MODE
DESCRIPTION
gnunet-setup can be used to generate and edit the configuration files (gnunetd.conf and gnunet.conf) for GNUnet. gnunet-setup runs in two basic modes, one for editing gnunet.conf and one for editing gnunetd.conf. Depending on which libraries were available when gnunet-setup was build, gnunet-setup will have a curses or GTK user interface. A text-only interface is always available. For a quick initial configuration gnunet-setup offers a wizard (curses or GTK only) that can be used to quickly generate a working gnunetd.conf file.
- -h, --help
- print help page
- -c FILENAME, --config=FILENAME
- specify location of the configuration file (default: /etc/gnunetd.conf or ~/.gnunet/gnunet.conf, depending on the mode)
- -d, --daemon
- generate configuration for gnunetd (gnunetd.conf). If run without this option, gnunet-setup will generate a configuration for GNUnet clients.
- -L LOGLEVEL, --loglevel=LOGLEVEL
- change the loglevel. Possible values for LOGLEVEL are NOTHING, FATAL, ERROR, FAILURE, WARNING, MESSAGE, INFO, DEBUG, CRON and EVERYTHING..TP -v, --version print the version number
- -V, --verbose
- be verbose
NOTES
FILES
- /etc/gnunetd.conf
- gnunetd configuration file (default location).
- ~/.gnunet/gnunet.conf
- client configuration file (default location).
REPORTING BUGS
Report bugs by using mantis <https://gnunet.org/mantis/> or by sending electronic mail to <gnunet-developers@gnu.org>
SEE ALSO
gnunetd(1), gnunet-update(1), gnunetd.conf(5), gnunet.conf(5)
- Depending on your system, gnunet-setup will have a subset of the following modes: config (text), menuconfig (curses), gconfig (GTK), wizard-curses (curses wizard) and wizard-gtk (GTK wizard). The wizards can currently only be used in conjunction with the -d option to configure gnunetd.