M-Z 0 Posted ... Since I use AIRVPN mainly to "get outta jail" from my work network, I have to wrap OpenVPN with Stunnel. Doing this I find myself bound to one server because files generated for stunnel configure connection to only one server. To switch to another stunnel server I have to exchange stunnel.conf for another config file.How about making one configuration file for stunnel, which would look like this:stunnel.conf:[openvpn1]accept = 127.0.0.1:1413connect = W.X.Y.Z:443[openvpn2]accept = 127.0.0.1:1414connect = A.B.C.D:443[openvpn3]accept = 127.0.0.1:1415connect = M.N.O.P:443then openvpn configs would look like this:AAA.ovpnremote 127.0.0.1 1413(...)BBB.ovpnremote 127.0.0.1 1414(...)CCC.ovpnremote 127.0.0.1 1415(...)Of course theoretically everyone can do this themselves, but for 50 or something files it is not pleasant task. Quote Share this post Link to post
Staff 9972 Posted ... Hello! We're glad to inform you that in a short time we'll release an Air client version supporting connections of OpenVPN over SSL/SSH. Kind regards 1 OpenSourcerer reacted to this Quote Share this post Link to post