aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet.conf.5
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet.conf.5')
-rw-r--r--doc/man/gnunet.conf.54
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man/gnunet.conf.5 b/doc/man/gnunet.conf.5
index 2ef88c11e..3df3b437a 100644
--- a/doc/man/gnunet.conf.5
+++ b/doc/man/gnunet.conf.5
@@ -28,6 +28,10 @@ The following options are generic and shared by all services:
28 Start the service always when the peer starts. Set to YES for services that should always be launched, even if no other service explicitly needs them. 28 Start the service always when the peer starts. Set to YES for services that should always be launched, even if no other service explicitly needs them.
29.IP AUTOSTART 29.IP AUTOSTART
30 Set to YES to automatically start the service when it is requested by another service. YES for most GNUnet services. 30 Set to YES to automatically start the service when it is requested by another service. YES for most GNUnet services.
31.IP NOARMBIND
32 Set to YES to never have ARM bind to the respective socket. This option is mostly for debugging in situations where ARM cannot pass the pre-bound socket to the child due to interference from PREFIX-commands. This option is only effective in combination with FORCESTART being YES. NO by default.
33.IP PREFIX
34 PREFIX the given command (with its arguments) to the actual BINARY to be executed. Useful to run certain services under special supervisors (like strace or valgrind). Typically used in combination with FORCESTART and NOARMBIND. Empty by default.
31.IP ACCEPT_FROM 35.IP ACCEPT_FROM
32 A semi-column separated list of IPv4 addresses that are allowed to use the service; usually 127.0.0.1. 36 A semi-column separated list of IPv4 addresses that are allowed to use the service; usually 127.0.0.1.
33.IP ACCEPT_FROM6 37.IP ACCEPT_FROM6