This is my first time setting up a tunnel:
open override func startTunnel(options: [String : NSObject]?, completionHandler: @escaping (Error?) -> Void) {
// settings = ...
setTunnelNetworkSettings(settings) {
if error == nil {
proxy.start()
}
completionHandler(error)
}
}
Topic:
App & System Services
SubTopic:
Core OS
Tags: