aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-gns-proxy.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-gns-proxy.1')
-rw-r--r--doc/man/gnunet-gns-proxy.126
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/man/gnunet-gns-proxy.1 b/doc/man/gnunet-gns-proxy.1
index d985ee0d9..770cb4fe2 100644
--- a/doc/man/gnunet-gns-proxy.1
+++ b/doc/man/gnunet-gns-proxy.1
@@ -30,35 +30,35 @@
30run a client side GNS SOCKS proxy 30run a client side GNS SOCKS proxy
31.Sh SYNOPSIS 31.Sh SYNOPSIS
32.Nm 32.Nm
33.Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME 33.Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
34.Op Fl a Ar AUTHORITY | Fl \-authority= Ns Ar AUTHORITY 34.Op Fl a Ar AUTHORITY | Fl -authority= Ns Ar AUTHORITY
35.Op Fl p Ar PORT | Fl \-port= Ns Ar PORT 35.Op Fl p Ar PORT | Fl -port= Ns Ar PORT
36.Op Fl h | \-help 36.Op Fl h | -help
37.Op Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL 37.Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
38.Op Fl v | \-version 38.Op Fl v | -version
39.Sh DESCRIPTION 39.Sh DESCRIPTION
40Most users will want to run this SOCKS proxy. 40Most users will want to run this SOCKS proxy.
41It can be used in combination with browsers that support the SOCKS 4a protocol. 41It can be used in combination with browsers that support the SOCKS 4a protocol.
42.Pp 42.Pp
43The proxy will perform SSL authentication of GNS names and rewrite GNS enabled HTML content. 43The proxy will perform SSL authentication of GNS names and rewrite GNS enabled HTML content.
44To assert the validity of GNS names a local root CA certificate has to be generated that is used by the proxy. 44To assert the validity of GNS names a local root CA certificate has to be generated that is used by the proxy.
45Thus "gnunet-gns-proxy-setup-ca" should be executed before the first launch of this proxy or the \-\-authority switch is used to specify an appropriate CA certificate that is already trusted by the browser. 45Thus "gnunet-gns-proxy-setup-ca" should be executed before the first launch of this proxy or the --authority switch is used to specify an appropriate CA certificate that is already trusted by the browser.
46.Bl -tag -width indent 46.Bl -tag -width indent
47.It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME 47.It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
48Use the configuration file FILENAME. 48Use the configuration file FILENAME.
49.It Fl a Ar AUTHORITY | Fl \-authority= Ns Ar AUTHORITY 49.It Fl a Ar AUTHORITY | Fl -authority= Ns Ar AUTHORITY
50Path to a PEM CA file that contains the certificate and private key of the CA to use to assert the validity of GNS names. 50Path to a PEM CA file that contains the certificate and private key of the CA to use to assert the validity of GNS names.
51The default port is specified in the configuration file for the gns service under "[gns-proxy]": 51The default port is specified in the configuration file for the gns service under "[gns-proxy]":
52"[gns-proxy]" 52"[gns-proxy]"
53PROXY_CACERT 53PROXY_CACERT
54.It Fl p Ar PORT | Fl \-port= Ns Ar PORT 54.It Fl p Ar PORT | Fl -port= Ns Ar PORT
55The port this proxy should listen on. Default is 7777. 55The port this proxy should listen on. Default is 7777.
56.It Fl h | \-help 56.It Fl h | -help
57Print short help on options. 57Print short help on options.
58.It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL 58.It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
59Use LOGLEVEL for logging. 59Use LOGLEVEL for logging.
60Valid values are DEBUG, INFO, WARNING and ERROR. 60Valid values are DEBUG, INFO, WARNING and ERROR.
61.It Fl v | \-version 61.It Fl v | -version
62Print GNUnet version number. 62Print GNUnet version number.
63.El 63.El
64.\".Sh EXAMPLES 64.\".Sh EXAMPLES