]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/proxy.texi
Merge branch 'develop'
[govpn.git] / doc / proxy.texi
index e5f5b807b03a30920b8c3a8615073ae893066ccf..a314b798efb3c7a4ed31b260b6270335d4c78d9d 100644 (file)
@@ -1,5 +1,10 @@
 @node Proxy
-@section Proxy
+@cindex Proxy
+@cindex HTTP proxy
+@cindex HTTP authentication
+@cindex CONNECT
+@cindex HTTP
+@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
@@ -14,3 +19,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.
+
+@example
+% govpn-client [...] -proto tcp \
+    -remote "$REMOTE_ADDR":1194 \
+    -proxy 192.168.55.1:8888 \
+    -proxy-auth mylogin:password
+@end example