]> git.ipfire.org Git - thirdparty/openvpn.git/commit
add option --management-query-proxy
authorHeiko Hund <heiko.hund@sophos.com>
Wed, 11 Jul 2012 12:16:50 +0000 (14:16 +0200)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Thu, 19 Jul 2012 19:37:54 +0000 (21:37 +0200)
commitaf1bf85aee836f2b729c38990028c035b6c69152
tree88d0bce58fedade815ef121d2cc597e2df00f6e3
parentaf417baa93f4ebcc545486cbd9635fbc602ba148
add option --management-query-proxy

Make openvpn query for proxy information through the
management interface. This allows GUIs to provide (automatically
detected) proxy information on a per connection basis.

This new option supersedes the undocumented --http-proxy-fallback
option and puts the responsibilty for HTTP proxy fallback handling
to the GUI caring for such.

Signed-off-by: Heiko Hund <heiko.hund@sophos.com>
Reviewed-by: James Yonan <james@openvpn.net>
Message-Id: 1342009010-9735-1-git-send-email-heiko.hund@sophos.com
URL: http://article.gmane.org/gmane.network.openvpn.devel/6841
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
doc/management-notes.txt
doc/openvpn.8
src/openvpn/init.c
src/openvpn/manage.c
src/openvpn/manage.h
src/openvpn/options.c
src/openvpn/options.h
src/openvpn/proxy.c
src/openvpn/proxy.h
src/openvpn/syshead.h