Update ViewController.swift
This commit is contained in:
parent
7eccf701b9
commit
d90a7f0c5e
|
@ -47,7 +47,7 @@ class ViewController: UIViewController, URLSessionDataDelegate {
|
|||
|
||||
@IBOutlet var textLog: UITextView!
|
||||
|
||||
private let vpn = StandardVPNProvider(bundleIdentifier: tunnelIdentifier)
|
||||
private let vpn = OpenVPNProvider(bundleIdentifier: tunnelIdentifier)
|
||||
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
|
|
Loading…
Reference in New Issue