From: Robert Fischer Date: Thu, 21 Apr 2011 19:36:10 +0000 (+0200) Subject: Added info about --show-proxy-settings X-Git-Tag: v2.3-alpha1~229 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54d40afdfa56f38030d7b440cb379abf9c9ddabc;p=thirdparty%2Fopenvpn.git Added info about --show-proxy-settings Signed-off-by: Robert Fischer Acked-by: David Sommerseth Signed-off-by: David Sommerseth --- diff --git a/openvpn.8 b/openvpn.8 index 5cbf4c57e..45c0663b5 100644 --- a/openvpn.8 +++ b/openvpn.8 @@ -494,6 +494,11 @@ InternetQueryOption API. This option exists in OpenVPN 2.1 or higher. .\"********************************************************* .TP +.B \-\-show-proxy-settings +Show sensed HTTP or SOCKS proxy settings. Currently, only Windows clients +support this option. +.\"********************************************************* +.TP .B \-\-http-proxy server port [authfile|'auto'|'auto-nct'] [auth-method] Connect to remote host through an HTTP proxy at address .B server diff --git a/options.c b/options.c index 169a8e8af..ab4228deb 100644 --- a/options.c +++ b/options.c @@ -118,6 +118,7 @@ static const char usage_message[] = "--connect-retry-max n : Maximum connection attempt retries, default infinite.\n" #ifdef GENERAL_PROXY_SUPPORT "--auto-proxy : Try to sense proxy settings (or lack thereof) automatically.\n" + "--show-proxy-settings : Show sensed proxy settings.\n" #endif #ifdef ENABLE_HTTP_PROXY "--http-proxy s p [up] [auth] : Connect to remote host\n"