I have the following settings. It fails if I set the mtu to anything larger than 1500. Has anyone been successful with?let settings = NEPacketTunnelNetworkSettings(tunnelRemoteAddress: "0.0.0.1")let addresses: [String] = ["0.0.0.2"]let subnetMasks: [String] = ["255.255.255.0"]settings.ipv4Settings = NEIPv4Settings(addresses: addresses, subnetMasks: subnetMasks)settings.mtu = Int(1500) as NSNumberThanks,Dankira.
Post
Replies
Boosts
Views
Activity
The notary server is taking forever.
The "Developer ID Notary Service" is taking forever. Is there any issue?
Is "Developer ID Notary Service" down?
I have been trying for the last hour and half. It just never returns either error or success. I waited more than 10mins and did it multiple times. It usually takes less than 3mins.
We're setting the following two variables to get proxy data. It has been working for us until we tried it on Big Sur.
proxySettings?.autoProxyConfigurationEnabled = true
proxySettings?.proxyAutoConfigurationURL = URL(string: pacURL)
Has anyone experienced this issue?
Thanks,
Dankira.