Hi,
I'm writing DNS proxy extension for supervised device.
When
is called, I make a DNS request on my server (https://example.com/dns/)
But my DNS server is a domain not an IP, and iOS try to resolve example.com with my DNS proxy whereas it should resolve it with system dns.
Is it possible to ignore this domain name with NEDNSProxyProvider?
Regards.
I'm writing DNS proxy extension for supervised device.
When
Code Block func handleNewFlow(_ flow: NEAppProxyFlow) -> Bool {
is called, I make a DNS request on my server (https://example.com/dns/)
But my DNS server is a domain not an IP, and iOS try to resolve example.com with my DNS proxy whereas it should resolve it with system dns.
Is it possible to ignore this domain name with NEDNSProxyProvider?
Regards.