]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/proxy.texi
[DOC] Refactoring and more russian translation
[govpn.git] / doc / proxy.texi
index a314b798efb3c7a4ed31b260b6270335d4c78d9d..f80b947db2ab9ceb4c0da95bc12a0e2e4cc257db 100644 (file)
@@ -1,9 +1,4 @@
 @node 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
@@ -20,9 +15,9 @@ 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
+@verbatim
 % govpn-client [...] -proto tcp \
     -remote "$REMOTE_ADDR":1194 \
     -proxy 192.168.55.1:8888 \
     -proxy-auth mylogin:password
-@end example
+@end verbatim