X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fproxy.texi;h=f80b947db2ab9ceb4c0da95bc12a0e2e4cc257db;hb=b779397ef0dba12ed2fb117e1a514bf0d5b598ef;hp=e5f5b807b03a30920b8c3a8615073ae893066ccf;hpb=f353bc9c0734903785ae8d5a6edd7aa338bdbfe8;p=govpn.git diff --git a/doc/proxy.texi b/doc/proxy.texi index e5f5b80..f80b947 100644 --- a/doc/proxy.texi +++ b/doc/proxy.texi @@ -1,5 +1,5 @@ @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 @@ -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. + +@verbatim +% govpn-client [...] -proto tcp \ + -remote "$REMOTE_ADDR":1194 \ + -proxy 192.168.55.1:8888 \ + -proxy-auth mylogin:password +@end verbatim