Update README.md

This commit is contained in:
Jorge 2020-11-22 22:03:07 +01:00 committed by GitHub
parent d90a7f0c5e
commit 753c1cb8ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ Provides a layer on top of the NetworkExtension framework. Most importantly, bri
This subspec includes convenient classes to control the VPN tunnel from your app without the NetworkExtension headaches. Have a look at `VPNProvider` implementations: This subspec includes convenient classes to control the VPN tunnel from your app without the NetworkExtension headaches. Have a look at `VPNProvider` implementations:
- `MockVPNProvider` (default, useful to test on simulator) - `MockVPNProvider` (default, useful to test on simulator)
- `StandardVPNProvider` - `OpenVPNProvider`
Set `VPN.shared` to either of them at app launch time. Set `VPN.shared` to either of them at app launch time.