merge
[oweals/gnunet.git] / doc / man / gnunet-gns-proxy.1
1 .TH GNUNET-GNS-PROXY 1 "October 25, 2012" "GNUnet"
2 .SH NAME
3 gnunet\-gns\-proxy \- run a client side GNS SOCKS proxy
4 .SH SYNOPSIS
5 .B gnunet\-gns\-proxy
6 .RI [ options ]
7 .SH DESCRIPTION
8 Most users will want to run this SOCKS proxy. It can be used in
9 combination with browsers that support the SOCKS 4a protocol.
10 .PP
11 The proxy will perform SSL authentication of GNS names and rewrite GNS
12 enabled HTML content. To assert the validity of GNS names a local root
13 CA certificate has to be generated that is used by the proxy. Thus
14 "gnunet-gns-proxy-setup-ca" should be executed before the first launch
15 of this proxy or the \-\-authority switch is used to specify an
16 appropriate CA certificate that is already trusted by the browser.
17 .SH OPTIONS
18 .B
19 .IP "\-c FILENAME,  \-\-config=FILENAME"
20 Use the configuration file FILENAME.
21 .B
22 .IP "\-a AUTHORITY,  \-\-authority=AUTHORITY"
23 Path to a PEM CA file that contains the certificate and private key of
24 the CA to use to assert the validity of GNS names. The default port is
25 specified in the configuration file for the gns service under
26 "[gns-proxy]" PROXY_CACERT.
27 .B
28 .IP "\-p PORT,  \-\-port=PORT"
29 The port this proxy should listen on. Default is 7777.
30 .B
31 .IP "\-h, \-\-help"
32 Print short help on options.
33 .B
34 .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
35 Use LOGLEVEL for logging.  Valid values are DEBUG, INFO, WARNING and
36 ERROR.
37 .B
38 .IP "\-v, \-\-version"
39 Print GNUnet version number.
40 .SH BUGS
41 Report bugs by using Mantis <https://bugs.gnunet.org/> or by sending
42 electronic mail to <bug\-gnunet@gnu.org>
43 .SH SEE ALSO
44 gnunet\-gns(1)
45 .PP
46 The full documentation for
47 .B gnunet
48 is maintained as a Texinfo manual.
49 If the
50 .B info
51 and
52 .B gnunet
53 programs are properly installed at your site, the command
54 .IP
55 .B info gnunet
56 .PP
57 should give you access to the complete handbook,
58 .IP
59 .B info gnunet-c-tutorial
60 .PP
61 will give you access to a tutorial for developers.
62 .PP
63 Depending on your installation, this information is also
64 available in
65 \fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).