hi,eskimo: I want to ask what data is there in the packets in the readPacketsWithCompletionHandler: method? Such as Tcp, upd
Post not yet marked as solved
A long time ago, I saw an explanation about this on the Apple developer forum, but I can't find it. Can you talk about it again?
Post not yet marked as solved
How to get the call stack information in xcode when debug flashes back?
When debugging APP extensions, it's very troublesome to have no logs. Can you output logs during debugging?
hi: I want to set up a DNS packet to enter the VPN tunnel. I set it this way, but it didn't work. //networkSettings is NEPacketTunnelNetworkSettings NEIPv4Settings *ipv4Setting = networkSettings.IPv4Settings; NSMutableArray *routerArr = [NSMutableArray array]; for (NSString *ip in networkSettings.DNSSettings.servers) { NEIPv4Route *route = [[NEIPv4Route alloc] initWithDestinationAddress:ip subnetMask:@"255.255.255.255"]; [routerArr addObject:route]; } ipv4Setting.includedRoutes = routerArr;1.How should I set up to properly import DNS packets into the tunnel?2.I want to determine if the DNS packet can be imported into the tunnel?
Post not yet marked as solved
does Per-App VPN methods means specify a app to use a package tunnel?
Post not yet marked as solved
hello: Form NetworkExtension I knew we can set IPSec and IKEv2 protocol VPN after IOS 10. But I do not find how to develope PPTP or L2TP in iOS 8.0–9.0.So who can teach me that? Thanks!