aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-vpn.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-vpn.1')
-rw-r--r--doc/man/gnunet-vpn.113
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/man/gnunet-vpn.1 b/doc/man/gnunet-vpn.1
index ddb53a7bd..76ce52cb4 100644
--- a/doc/man/gnunet-vpn.1
+++ b/doc/man/gnunet-vpn.1
@@ -23,56 +23,43 @@ The tool will display the IP address for this end of the tunnel.
23The address can be displayed as soon as it has been allocated, or only 23The address can be displayed as soon as it has been allocated, or only
24after ("\-a") the tunnel has been created. 24after ("\-a") the tunnel has been created.
25.SH OPTIONS 25.SH OPTIONS
26.B
27.IP "\-4, \-\-ipv4" 26.IP "\-4, \-\-ipv4"
28Desired IP address on this end of the tunnel should be an IPv4 address. 27Desired IP address on this end of the tunnel should be an IPv4 address.
29.B
30.IP "\-6, \-\-ipv6" 28.IP "\-6, \-\-ipv6"
31Desired IP address on this end of the tunnel should be an IPv6 address. 29Desired IP address on this end of the tunnel should be an IPv6 address.
32.B
33.IP "\-c FILENAME, \-\-config=FILENAME" 30.IP "\-c FILENAME, \-\-config=FILENAME"
34Use the configuration file FILENAME. 31Use the configuration file FILENAME.
35.B
36.IP "\-d TIME, \-\-duration TIME" 32.IP "\-d TIME, \-\-duration TIME"
37The mapping should be established for TIME. 33The mapping should be established for TIME.
38The value given must be a number followed by a space and a time unit, 34The value given must be a number followed by a space and a time unit,
39for example "500 ms". 35for example "500 ms".
40Note that the quotes are required on the shell. 36Note that the quotes are required on the shell.
41Default is 5 minutes. 37Default is 5 minutes.
42.B
43.IP "\-h, \-\-help" 38.IP "\-h, \-\-help"
44Print short help on options. 39Print short help on options.
45.B
46.IP "\-i IP, \-\-ip IP" 40.IP "\-i IP, \-\-ip IP"
47Tunnel should be to an exit node and connect to the given IPv4 or IPv6 41Tunnel should be to an exit node and connect to the given IPv4 or IPv6
48IP address. 42IP address.
49Note that you can specify an IPv6 address as the target here, even in 43Note that you can specify an IPv6 address as the target here, even in
50combination with "\-4" (4to6) and similarly you can specify an IPv4 44combination with "\-4" (4to6) and similarly you can specify an IPv4
51address in combination with "\-6" (6to4). 45address in combination with "\-6" (6to4).
52.B
53.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 46.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
54Use LOGLEVEL for logging. 47Use LOGLEVEL for logging.
55Valid values are DEBUG, INFO, WARNING and ERROR. 48Valid values are DEBUG, INFO, WARNING and ERROR.
56.B
57.IP "\-p PEERID, \-\-peer=PEERID" 49.IP "\-p PEERID, \-\-peer=PEERID"
58Name of the peer offering the service to connect to. 50Name of the peer offering the service to connect to.
59Cannot be used in conjunction with "\-i", requires "\-s". 51Cannot be used in conjunction with "\-i", requires "\-s".
60.B
61.IP "\-s NAME, \-\-service=NAME" 52.IP "\-s NAME, \-\-service=NAME"
62Name of the service running on the target peer. 53Name of the service running on the target peer.
63Cannot be used in conjunction with "\-i", requires "\-p". 54Cannot be used in conjunction with "\-i", requires "\-p".
64.B
65.IP "\-t, \-\-tcp" 55.IP "\-t, \-\-tcp"
66Service runs TCP. 56Service runs TCP.
67Either "\-t" or "\-u" must be specified when using "\-s". 57Either "\-t" or "\-u" must be specified when using "\-s".
68.B
69.IP "\-u, \-\-udp" 58.IP "\-u, \-\-udp"
70Service runs UDP. 59Service runs UDP.
71Either "\-t" or "\-u" must be specified when using "\-s". 60Either "\-t" or "\-u" must be specified when using "\-s".
72.B
73.IP "\-V, \-\-verbose" 61.IP "\-V, \-\-verbose"
74Be verbose. 62Be verbose.
75.B
76.IP "\-v, \-\-version" 63.IP "\-v, \-\-version"
77Print GNUnet version number. 64Print GNUnet version number.
78.SH BUGS 65.SH BUGS