passepartoutvpn / tunnelkit

VPN client library for Apple platforms.
GNU General Public License v3.0
9 stars 8 forks source link

Multiple VPN configurations #307

Closed Bogdan-Belogurov closed 1 year ago

Bogdan-Belogurov commented 1 year ago

Summary

Hi, I'm having a multiple VPN configuration problem. In my app, I am trying to support two VPN protocols IPSec and OpenVPN. This is leading to a problem where one of the options can't work if the other configuration option exists. Do you know anything about this behaviour?

keeshux commented 1 year ago

IPSec/IKEv2 VPN profiles in iOS may be enabled together with non-native profiles, even if they should really not (things just don't work, as you can see). Make sure to only keep either a native or non-native profile enabled at a time. Anyway, closing this as out of scope.

Bogdan-Belogurov commented 1 year ago

@keeshux Are you planning to expand the lib for IPSec/IKEv2 VPN profiles?

keeshux commented 1 year ago

@keeshux Are you planning to expand the lib for IPSec/IKEv2 VPN profiles?

Maybe, but very low priority. ATM everything is way behind schedule, unfortunately.