summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHeiko Hund <heiko.hund@sophos.com>2012-02-05 13:47:09 +0100
committerDavid Sommerseth <davids@redhat.com>2012-06-13 10:44:33 +0200
commit8e1975b046dcf821eaf03098677dc5e34cd3a1a5 (patch)
tree3bd5f67b3c97ead27dd26f68164bc4883655f98d /doc
parente656b995b44fab0b8290c6c2a4a73079b3f9813b (diff)
downloadopenvpn-8e1975b046dcf821eaf03098677dc5e34cd3a1a5.tar.gz
openvpn-8e1975b046dcf821eaf03098677dc5e34cd3a1a5.tar.xz
openvpn-8e1975b046dcf821eaf03098677dc5e34cd3a1a5.zip
remove the --auto-proxy option from openvpn
During discussion on FOSDEM 2012 it was decided that proxy auto detection is best done in the GUI as it's highly platform specific and shouldn't be handled in openvpn itself for every supported platform in openvpn itself. This removes --auto-proxy from openvpn. Signed-off-by: Heiko Hund <heiko.hund@sophos.com> Acked-by: David Sommerseth <davids@redhat.com> Message-Id: 1328446029-30523-1-git-send-email-heiko.hund@sophos.com URL: http://article.gmane.org/gmane.network.openvpn.devel/5333 Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/openvpn.812
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/openvpn.8 b/doc/openvpn.8
index f420d58..a821b5e 100644
--- a/doc/openvpn.8
+++ b/doc/openvpn.8
@@ -482,18 +482,6 @@ as the
number of retries of connection attempt (default=infinite).
.\"*********************************************************
.TP
-.B \-\-auto-proxy
-Try to sense HTTP or SOCKS proxy settings automatically.
-If no settings are present, a direct connection will be attempted.
-If both HTTP and SOCKS settings are present, HTTP will be preferred.
-If the HTTP proxy server requires a password, it will be queried from
-stdin or the management interface. If the underlying OS doesn't support an API for
-returning proxy settings, a direct connection will be attempted.
-Currently, only Windows clients support this option via the
-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.