]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/proxy.texi
Fix docstring splitted lines
[govpn.git] / doc / proxy.texi
index e5f5b807b03a30920b8c3a8615073ae893066ccf..f80b947db2ab9ceb4c0da95bc12a0e2e4cc257db 100644 (file)
@@ -1,5 +1,5 @@
 @node Proxy
 @node Proxy
-@section Proxy
+@subsection Proxy
 
 You can proxy your requests through HTTP using CONNECT method. This can
 help if you are only allowed to access outside world through HTTP proxy
 
 You can proxy your requests through HTTP using CONNECT method. This can
 help if you are only allowed to access outside world through HTTP proxy
@@ -14,3 +14,10 @@ any external HTTP proxy server can be used.
 Client has @emph{-proxy} option forcing it to connect to proxy and send
 CONNECT method. Optionally it can be authenticated on it using
 @emph{-proxy-auth} HTTP Basic method.
 Client has @emph{-proxy} option forcing it to connect to proxy and send
 CONNECT method. Optionally it can be authenticated on it using
 @emph{-proxy-auth} HTTP Basic method.
+
+@verbatim
+% govpn-client [...] -proto tcp \
+    -remote "$REMOTE_ADDR":1194 \
+    -proxy 192.168.55.1:8888 \
+    -proxy-auth mylogin:password
+@end verbatim