X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fproxy.texi;h=f80b947db2ab9ceb4c0da95bc12a0e2e4cc257db;hb=b779397ef0dba12ed2fb117e1a514bf0d5b598ef;hp=a314b798efb3c7a4ed31b260b6270335d4c78d9d;hpb=9a5ef6e33490971fc5af5538cdf98e800b692ea7;p=govpn.git diff --git a/doc/proxy.texi b/doc/proxy.texi index a314b79..f80b947 100644 --- a/doc/proxy.texi +++ b/doc/proxy.texi @@ -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