iOS app with custom VPN connect

前端 未结 1 1902
遥遥无期
遥遥无期 2021-01-20 14:04

i want to create app which can connect to VPN using PPTP, L2TP or OpenVPN, but i cant find any information about this. Only found infortmation about using IPSec and IKEv2 in

相关标签:
1条回答
  • 2021-01-20 14:23

    If you want to connect programatically in ios 8 you can use only IPSec or IKEv2 protocols. L2TP and PPTP protocols are private for apple. It is not possible to use L2TP and PPTP APIs in your applications. Only Apple is currently using these APIs.

    0 讨论(0)
提交回复
热议问题