Ticket #123: 0001-Added-info-about-show-proxy-settings.patch

File 0001-Added-info-about-show-proxy-settings.patch, 1.4 KB (added by rf, 13 years ago)

diff

  • openvpn.8

    From cd9e40a1050e3ebfa1321077af97707d92248585 Mon Sep 17 00:00:00 2001
    From: Robert Fischer <ml-openvpn@trispace.org>
    Date: Thu, 21 Apr 2011 21:36:10 +0200
    Subject: [PATCH] Added info about --show-proxy-settings
    
    Signed-off-by: Robert Fischer <ml-openvpn@trispace.org>
    ---
     openvpn.8 |    5 +++++
     options.c |    1 +
     2 files changed, 6 insertions(+), 0 deletions(-)
    
    diff --git a/openvpn.8 b/openvpn.8
    index 7d213f9..6444558 100644
    a b InternetQueryOption API. 
    494494This option exists in OpenVPN 2.1 or higher.
    495495.\"*********************************************************
    496496.TP
     497.B \-\-show-proxy-settings
     498Show sensed HTTP or SOCKS proxy settings. Currently, only Windows clients
     499support this option.
     500.\"*********************************************************
     501.TP
    497502.B \-\-http-proxy server port [authfile|'auto'|'auto-nct'] [auth-method]
    498503Connect to remote host through an HTTP proxy at address
    499504.B server
  • options.c

    diff --git a/options.c b/options.c
    index 7708995..4a11f53 100644
    a b static const char usage_message[] = 
    107107  "--connect-retry-max n : Maximum connection attempt retries, default infinite.\n"
    108108#ifdef GENERAL_PROXY_SUPPORT
    109109  "--auto-proxy    : Try to sense proxy settings (or lack thereof) automatically.\n"
     110  "--show-proxy-settings : Show sensed proxy settings.\n"
    110111#endif
    111112#ifdef ENABLE_HTTP_PROXY
    112113  "--http-proxy s p [up] [auth] : Connect to remote host\n"