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.140
1 files changed, 20 insertions, 20 deletions
diff --git a/doc/man/gnunet-nat.1 b/doc/man/gnunet-nat.1
index 1ffdc5c7c..f0e36cb29 100644
--- a/doc/man/gnunet-nat.1
+++ b/doc/man/gnunet-nat.1
@@ -30,41 +30,41 @@
30interact with the NAT service 30interact with the NAT service
31.Sh SYNOPSIS 31.Sh SYNOPSIS
32.Nm 32.Nm
33.Op Fl b Ar ADDRESS | Fl \-bind= Ns Ar ADDRESS 33.Op Fl b Ar ADDRESS | Fl -bind= Ns Ar ADDRESS
34.Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME 34.Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
35.Op Fl e Ar ADDRESS | Fl \-external= Ns Ar ADDRESS 35.Op Fl e Ar ADDRESS | Fl -external= Ns Ar ADDRESS
36.Op Fl i Ar ADDRESS | Fl \-in= Ns Ar ADDRESS 36.Op Fl i Ar ADDRESS | Fl -in= Ns Ar ADDRESS
37.Op Fl r Ar ADDRESS | Fl \-remote= Ns Ar ADDRESS 37.Op Fl r Ar ADDRESS | Fl -remote= Ns Ar ADDRESS
38.Op Fl S Ar NAME | Fl \-section= Ns Ar NAME 38.Op Fl S Ar NAME | Fl -section= Ns Ar NAME
39.Op Fl s | \-stun 39.Op Fl s | -stun
40.Op Fl t | \-tcp 40.Op Fl t | -tcp
41.Op Fl u | \-udp 41.Op Fl u | -udp
42.Op Fl W | \-watch 42.Op Fl W | -watch
43.Sh DESCRIPTION 43.Sh DESCRIPTION
44This tool allows testing various NAT traversal functions, as well as attempting auto-configuration. 44This tool allows testing various NAT traversal functions, as well as attempting auto-configuration.
45.Sh OPTIONS 45.Sh OPTIONS
46.Bl -tag -width indent 46.Bl -tag -width indent
47.It Fl b Ar ADDRESS | Fl \-bind= Ns Ar ADDRESS 47.It Fl b Ar ADDRESS | Fl -bind= Ns Ar ADDRESS
48Assume that the service is (locally) bound to ADDRESS. 48Assume that the service is (locally) bound to ADDRESS.
49.It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME 49.It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
50Use the configuration file FILENAME. 50Use the configuration file FILENAME.
51.It Fl e Ar ADDRESS | Fl \-external= Ns Ar ADDRESS 51.It Fl e Ar ADDRESS | Fl -external= Ns Ar ADDRESS
52Assume that ADDRESS is the globally visible address of the peer. 52Assume that ADDRESS is the globally visible address of the peer.
53.It Fl i Ar ADDRESS | Fl \-in= Ns Ar ADDRESS 53.It Fl i Ar ADDRESS | Fl -in= Ns Ar ADDRESS
54Assuming we are listening at ADDRESS for connection reversal requests. 54Assuming we are listening at ADDRESS for connection reversal requests.
55.It Fl r Ar ADDRESS | Fl \-remote= Ns Ar ADDRESS 55.It Fl r Ar ADDRESS | Fl -remote= Ns Ar ADDRESS
56Ask the peer at ADDRESS for connection reversal, using the local address for the target address of the reversal. 56Ask the peer at ADDRESS for connection reversal, using the local address for the target address of the reversal.
57.It Fl S Ar NAME | Fl \-section= Ns Ar NAME 57.It Fl S Ar NAME | Fl -section= Ns Ar NAME
58Name of section in configuration file to use for additional options. 58Name of section in configuration file to use for additional options.
59.It Fl s | \-stun 59.It Fl s | -stun
60Enable processing of STUN requests. 60Enable processing of STUN requests.
61Will try to read UDP packets from the bind address and handle the packets if they are STUN packets. 61Will try to read UDP packets from the bind address and handle the packets if they are STUN packets.
62Will only work with UDP. 62Will only work with UDP.
63.It Fl t | \-tcp 63.It Fl t | -tcp
64Use TCP. 64Use TCP.
65.It Fl u | \-udp 65.It Fl u | -udp
66Use UDP. 66Use UDP.
67.It Fl W | \-watch 67.It Fl W | -watch
68Watch for connection reversal requests. 68Watch for connection reversal requests.
69.El 69.El
70.Sh EXAMPLES 70.Sh EXAMPLES