iOS11AdaptationTips
iOS11AdaptationTips copied to clipboard
NEDNSProxyProvider:DNS based on HTTP supported in iOS11
NEDNSProxyProvider

Receives the system’s DNS query messages Handles them as it wishes
Can send to recursive resolver of its choice Can send using protocol of its choice
- DNS over TLS
- DNS over HTTP
And this API is only useful to VPN APP


DNS Proxy provider: also for non-managed devices?
Reference:
- Video Reference: 707_advances_in_networking_part_1 18':20''
- Video Reference:Advances in Networking, Part 2 42'15''
- PDF Reference: 707_advances_in_networking_part_1
NEAppProxyProvider
Is there any example on the same?
@mayuur is this your SO question How to use NEDNSProxyProvider in iOS 11 and How to use NEDNSProxyProvider in iOS 11 ?
yes, did you get any solution on that?