Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的 iphone 和 VPN 服务器之间启动 VPN 连接。我知道我可以在 iphone 中设置 VPN 设置。但我想从 iphone 以编程方式做到这一点。那么,如何在代码中建立 VPN 连接(目标 c)?
简短的回答是你不能这样做。至少不是正式的...
请参阅iPhone VPN 连接应用程序
但是,如果现有 VPN 通道已经存在,您也许可以将您的应用程序指向它。我建议为用户创建有关如何创建 VPN 连接的说明。