]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Implemented http-proxy-override and http-proxy-fallback directives to make it
authorJames Yonan <james@openvpn.net>
Mon, 24 May 2010 22:51:16 +0000 (22:51 +0000)
committerJames Yonan <james@openvpn.net>
Mon, 24 May 2010 22:51:16 +0000 (22:51 +0000)
commit3cf6c9328250061600b78c8a7deb0edc850e739b
treebc6032117107a8e801e8203c40b1d9533b657597
parent484e9d36d09e3494a6d964c588c353f650a61b5f
Implemented http-proxy-override and http-proxy-fallback directives to make it
easier for OpenVPN client UIs to start a pre-existing client config file with
proxy options, or to adaptively fall back to a proxy connection if a direct
connection fails.

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5652 e7ae566f-a301-0410-adde-c780ea21d3b5
14 files changed:
buffer.h
forward.c
init.c
manage.c
manage.h
misc.c
misc.h
openvpn.c
options.c
options.h
proxy.c
proxy.h
syshead.h
version.m4