diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-07-08 20:48:24 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-07-08 20:48:24 +0000 |
commit | 57eb2ec3125dbbf60a9d1a2635ddc19345e2e5c1 (patch) | |
tree | bf33b5f8313e309634e2d61070ae99ab226f16d8 /doc | |
parent | 728a40d587086cb9302f78347dd4d061083a424c (diff) |
DEFAULTSERVICES is dead, remove remains
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/gnunet.conf.5 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/man/gnunet.conf.5 b/doc/man/gnunet.conf.5 index d668c81faa..2ef88c11e0 100644 --- a/doc/man/gnunet.conf.5 +++ b/doc/man/gnunet.conf.5 @@ -75,15 +75,16 @@ This example is a simple way to get started, using a server that has a known lis OPTIONS = \-b SERVERS = http://v9.gnunet.org:58080/ - [arm] - DEFAULTSERVICES = topology hostlist fs - [nat] BEHIND_NAT = YES ENABLE_UPNP = YES DISABLEV6 = YES EXTERNAL_ADDRESS = 157.166.249.10 + [arm] + SYSTEM_ONLY = YES + USER_ONLY = NO + .SH FILES .TP ~/.config/gnunet.conf |