]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/client.texi
Ability to use HTTP proxies for accessing server
[govpn.git] / doc / client.texi
index d224fff281e69cc7eebc88b6e2eb7d1d5accc143..ec816c48f72d32fb76d28bca32cb94f05619a557 100644 (file)
@@ -1,11 +1,22 @@
 @node Client part
 @section Client part
 
-Except for common @code{-proto}, @code{-mtu}, @code{-stats}, @code{-egd}
+Except for common @code{-mtu}, @code{-stats}, @code{-egd}
 options client has the following ones:
 
 @table @code
 
+@item -proto
+@ref{Network transport} to use. Can be either @emph{udp} or @emph{tcp}.
+
+@item -proxy
+Use specified @emph{host:port} @ref{Proxy} server for accessing remote
+server.
+
+@item -proxy-auth
+Optional @emph{user:password} for HTTP Basic authorization on proxy
+server.
+
 @item -remote
 Address (@code{host:port} format) of remote server we need to connect to.