aboutsummaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-11-27 20:12:09 +0100
committerChristian Grothoff <christian@grothoff.org>2016-11-27 20:12:09 +0100
commit2eb5708018c0c033525e7e527c0ef43032f808c2 (patch)
treefa25c43f28723616f750b2c6c8599d6d20de50dc /doc/man
parente85571c8cb8e7ac9da051887adf04bee4ff2de2a (diff)
downloadgnunet-2eb5708018c0c033525e7e527c0ef43032f808c2.tar.gz
gnunet-2eb5708018c0c033525e7e527c0ef43032f808c2.zip
clarify gnunet-nat man page
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/gnunet-nat.17
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/man/gnunet-nat.1 b/doc/man/gnunet-nat.1
index 190b9d820..bfd1e5bcf 100644
--- a/doc/man/gnunet-nat.1
+++ b/doc/man/gnunet-nat.1
@@ -6,7 +6,6 @@ gnunet\-nat \- interact with the NAT service
6.SH SYNOPSIS 6.SH SYNOPSIS
7.B gnunet\-nat 7.B gnunet\-nat
8.RI [ options ] 8.RI [ options ]
9.RI PORT
10.br 9.br
11 10
12.SH DESCRIPTION 11.SH DESCRIPTION
@@ -21,7 +20,7 @@ Attempt auto\-configuration for NAT traversal.
21 20
22.B 21.B
23.IP "\-b ADDRESS, \-\-bind=ADDRESS" 22.IP "\-b ADDRESS, \-\-bind=ADDRESS"
24Assume that the service is bound to ADDRESS. 23Assume that the service is (locally) bound to ADDRESS.
25 24
26.B 25.B
27.IP "\-c FILENAME, \-\-config=FILENAME" 26.IP "\-c FILENAME, \-\-config=FILENAME"
@@ -37,7 +36,7 @@ Assuming we are listening at ADDRESS for connection reversal requests.
37 36
38.B 37.B
39.IP "\-r ADDRESS, \-\-remote=ADDRESS" 38.IP "\-r ADDRESS, \-\-remote=ADDRESS"
40Ask the peer at ADDRESS for connection reversal. 39Ask the peer at ADDRESS for connection reversal, using the local address for the target address of the reversal.
41 40
42.B 41.B
43.IP "\-L, \-\-listen" 42.IP "\-L, \-\-listen"
@@ -49,7 +48,7 @@ Use PORT as our external port for advertising for incoming requests.
49 48
50.B 49.B
51.IP "\-s, \-\-stun" 50.IP "\-s, \-\-stun"
52Enable processing of STUN requests. 51Enable processing of STUN requests. Will try to read UDP packets from the bind address and handle the packets if they are STUN packets. Will only work with UDP.
53 52
54.B 53.B
55.IP "\-t, \-\-tcp" 54.IP "\-t, \-\-tcp"