aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-nat.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-nat.1')
-rw-r--r--doc/man/gnunet-nat.110
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/man/gnunet-nat.1 b/doc/man/gnunet-nat.1
index 4a6a56e97..fe9272ea5 100644
--- a/doc/man/gnunet-nat.1
+++ b/doc/man/gnunet-nat.1
@@ -8,38 +8,28 @@ gnunet\-nat \- interact with the NAT service
8This tool allows testing various NAT traversal functions, as well as 8This tool allows testing various NAT traversal functions, as well as
9attempting auto\-configuration. 9attempting auto\-configuration.
10.SH OPTIONS 10.SH OPTIONS
11.B
12.IP "\-b ADDRESS, \-\-bind=ADDRESS" 11.IP "\-b ADDRESS, \-\-bind=ADDRESS"
13Assume that the service is (locally) bound to ADDRESS. 12Assume that the service is (locally) bound to ADDRESS.
14.B
15.IP "\-c FILENAME, \-\-config=FILENAME" 13.IP "\-c FILENAME, \-\-config=FILENAME"
16Use the configuration file FILENAME. 14Use the configuration file FILENAME.
17.B
18.IP "\-e ADDRESS, \-\-external=ADDRESS" 15.IP "\-e ADDRESS, \-\-external=ADDRESS"
19Assume that ADDRESS is the globally visible address of the peer. 16Assume that ADDRESS is the globally visible address of the peer.
20.B
21.IP "\-i ADDRESS, \-\-in=ADDRESS" 17.IP "\-i ADDRESS, \-\-in=ADDRESS"
22Assuming we are listening at ADDRESS for connection reversal requests. 18Assuming we are listening at ADDRESS for connection reversal requests.
23.B
24.IP "\-r ADDRESS, \-\-remote=ADDRESS" 19.IP "\-r ADDRESS, \-\-remote=ADDRESS"
25Ask the peer at ADDRESS for connection reversal, using the local 20Ask the peer at ADDRESS for connection reversal, using the local
26address for the target address of the reversal. 21address for the target address of the reversal.
27.B
28.IP "\-S NAME, \-\-section=NAME" 22.IP "\-S NAME, \-\-section=NAME"
29Name of section in configuration file to use for additional options. 23Name of section in configuration file to use for additional options.
30.B
31.IP "\-s, \-\-stun" 24.IP "\-s, \-\-stun"
32Enable processing of STUN requests. 25Enable processing of STUN requests.
33Will try to read UDP packets from the bind address and handle the 26Will try to read UDP packets from the bind address and handle the
34packets if they are STUN packets. 27packets if they are STUN packets.
35Will only work with UDP. 28Will only work with UDP.
36.B
37.IP "\-t, \-\-tcp" 29.IP "\-t, \-\-tcp"
38Use TCP. 30Use TCP.
39.B
40.IP "\-u, \-\-udp" 31.IP "\-u, \-\-udp"
41Use UDP. 32Use UDP.
42.B
43.IP "\-W, \-\-watch" 33.IP "\-W, \-\-watch"
44Watch for connection reversal requests. 34Watch for connection reversal requests.
45.SH EXAMPLES 35.SH EXAMPLES