Hi, for me issue is resolved if I include only IPv4 traffic in transparent proxy. If I add IPv6 rule, issue is still present. For example:
let remoteIPv6Network = NWHostEndpoint(hostname: "2001:4860:4860::8888", port: "0")
let networkIPv6Rule = NENetworkRule(remoteNetwork: remoteIPv6Network,
remotePrefix: 0,
localNetwork: nil,
localPrefix: 0,
protocol: .any,
direction: .outbound)
Is there a way to fix this?
Topic:
App & System Services
SubTopic:
Networking
Tags: