munibsiddiqui / Sample-VPN-connection-tvOS

The provided repository includes a sample application with a packet tunnel designed to showcase a solution for a bug in Xcode.
0 stars 0 forks source link

configData = "your_openvpn_configuration" #1

Open gravitymakemakerocky opened 8 months ago

gravitymakemakerocky commented 8 months ago

Hello! What config data is supposed to go in here? What format? .opvn file can't be accepted here?

munibsiddiqui commented 8 months ago

@gravitymakemakerocky It depends on the logic you want to build in your network extensions packet tunnel provider. If you want, you can handle the entire OpenVPN configuration as string and then parse it.