How can I define multiple http-proxy directives inline?
Code: Select all
client
dev tun
proto tcp
<http-proxy-user-pass>
user
pass
</http-proxy-user-pass>
<connection>
remote host.com 443
http-proxy squid01 8080 auto
http-proxy-retry
</connection>
<connection>
remote host.com 443
http-proxy squid02 8080 auto
http-proxy-retry
</connection>
(...)
That is weird since man page(1) explicitly shows an example.
Should I assume that OpenVPN Connect(2) doesn't support this kind of configuration?
(1) https://community.openvpn.net/openvpn/w ... n23ManPage
(2) OpenVPN 1.0.5 build 177 (iOS 64-bit)