diff options
author | ng0 <ng0@n0.is> | 2019-03-03 21:09:00 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-03-03 21:09:00 +0000 |
commit | dc0c89dc08fe67246cd08efd73166203e5b9ef11 (patch) | |
tree | 6650268b6a4de8ac2339f9f3ee2ed7c7a9329ee4 /doc/man/gnunet.conf.5.in | |
parent | 2d928ee05d4079129b18844b39348a3c29a27ab6 (diff) |
gnunet.conf.5: remove misleading old SERVER config for hostlist section, add e switch
Diffstat (limited to 'doc/man/gnunet.conf.5.in')
-rw-r--r-- | doc/man/gnunet.conf.5.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/man/gnunet.conf.5.in b/doc/man/gnunet.conf.5.in index 560704784..3f3897724 100644 --- a/doc/man/gnunet.conf.5.in +++ b/doc/man/gnunet.conf.5.in @@ -109,12 +109,11 @@ The following options are generic and shared by all services: .SH EXAMPLES This example is a simple way to get started, using a server that has a known list of peers to get you started. Most users will be behind a firewall on -IPv4, as such NAT is enabled. Please rememeber to change your IP address +IPv4, as such NAT is enabled. Please remember to change your IP address to the actual external address for your usage. .PP [hostlist] - OPTIONS = \-b - SERVERS = http://v9.gnunet.org:58080/ + OPTIONS = \-b \-e [nat] BEHIND_NAT = YES |