VPN app with multiple simultaneous vpn servers

Hi,

Currently, I am developing my own VPN application using PacketTunnelProvider. The requirement is to capture internet packets from the tunnel, do some processing and send them to multiple remote VPN servers at the same time.

Does VPN manager allow to have multiple servers in one configuration?

Thanks

Does VPN manager allow to have multiple servers in one configuration?

Yes. Or, more precisely, if you’re building a packet tunnel provider there’s no hard connection between the tunnelRemoteAddress value you set in your configuration and the actual VPN server you contact. You have to provide some value in tunnelRemoteAddress, but the system doesn’t enforce that your provider only talk to that address.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

VPN app with multiple simultaneous vpn servers
 
 
Q