You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2022. It is now read-only.
I read the previous issue and tried to set it,but it doesn't work.
networkSettings always nil func openVPNAdapter(_ openVPNAdapter: OpenVPNAdapter, configureTunnelWithNetworkSettings networkSettings: NEPacketTunnelNetworkSettings?, completionHandler: @escaping (Error?) -> Void) { networkSettings?.dnsSettings?.matchDomains = [""] NSLog("--------\(String(describing: networkSettings))") setTunnelNetworkSettings(networkSettings, completionHandler: completionHandler) }
How can I fix this?