parent
e5f4f284fb
commit
36d61c3da5
|
@ -23,7 +23,12 @@
|
|||
// along with TunnelKit. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import TunnelKitOpenVPNAppExtension
|
||||
|
||||
class PacketTunnelProvider: OpenVPNTunnelProvider {
|
||||
override func startTunnel(options: [String : NSObject]? = nil) async throws {
|
||||
dataCountInterval = 3
|
||||
try await super.startTunnel(options: options)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue