mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// PacketTunnelProvider.swift
|
||||
// OpenVPN Tunnel Provider
|
||||
//
|
||||
// Created by Sergey Abramchuk on 05.02.17.
|
||||
//
|
||||
//
|
||||
|
||||
import NetworkExtension
|
||||
|
||||
class PacketTunnelProvider: NEPacketTunnelProvider {
|
||||
|
||||
override func startTunnel(options: [String : NSObject]? = nil, completionHandler: @escaping (Error?) -> Void) {
|
||||
// TODO: Some
|
||||
}
|
||||
|
||||
override func stopTunnel(with reason: NEProviderStopReason, completionHandler: @escaping () -> Void) {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user